Interactive Messages
Send Location
Sends a specific location on a map. Supported on WhatsApp, Z-API, and ZapperAPI.
POST
/
messages
/
interactive
/
send-location
Sends a specific location on a map. This is supported on WhatsApp, Z-API, and ZapperAPI channels.
Request Body
agentId: The ID of the agent.conversationId: The ID of the conversation.latitude: Latitude of the location.longitude: Longitude of the location.name: Name of the place.address: Address of the place.
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.
latitude
string
requiredLatitude of the location.
longitude
string
requiredLongitude of the location.
name
string
requiredName of the place.
address
string
requiredAddress of the place.
Was this page helpful?

