Livechat SMS Incoming (Twilio)
    • Dark
      Light
    • PDF

    Livechat SMS Incoming (Twilio)

    • Dark
      Light
    • PDF

    Article summary

    Post
    /api/v1/livechat/sms-incoming/{service}

    Receive SMS.

    Changelog

    VersionDescription
    0.42.0Added
    Path parameters
    service
    stringRequired

    Only the server twilio is accepted at moment.

    Exampletwilio
    Body parameters
    Example 1
    {
      "From": "5551123456789",
      "To": "5551987654321",
      "Body": "SMS message",
      "ToCountry": "Brazil",
      "ToState": "RS",
      "ToCity": "Porto Alegre",
      "ToZip": "",
      "FromCountry": "Brazil",
      "FromState": "RS",
      "FromCity": "Porto Alegre",
      "FromZip": ""
    }
    object
    From
    string
    To
    string
    Body
    string
    ToCountry
    string
    ToState
    string
    ToCity
    string
    ToZip
    string
    FromCountry
    string
    FromState
    string
    FromCity
    string
    FromZip
    string
    Responses
    200

    OK

    default
    ""
    string
    Example<Response></Response>

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.