POST
/
autocompose
/
v1
/
conversations
/
{conversationId}
/
message-analytic-events
curl --request POST \
  --url https://api.sandbox.asapp.com/autocompose/v1/conversations/{conversationId}/message-analytic-events \
  --header 'Content-Type: application/json' \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>' \
  --data '{
  "type": "suggestion-1-inserted",
  "suggestionsId": "4d2fd982640c311394008259594399a1"
}'
This response has no body data.

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

conversationId
string
required

The identifier for a conversation.

Body

application/json

The parameters for reporting the analytic event

Analytics event reporting actions the agent performed while composing a message.