nowcerts_sms_insert
Send SMS messages through the Nowcerts platform to communicate with clients and stakeholders directly from your workflow.
Instructions
Insert/send SMS message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sms | Yes |
Input Schema (JSON Schema)
{
"properties": {
"sms": {
"required": true,
"type": "object"
}
},
"required": [
"sms"
],
"type": "object"
}