Generate RCS deeplink
Generate a deeplink URL that can be used to start an RCS conversation with a specific agent.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
RCS agent ID
Query Parameters
Phone number in E164 format (URL encoded)
Pre-filled message body (URL encoded)
Response
Successful response with deeplink URL
JavaScript