Interactive Messages
Location Request
Sends a message asking the user to share their current location. Supported on WhatsApp only.
POST
/
messages
/
interactive
/
location-request
Sends a message asking the user to share their current location. This is supported on WhatsApp only.
Request Body
agentId: The ID of the agent.conversationId: The ID of the conversation.body_text: Text explaining why the location is needed.
Example
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
agentId
string
requiredThe ID of the agent.
conversationId
string
requiredThe ID of the conversation.
body_text
string
requiredText explaining why the location is needed.
Was this page helpful?

