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
Copy file name to clipboardExpand all lines: src/pages/management/configuration-api/index.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2066,7 +2066,6 @@ Creates a new greeting.
2066
2066
|`elements[].buttons[].text`| yes |`string`| Button text |
2067
2067
|`elements[].buttons[].type`| yes |`string`| Defines the behavior after a user clicks the button. Should be used together with `elements.buttons.value`. Possible values: `webview`, `message`, `url`, `phone`. [Read more about rich messages.](/extending-chat-widget/rich-messages/#getting-started)|
2068
2068
|`elements[].buttons[].value`| yes |`string`| Should be used together with `elements.buttons.type`. You can use this field to give the rich message of a `webview` type (a Moment) a custom title. [Read more about Moments.](/extending-chat-widget/chat-widget-moments/#how-to-start)|
2069
-
|`elements[].buttons[].postback_id`| yes |`string`| A unique (in the whole greeting) ID of the button. It will be used to report the button actions using [`send_greeting_postback`](/messaging/customer-chat-api/#send-greeting-postback)|
2070
2069
|`elements[].buttons[].role`| no |`string`| Button role, one of: `default`, `primary`, or `danger`|
Copy file name to clipboardExpand all lines: src/pages/management/configuration-api/v3.7/index.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2067,7 +2067,6 @@ Creates a new greeting.
2067
2067
|`elements[].buttons[].text`| yes |`string`| Button text |
2068
2068
|`elements[].buttons[].type`| yes |`string`| Defines the behavior after a user clicks the button. Should be used together with `elements.buttons.value`. Possible values: `webview`, `message`, `url`, `phone`. [Read more about rich messages.](/extending-chat-widget/rich-messages/#getting-started)|
2069
2069
|`elements[].buttons[].value`| yes |`string`| Should be used together with `elements.buttons.type`. You can use this field to give the rich message of a `webview` type (a Moment) a custom title. [Read more about Moments.](/extending-chat-widget/chat-widget-moments/#how-to-start)|
2070
-
|`elements[].buttons[].postback_id`| yes |`string`| A unique (in the whole greeting) ID of the button. It will be used to report the button actions using [`send_greeting_postback`](/messaging/customer-chat-api/v3.7/#send-greeting-postback)|
2071
2070
|`elements[].buttons[].role`| no |`string`| Button role, one of: `default`, `primary`, or `danger`|
0 commit comments