Webhook SMS

Huggy Webhook SMS can send notifications directly to your system, you can now receive notifications regarding the sending of SMS.
If you would like to receive notifications from our SMS Webhook on your system, visit how to use SMS Webhook and learn more.
The following JSON structure is currently being sent:

    "from": "5511999999999",
    "text": "Lorem ipsum lorem ipsum",
    "to": "5511988888888",
    "id": 99999,
    "token": "aqddadsddfdd74489745777aakdsajkdd"
1
2
3
4
5
FieldDescription
fromphone number of the person sending the SMS
textText message sent
tophone number of the person is receiving SMS
idSMS identifier for control
tokenHASH generated by the Huggy panel at the time of setting up the SMS Webhook
from

phone number of the person sending the SMS


text

Text message sent


to

phone number of the person is receiving SMS


id

SMS identifier for control


token

HASH generated by the Huggy panel at the time of setting up the SMS Webhook