Incoming SMS Callback

Getting Incoming SMS content

You can set the webhook for

For incoming SMS format is as follows:

        "{\r\n"
        "  \"uuid\" : \"%s\",\r\n"
        "  \"time\" : %ld,\r\n"
        "  \"ani\" : \"%S\",\r\n"
        "  \"dnis\" : \"%S\",\r\n",
        "  \"udh\" : %S,\r\n"
        "  \"coding\" : %S,\r\n"
        "  \"charset\" : %S,\r\n"
        "  \"content\" : %S\r\n"
        "}\r\n",

Last updated

Was this helpful?