Text Message Data Webhooks

We can automatically send Text Message data to an endpoint of your choosing after each event completes. See below for details

Setup:

Send an email request to support@kixie.com with your endpoint URL(s).

Note Please specify whether the endpoint url is for the Voice or Text message webhooks or both.

Text message webhook payload:

We automatically send a POST after each completed Text message. Here’s an example sms webhook data object:

{
  "data": {
    "messageid": "sms852e549e-79ee-11ea-af70-0242atest12345",
    "from": "+14248003330",
    "customernumber": "+14248003330",
    "to": "+14248003334",
    "businessnumber": "+14248003334",
    "direction": "incoming",
    "message": "Hey, Kixie is Awesome!",
    "businessid": 996,
    "userid": 8976666,
    "contact": {
      "contact": {
        "firstName": "New",
        "lastName": "Lead",
        "name": "New Lead"
      },
      "success": true,
      "device": {
        "type": "gcm",
        "usecase": "powercall",
        "isactive": 1,
        "pushid": "eCU4eV9m_n4:APA91bH0dLjpZUJ1Pzvm3Dh-mVVm7KtirTSjqGc7nENETVSrL1jG8dZn7s4oLZhn5ifA8wsKV0bsLKdfg4JnVuxuKr6lUCcXAGtFchKRxf7dheUDi1M2zhSUGrr1IWSFxxxxxxxxx"
      }
    },
    "email": "support@kixie.com",
    "crmlink": ""
  }
}