Webhook Events
Message Received
Get notified when a message is received from a lead
The message.received
webhook event is triggered whenever a lead texts your phone number. This can be used to track incoming communication.
Payload
Properties
Property | Type | Description |
---|---|---|
event | string | The webhook event type (message.received ). |
data.leadId | string | The unique identifier for the lead. |
data.phone | string | The phone number of the lead. |
data.profile | string | The customer profile assigned to the lead. |
data.content.text | string | The content of the message received from the lead. |
timestamp | string | The ISO 8601 timestamp when the message was received. |