Create a general invitation link
POST/invitationLinks/general
This operation generates a general invitation link that can be used to direct people to your business channel. When a new user clicks the link and sends a first message, a new conversation will be initiated. For Apple Messages, entry point parameters ('intent', 'group', and 'body') can be used to identify the user intention, group, and pre-fill a message. For Viber, 'intent' maps to the Viber context parameter (reflected back as tracking_data in the webhook) and 'body' maps to the Viber text parameter (pre-fills the user's chat input box with decoded plain text); both are URL percent-encoded automatically. These parameters will be returned in the webhook request when the new user sends the first message.
Request
Responses
- 200
- 400
- 401
- 500
Created invitation link
Bad request
Unauthorized access
Unexpected error occurred