-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a84c85b
commit 151a596
Showing
8 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"isReboot": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"wid": "[email protected]", | ||
"countryInstance": "", | ||
"typeAccount": "", | ||
"webhookUrl": "", | ||
"webhookUrlToken": "", | ||
"delaySendMessagesMilliseconds": 0, | ||
"markIncomingMessagesReaded": "no", | ||
"markIncomingMessagesReadedOnReply": "no", | ||
"sharedSession": "no", | ||
"proxyInstance": "system proxy", | ||
"outgoingWebhook": "no", | ||
"outgoingMessageWebhook": "no", | ||
"outgoingAPIMessageWebhook": "no", | ||
"incomingWebhook": "no", | ||
"deviceWebhook": "no", | ||
"statusInstanceWebhook": "no", | ||
"stateWebhook": "no", | ||
"enableMessagesHistory": "no", | ||
"keepOnlineStatus": "no", | ||
"pollMessageWebhook": "yes", | ||
"incomingBlockWebhook": "no", | ||
"incomingCallWebhook": "no", | ||
"editedMessageWebhook": "yes", | ||
"deletedMessageWebhook": "yes" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"stateInstance": "authorized" | ||
} |
19 changes: 19 additions & 0 deletions
19
docs/ru/results/GreenAPI/ПолучитьСтруктуруНастроекИнстанса (пустая).log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"webhookUrl": "", | ||
"webhookUrlToken": "", | ||
"delaySendMessagesMilliseconds": "", | ||
"markIncomingMessagesReaded": "", | ||
"markIncomingMessagesReadedOnReply": "", | ||
"outgoingWebhook": "", | ||
"outgoingMessageWebhook": "", | ||
"outgoingAPIMessageWebhook": "", | ||
"stateWebhook": "", | ||
"incomingWebhook": "", | ||
"deviceWebhook": "", | ||
"keepOnlineStatus": "", | ||
"pollMessageWebhook": "", | ||
"incomingBlockWebhook": "", | ||
"incomingCallWebhook": "", | ||
"editedMessageWebhook": "", | ||
"deletedMessageWebhook": "" | ||
} |
19 changes: 19 additions & 0 deletions
19
docs/ru/results/GreenAPI/ПолучитьСтруктуруНастроекИнстанса.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"webhookUrl": "<URL для отправки уведомлений>", | ||
"webhookUrlToken": "<токен для доступа к вашему серверу уведомлений, если требуется>", | ||
"delaySendMessagesMilliseconds": "<интервал отправки сообщений в миллисекундах>", | ||
"markIncomingMessagesReaded": "<отмечать входящие сообщения прочитанными: yes, no>", | ||
"markIncomingMessagesReadedOnReply": "<отмечать входящие сообщения прочитанными при отправке сообщения в чат: yes, no>", | ||
"outgoingWebhook": "<получать уведомления о статусах отправки/доставки/прочтении исходящих сообщений: yes, no>", | ||
"outgoingMessageWebhook": "<получать уведомления о сообщениях, отправленных с телефона: yes, no>", | ||
"outgoingAPIMessageWebhook": "<получать уведомления о сообщениях, отправленных через API: yes, no>", | ||
"stateWebhook": "<получать уведомления об изменении состояния авторизации инстанса: yes, no>", | ||
"incomingWebhook": "<получать уведомления о входящих сообщениях и файлах: yes, no>", | ||
"deviceWebhook": "<получать уведомления об устройстве (телефоне) и уровне заряда батареи: yes, no>", | ||
"keepOnlineStatus": "<выставляет статус 'В сети' для вашего аккаунта>", | ||
"pollMessageWebhook": "<получать уведомления о создании опроса и голосовании в опросе: yes, no>", | ||
"incomingBlockWebhook": "<получать уведомления о добавлении чата в список заблокированных контактов: yes, no>", | ||
"incomingCallWebhook": "<получать уведомления о статусах входящего звонка: yes, no>", | ||
"editedMessageWebhook": "<получать уведомления о факте того, что сообщение было отредактировано: yes, no>", | ||
"deletedMessageWebhook": "<получать уведомления о факте того, что сообщение было удалено: yes, no>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"apiUrl": "https://7105.api.greenapi.com", | ||
"mediaUrl": "https://7105.media.greenapi.com", | ||
"idInstance": "7105187566", | ||
"apiTokenInstance": "425010d90e114aa6b78f0969e1e67ec62579d30401c84d5183" | ||
} |
6 changes: 6 additions & 0 deletions
6
docs/ru/results/Ozon/ОбновитьХарактеристикиТоваров (статус).log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"result": { | ||
"items": [], | ||
"total": 0 | ||
} | ||
} |