Message interactions

You can list message interactions on a specific message using the following endpoint. In order to get an Apple messages message interaction, you must have an active Apple messages channel and perform a HTTP request with a valid access key.

List message interactions

get

List message interactions

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The ID of the workspace

messageIdstring · uuidRequired

The ID for a message

channelIdstring · uuidRequired

The ID for a channel

Responses
200

OK

application/json
get
/workspaces/{workspaceId}/channels/{channelId}/messages/{messageId}/interactions

Apple Messages supports the following message interactions:

Interaction
Description

Clicked

A user has clicked a quick reply button

Additional information about the interactions can be found in the details field and metadata.button object as follows:

Interaction
details
metadata.button.
Description

Clicked

item_N_clicked

  • payload - user supplied payload sent in action button

Recipient clicked an action (reply, postback, list, form, payment,authentication)

Examples

Reply interaction

Postback interaction

List interaction

Time interaction

Last updated

Was this helpful?