Send a ClickSend SMS when a new iOS Contact is added
This action will send an SMS message
Developer info
- API endpoint slug
- clicksend.send_sms
- Filter code method
- Clicksend.sendSms.skip(string?: reason)
- Runtime method
- runAction("clicksend.send_sms", {})
Action fields
To Text input > Other
- Label
- To
- Slug
- to
- Required
- true
- Can have default value
- true
From Text input > Other
- Label
- From
- Helper text
- Number or name where the message comes 'from'. If you use a name e.g. "MyCompany" the user can't reply. Special rules apply to US and Canada numbers. <a href="https://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number?from_search=16912480" target="_blank">More info</a>.
- Slug
- from
- Required
- false
- Can have default value
- true
Message Text input > Long text
- Label
- Message
- Slug
- message
- Required
- true
- Can have default value
- true
- Filter code method
- Clicksend.sendSms.setMessage(string: message)