You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Telegram | Perform Telegram-specific actions, such as sharing a voice memo or a sticker |
11
+
| Kik | Send and receive native Kik messages|
12
12
13
13
> [!NOTE]
14
14
> The value of an activity object's channel data property is a JSON object.
@@ -21,14 +21,14 @@ This article describes how to use a message activity's channel data property to
21
21
To create an email message, set the activity object's channel data property
22
22
to a JSON object that contains these properties:
23
23
24
-
| Property | Description |
25
-
|----|----|
26
-
| bccRecipients | A semicolon (;) delimited string of email addresses to add to the message's Bcc (blind carbon copy) field. |
27
-
| ccRecipients | A semicolon (;) delimited string of email addresses to add to the message's Cc (carbon copy) field. |
28
-
| htmlBody | An HTML document that specifies the body of the email message. See the channel's documentation for information about supported HTML elements and attributes. |
29
-
| importance | The email's importance level. Valid values are **high**, **normal**, and **low**. The default value is **normal**. |
30
-
| subject | The email's subject. See the channel's documentation for information about field requirements. |
31
-
| toRecipients | A semicolon (;) delimited string of email addresses to add to the message's To field. |
| bccRecipients | A semicolon (;) delimited string of email addresses to add to the message's Bcc (blind carbon copy) field. |
27
+
| ccRecipients | A semicolon (;) delimited string of email addresses to add to the message's Cc (carbon copy) field.|
28
+
| htmlBody | An HTML document that specifies the body of the email message. See the channel's documentation for information about supported HTML elements and attributes. |
29
+
| importance | The email's importance level. Valid values are **high**, **normal**, and **low**. The default value is **normal**.|
30
+
| subject | The email's subject. See the channel's documentation for information about field requirements.|
31
+
| toRecipients | A semicolon (;) delimited string of email addresses to add to the message's To field.|
32
32
33
33
> [!NOTE]
34
34
> Messages that your bot receives from users via the Email channel may
@@ -255,10 +255,10 @@ To create interactive menus, use the following JSON:
255
255
To create a Facebook notification,
256
256
set the activity object's channel data property to a JSON object that specifies these properties:
257
257
258
-
| Property | Description |
259
-
|----|----|
260
-
| notification_type | The type of notification (e.g., **REGULAR**, **SILENT_PUSH**, **NO_PUSH**).
261
-
| attachment | An attachment that specifies an image, video, or other multimedia type, or a templated attachment such as a receipt. |
| messages | An array of Kik messages. For details about Kik message format, see <ahref="https://dev.kik.com/#/docs/messaging#message-formats"target="_blank">Kik Message Formats</a>. |
366
423
367
424
This snippet shows an example of the `channelData` property for a native Kik message.
@@ -394,9 +451,9 @@ This snippet shows an example of the `channelData` property for a native Kik mes
394
451
395
452
To create a message that implements LINE-specific message types (such as sticker, templates, or LINE specific action types like opening the phone camera), set the activity object's channel data property to a JSON object that specifies LINE message types and action types.
0 commit comments