cURL
curl --request GET \ --url https://api.sandbox.asapp.com/autocompose/v1/autopilot/greetings \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "greetingGeneric": "Welcome!", "greetingCustomerName": "Welcome {NAME}!" }
Get autopilot greetings for an agent
Identifier of the agent, data format is expected to be UUID
The autopilot greetings for this agent
Autopilot greetings for an agent
Was this page helpful?