The action will send an sms to a phone number
- API endpoint slug
- routee.send_sms
- Filter code method
- Routee.sendSms.skip(string?: reason)
- Runtime method
- runAction("routee.send_sms", {})
Action fields
- Label
- Message
- Helper text
- The content of the SMS
- Slug
- message
- Required
- true
- Can have default value
- true
- Filter code method
- Routee.sendSms.setMessage(string: message)
- Label
- From
- Helper text
- The sender id of the message
- Slug
- from
- Required
- true
- Can have default value
- true
- Filter code method
- Routee.sendSms.setFrom(string: from)
- Label
- To
- Helper text
- The recipient of the message
- Slug
- to
- Required
- true
- Can have default value
- true
- Filter code method
- Routee.sendSms.setTo(string: to)