1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-21 01:50:24 +02:00

Часть документации Notion

This commit is contained in:
Anton 2024-01-26 20:40:08 +03:00
parent 47ebda2425
commit f7f635be0a
10 changed files with 46 additions and 1 deletions

View File

@ -0,0 +1,37 @@
---
id: Notion
---
<img src={require('../../static/img/APIs/Notion.png').default} width='64px' />
# Notion
Этот раздел посвящен библиотеке для работы с Notion API. На данной странице описаны все действия, необходимые для полноценного начала работы
## Начало работы
1. Перейдите **[в раздел интеграций портала для разработчиков](https://www.notion.so/my-integrations)**
![BF](../../static/img/Docs/Notion/1.png)
2. Введите название вашей интеграции
![BF](../../static/img/Docs/Notion/2.png)
3. После завершения создания интеграции, нажмите *Show* и скопируйте **Токен (Secret)**
![BF](../../static/img/Docs/Notion/3.png)
4. Перейдите в **[основной интерфейс Notion](https://notion.so)** и создайте новую страницу. Эта страница будет родительской для всех остальных объектов, создаваемых через API
![BF](../../static/img/Docs/Notion/4.png)
5. Нажмите три точки в правом верхнем углу и в самом низу найдите пункт *Add connections*. Выберите там свою интеграцию из пунктов 1-3
![BF](../../static/img/Docs/Notion/5.png)
6. Получите ID это страинцы. Это можно сделать нажав Share -> Copy link или просто скопировав из URL
![BF](../../static/img/Docs/Notion/6.png)
**Токен** и **ID страницы** - два параметра, необходимые для работы через API

View File

@ -0,0 +1,8 @@
{
"label": "Notion",
"position": 6,
"link": {
"type": "doc",
"id": "Notion"
}
}

View File

@ -6,7 +6,7 @@ sidebar_position: 8
Отправляет местоположение по географической широте и долготе в чат или канал
*Функция ОтправитьТекстовоеСообщение(Знач Токен, Знач IDЧата, Знач Текст, Знач Клавиатура = "") Экспорт*
*Функция ОтправитьМестоположение(Знач Токен, Знач IDЧата, Знач Широта, Знач Долгота, Знач Клавиатура = "") Экспорт*
| Параметр | Тип | Назначение |
|-|-|-|

BIN
docs/static/img/APIs/Notion.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
docs/static/img/Docs/Notion/1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
docs/static/img/Docs/Notion/2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
docs/static/img/Docs/Notion/3.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
docs/static/img/Docs/Notion/4.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
docs/static/img/Docs/Notion/5.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
docs/static/img/Docs/Notion/6.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB