{
  "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"
}
account_id
string
required

The ID of the account that sent the message

type
string
required

Always message.sent for this event

data
message
id
string

The unique identifier for the message

body
string

The content of the message

attachments
attachment[]
sent_at
string

ISO 8601 timestamp of when the message was sent

conversation
conversation