v1

latestOpenAPI 3.0.12026-07-24116117186.3 KB
Messages

Update interaction status

The method is used for sending message status using interaction_id.<br/>This ID is sent along with data in a message.<br/><b>Example for Mobile Push:</b> "es_interaction_id": "2E2E831C-486C-41F9-8E8D-BCD6B7A51A7A".

put/api/v1/interactions/{interaction_id}/status

Path parameters

interaction_idstring required

Interaction ID

Request body

tokenstring

Device token

status'DELIVERED' | 'OPENED' | 'CLICKED' | 'UNDELIVERED'

Message status

timestring

The status change date and time in the YYYY-MM-DDThh:mm:ssZ format

Example request

{
  "token": "f8a2b8c9-4e5f-41d3-9a7c-98b6aef22736",
  "time": "2023-09-15T14:30:00+02:00"
}