Get SMS status for all automations in user organization
Marketplace
Get SMS status for all automations in user organization
Return SMS-readiness status for every automation in the caller’s organization. Used by the marketplace template-import flow to show which automations a template can be applied to.
GET
Get SMS status for all automations in user organization
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Automation SMS statuses returned
Example:
[
{
"automationId": "5f7b1c2e8a1d4e0012c3b4a5",
"automationName": "Inbound Support",
"hasSmsEnabled": true,
"phoneNumber": "+12362320246",
"message": "SMS-ready"
},
{
"automationId": "6a8c2d3f9b1e5a0023d4c5b6",
"automationName": "Outreach Campaign",
"hasSmsEnabled": false,
"phoneNumber": "",
"message": "No SMS number provisioned"
}
]