mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
Преобразование OPI -> OInt (workflow)
This commit is contained in:
parent
1ffa72b3cf
commit
a298e43709
File diff suppressed because it is too large
Load Diff
@ -3638,7 +3638,7 @@ EndFunction
|
|||||||
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url
|
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url
|
||||||
// UserID - String, Number - User ID for sending the notification - user
|
// UserID - String, Number - User ID for sending the notification - user
|
||||||
// Text - String - Notification text - text
|
// Text - String - Notification text - text
|
||||||
// Tag - String - - tag
|
// Tag - String - Uniqueness Tag. If already exist, other notif. will be deleted - tag
|
||||||
// Attachments - Array of Structure - Array of attachments - blocks
|
// Attachments - Array of Structure - Array of attachments - blocks
|
||||||
// Token - String - Access token, when app auth method used - token
|
// Token - String - Access token, when app auth method used - token
|
||||||
//
|
//
|
||||||
@ -3674,7 +3674,7 @@ EndFunction
|
|||||||
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url
|
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url
|
||||||
// UserID - String, Number - User ID for sending the notification - user
|
// UserID - String, Number - User ID for sending the notification - user
|
||||||
// Text - String - Notification text - text
|
// Text - String - Notification text - text
|
||||||
// Tag - String - - tag
|
// Tag - String - Uniqueness Tag. If already exist, other notif. will be deleted - tag
|
||||||
// Attachments - Array of Structure - Array of attachments - blocks
|
// Attachments - Array of Structure - Array of attachments - blocks
|
||||||
// Token - String - Access token, when app auth method used - token
|
// Token - String - Access token, when app auth method used - token
|
||||||
//
|
//
|
||||||
|
@ -3638,7 +3638,7 @@ EndFunction
|
|||||||
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url
|
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url
|
||||||
// UserID - String, Number - User ID for sending the notification - user
|
// UserID - String, Number - User ID for sending the notification - user
|
||||||
// Text - String - Notification text - text
|
// Text - String - Notification text - text
|
||||||
// Tag - String - - tag
|
// Tag - String - Uniqueness Tag. If already exist, other notif. will be deleted - tag
|
||||||
// Attachments - Array of Structure - Array of attachments - blocks
|
// Attachments - Array of Structure - Array of attachments - blocks
|
||||||
// Token - String - Access token, when app auth method used - token
|
// Token - String - Access token, when app auth method used - token
|
||||||
//
|
//
|
||||||
@ -3674,7 +3674,7 @@ EndFunction
|
|||||||
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url
|
// URL - String - URL of webhook or a Bitrix24 domain, when token used - url
|
||||||
// UserID - String, Number - User ID for sending the notification - user
|
// UserID - String, Number - User ID for sending the notification - user
|
||||||
// Text - String - Notification text - text
|
// Text - String - Notification text - text
|
||||||
// Tag - String - - tag
|
// Tag - String - Uniqueness Tag. If already exist, other notif. will be deleted - tag
|
||||||
// Attachments - Array of Structure - Array of attachments - blocks
|
// Attachments - Array of Structure - Array of attachments - blocks
|
||||||
// Token - String - Access token, when app auth method used - token
|
// Token - String - Access token, when app auth method used - token
|
||||||
//
|
//
|
||||||
|
@ -4928,7 +4928,7 @@
|
|||||||
NewLine.Метод = "CreatePersonalNotification";
|
NewLine.Метод = "CreatePersonalNotification";
|
||||||
NewLine.МетодПоиска = "CREATEPERSONALNOTIFICATION";
|
NewLine.МетодПоиска = "CREATEPERSONALNOTIFICATION";
|
||||||
NewLine.Параметр = "--tag";
|
NewLine.Параметр = "--tag";
|
||||||
NewLine.Описание = " (optional, def. val. - Empty value)";
|
NewLine.Описание = "Uniqueness Tag. If already exist, other notif. will be deleted (optional, def. val. - Empty value)";
|
||||||
NewLine.Область = "Notifications managment";
|
NewLine.Область = "Notifications managment";
|
||||||
|
|
||||||
|
|
||||||
@ -4989,7 +4989,7 @@
|
|||||||
NewLine.Метод = "CreateSystemNotification";
|
NewLine.Метод = "CreateSystemNotification";
|
||||||
NewLine.МетодПоиска = "CREATESYSTEMNOTIFICATION";
|
NewLine.МетодПоиска = "CREATESYSTEMNOTIFICATION";
|
||||||
NewLine.Параметр = "--tag";
|
NewLine.Параметр = "--tag";
|
||||||
NewLine.Описание = " (optional, def. val. - Empty value)";
|
NewLine.Описание = "Uniqueness Tag. If already exist, other notif. will be deleted (optional, def. val. - Empty value)";
|
||||||
NewLine.Область = "Notifications managment";
|
NewLine.Область = "Notifications managment";
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user