Inbound SMS Received

Be notified when a message is received into your inbox

Event

Event NameDescription
Inbound message receivedTriggered when a message has been received on your Webex Interact inbox.

Payload Samples

{
  "specversion": "1.0",
  "type": "com.interact.messages.sms.status",
  "source": "https://api.webexinteract.com/v1/sms",
  "id": "evt_3F1PcvvRVhBBPawkitvn3mxn3O4",
  "time": "2026-04-07T08:23:05Z",
  "datacontenttype": "application/json",
  "data": {
    "status": "inbound",
    "channel": "sms",
    "message": "SUBSCRIBE - keep me up to date with your latest updates please",
    "phone_number": "+447838970000",
    "inbound_number": "+447860000000",
    "inbound_number_id": "num_6C1Oy46vFl1GSaPIxLGpSuveTMn",
    "rules": [
      {
        "rule": "Newsletter Signup",
        "trigger_keyword": "SUBSCRIBE",
        "target_lists": [
          "LST_3BfW95mzxDy5NH4V64FNtYmkMAS",
          "LST_30e5wMJ4nRsxMYMiUeNGYG7onTy"
        ]
      }
    ]
  },
  "correlation_id": "cid_3C4PcZoMswjiFvhci24RrhkXrUJ"
}

Field Definitions

ParameterDescription
typeSpecifies the event type.
sourceIndicates the event's origin, such as the API URL..
idUnique webhook event identifier.
timeTimestamp (ISO 8601 format) of the event.
datacontenttypeSpecifies the data format, typically "application/json".
→ statusSMS message status "inbound".
→ channelSpecifies channel that the message was received on.
→messageMessage body received.
→phone_numberThe senders phone number.
→inbound_numberYour Webex Interact asset that the message was received on.
→inbound_number_idThe UID of the Webex Interact asset that the message was received on.
→rulesProvided if the message matched on aRule condition. See our Rules documentation for more details on Rules.
→→ruleName of the Rule that has been triggered.
→→trigger_keywordThe keyword that met the condition for the Rule.
→→target_listsThe target lists that the inbound number was added to as a result of triggering a Rule.
correlation_idA system generated unique identifier assigned to each request for tracking and reference.