Webhooks
Message Sent
Webhooks
Message Sent
{
"account_id": "acct_01japd271aeatb7txrzr2xj8sg",
"data": {
"id": "msg_01jjnn7s0zfx5tdcsxjfy93et2",
"body": "Dude, I almost had you!",
"attachments": [
{
"id": "att_01jjnn75vgepj8bnnttfw1st5s",
"type": "image",
"url": "https://toretto.family/skyline.jpg"
}
],
"sent_at": "2024-10-21T23:29:41Z",
"conversation": {
"id": "cnv_01jav8xy7fe4nsay3c9deqxge9",
"contact": {
"email": "dom@toretto.family",
"id": "ctc_01ja88cboqffhswjx8zbak3ykk",
"last_name": "Dominic",
"first_name": "Toretto",
"metadata": {
"car": "1970 Dodge Charger R/T"
},
"phone_number": "+18015551234"
}
}
},
"type": "message.sent"
}
The message.sent
event is delivered whenever a message is sent from your Surge
number to another phone number.
Common Use Cases
- Track sent messages in your own system
- Update conversation analytics
- Log customer interactions
Payload Structure
{
"account_id": "acct_01japd271aeatb7txrzr2xj8sg",
"data": {
"id": "msg_01jjnn7s0zfx5tdcsxjfy93et2",
"body": "Dude, I almost had you!",
"attachments": [
{
"id": "att_01jjnn75vgepj8bnnttfw1st5s",
"type": "image",
"url": "https://toretto.family/skyline.jpg"
}
],
"sent_at": "2024-10-21T23:29:41Z",
"conversation": {
"id": "cnv_01jav8xy7fe4nsay3c9deqxge9",
"contact": {
"email": "dom@toretto.family",
"id": "ctc_01ja88cboqffhswjx8zbak3ykk",
"last_name": "Dominic",
"first_name": "Toretto",
"metadata": {
"car": "1970 Dodge Charger R/T"
},
"phone_number": "+18015551234"
}
}
},
"type": "message.sent"
}
The ID of the account that sent the message
Always message.sent
for this event
The unique identifier for the message
The content of the message
ISO 8601 timestamp of when the message was sent
{
"account_id": "acct_01japd271aeatb7txrzr2xj8sg",
"data": {
"id": "msg_01jjnn7s0zfx5tdcsxjfy93et2",
"body": "Dude, I almost had you!",
"attachments": [
{
"id": "att_01jjnn75vgepj8bnnttfw1st5s",
"type": "image",
"url": "https://toretto.family/skyline.jpg"
}
],
"sent_at": "2024-10-21T23:29:41Z",
"conversation": {
"id": "cnv_01jav8xy7fe4nsay3c9deqxge9",
"contact": {
"email": "dom@toretto.family",
"id": "ctc_01ja88cboqffhswjx8zbak3ykk",
"last_name": "Dominic",
"first_name": "Toretto",
"metadata": {
"car": "1970 Dodge Charger R/T"
},
"phone_number": "+18015551234"
}
}
},
"type": "message.sent"
}