account default destinations
Name | Description |
---|---|
transport Constant Required | String SMS is the only supported transport for the default destinations. |
value Required | String A webhook address to forward inbound SMS to |
{
"transport": "sms",
"value": "https://webhook.address.com/inboundSMS"
}