You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
20 lines
1.5 KiB
Plaintext
Vendored
20 lines
1.5 KiB
Plaintext
Vendored
{
|
|
"webhookUrl": "<URL for notification sending>",
|
|
"webhookUrlToken": "<a token to access your notification server, if required>",
|
|
"delaySendMessagesMilliseconds": "<message sending interval in milliseconds>",
|
|
"markIncomingMessagesReaded": "<mark incoming messages as read: yes, no>",
|
|
"markIncomingMessagesReadedOnReply": "<mark incoming messages as read when sending a message to chat: yes, no>",
|
|
"outgoingWebhook": "<receive notifications about the send/deliver/read status of outgoing messages: yes, no>",
|
|
"outgoingMessageWebhook": "<receive notifications of messages sent from phone: yes, no>",
|
|
"outgoingAPIMessageWebhook": "<receive notifications about messages sent via API: yes, no>",
|
|
"stateWebhook": "<receive notifications about changes in the authorization state of the instance: yes, no>",
|
|
"incomingWebhook": "<receive notifications of incoming messages and files: yes, no>",
|
|
"deviceWebhook": "<receive notifications about the device (phone) and battery level: yes, no>",
|
|
"keepOnlineStatus": "<sets the 'Online' status for your account>",
|
|
"pollMessageWebhook": "<receive notifications when a poll is created and voted on: yes, no>",
|
|
"incomingBlockWebhook": "<receive notifications when a chat is added to the blocked contacts list: yes, no>",
|
|
"incomingCallWebhook": "<receive notifications about incoming call statuses: yes, no>",
|
|
"editedMessageWebhook": "<to be notified when a message has been edited: yes, no>",
|
|
"deletedMessageWebhook": "<receive notifications when a message has been deleted: yes, no>"
|
|
}
|