Create Conversation Starter
Conversation Starters
Create Conversation Starter
Add a new conversation starter (button or link type) to a chatbot
POST
Create Conversation Starter
Provide exactly one of the following combinations:
Rules:
| Type | Required Fields |
|---|---|
| Button | buttonTitle + buttonMessage |
| Link | linkText + linkSrc |
- Providing fields from both types returns
400 Cannot provide both button fields and link fields. - Providing neither type returns
400 Must provide either (buttonTitle + buttonMessage) or (linkText + linkSrc). - Providing only one field from a pair (e.g.
buttonTitlewithoutbuttonMessage) returns400as well.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json