Messages

Events that occur when a new message is created or a message object is updated.

message.created

{
  "data":{
    "id":"5e09c7cc-27e8-4d91-89ee-4ea5bafaaa15",
    "to":"+14244023931",
    "body":"Olá, Clark Kent, obrigado por enviar mensagens à Organização 1. Um membro de nossa equipe entrará em contato com você em breve neste número.",
    "from":"+12183925232",
    "step_id":null,
    "language":null,
    "direction":"OUTBOUND",
    "channel_id":"be1ecaf2-9ce7-448c-8755-e5009ccc4345",
    "contact_id":"8241b8e5-98a2-44d7-975b-15f5c2bf3cf4",
    "created_at":"2023-08-24T10:05:18.432652Z",
    "updated_at":"2023-08-24T10:05:18.432652Z",
    "attachments":[
      
    ],
    "campaign_id":null,
    "conversation_id":"742993a5-c9c6-4d7d-bf09-31417a1c04a9",
    "delivery_status":"pending",
    "step_contact_id":null,
    "translated_body":null,
    "campaign_contact_id":null,
    "translation_language":null
  },
  "api_version":"v1",
  "event":"message.created",
  "created_at":"2025-08-19T06:40:57.416929Z",
  "request_id":"00552b38-d0e7-460f-9877-a7c8c8b2ff8c"
}

message.updated

{
  "data":{
    "id":"5e09c7cc-27e8-4d91-89ee-4ea5bafaaa15",
    "to":"+14244023931",
    "body":"Olá, Clark Kent, obrigado por enviar mensagens à Organização 1. Um membro de nossa equipe entrará em contato com você em breve neste número.",
    "from":"+12183925232",
    "step_id":null,
    "language":null,
    "direction":"OUTBOUND",
    "channel_id":"be1ecaf2-9ce7-448c-8755-e5009ccc4345",
    "contact_id":"8241b8e5-98a2-44d7-975b-15f5c2bf3cf4",
    "created_at":"2023-08-24T10:52:28.430748Z",
    "updated_at":"2023-08-24T10:52:28.498798Z",
    "attachments":[
      
    ],
    "campaign_id":null,
    "sequence_id":null,
    "conversation_id":"742993a5-c9c6-4d7d-bf09-31417a1c04a9",
    "delivery_status":"failed",
    "step_contact_id":null,
    "translated_body":null,
    "campaign_contact_id":null,
    "translation_language":null
  },
  "api_version":"v1",
  "event":"message.updated",
  "created_at":"2025-08-19T06:40:57.416929Z",
  "request_id":"647e08d7-e68e-4efb-bd8c-29038e7ac09a"
}

message.opened

{
  "data": {
  	"id": "c57adf9e-3db5-41f3-a184-bfe3a2efb871",
  	"to": "[email protected]",
  	"body": "Sending Outbound Message",
  	"from": "[email protected]",
  	"mode": "manual",
  	"type": "email",
  	"step_id": null,
  	"user_id": 1,
  	"language": null,
  	"metadata": {},
  	"direction": "OUTBOUND",
  	"channel_id": "4dfa903b-d702-4a40-a019-7d21991dfbb6",
  	"contact_id": "9f975671-b296-4dcf-9e94-f9beb9d40c41",
  	"created_at": "2026-06-10T07:33:10.875685Z",
  	"updated_at": "2026-06-10T10:34:44.147440Z",
  	"attachments": [],
  	"campaign_id": null,
  	"sequence_id": null,
  	"email_metadata": {
  		"cc": [],
  		"to": [],
  		"bcc": [],
  		"subject": "Re: Test Campaign",
  		"reply_to": null,
  		"sender_name": null,
  		"sender_email": null
  	},
  	"conversation_id": "dc3a6ea4-0462-43c0-8692-6265c3fe4230",
  	"delivery_status": "opened",
  	"step_contact_id": null,
  	"translated_body": null,
  	"campaign_contact_id": null,
  	"translation_language": null
  },
  "api_version": "v1",
  "event": "message.opened",
  "created_at":"2025-08-19T06:40:57.416929Z",
  "request_id": "1096849d-8ba9-4165-afeb-8e449c4bfec1"
}

message.bounced

{
  "data": {
  	"id": "cf6580fe-a479-49e5-8f9a-7e9f0e8996af",
  	"to": "[email protected]",
  	"body": "Lets see the bounce",
  	"from": "[email protected]",
  	"mode": "manual",
  	"type": "email",
  	"step_id": null,
  	"user_id": 1,
  	"language": null,
  	"metadata": {},
  	"direction": "OUTBOUND",
  	"channel_id": "4dfa903b-d702-4a40-a019-7d21991dfbb6",
  	"contact_id": "f5bfbfef-5277-4a65-b454-07df643d52ce",
  	"created_at": "2026-03-23T16:42:57.448266Z",
  	"updated_at": "2026-03-23T16:42:59.604275Z",
  	"attachments": [],
  	"campaign_id": null,
  	"sequence_id": null,
  	"conversation_id": "839941dd-27f2-45f3-91b6-4bda49a3a8bf",
  	"delivery_status": "failed",
  	"step_contact_id": null,
  	"translated_body": null,
  	"campaign_contact_id": null,
  	"translation_language": null
  },
  "api_version": "v1",
  "event": "message.bounced",
  "created_at":"2025-08-19T06:40:57.416929Z",
  "request_id": "60b67fcb-ba47-4a70-833a-e00fd958489f"
}

Did this page help you?