If you haven’t learned about actions checkout the actions page.

Sends a text to the number specified with the content specified.

typerequired
string = 'twilio'

Must equal the string twilio.

integrationId
string

The integrationId is the id from the integrations page. Technically, this is optional. If it is left blank, we will send messages from the functionary twilio account. The from parameter will be over written with +19789991191, which will be the sending phone number.

argsrequired
object
torequired
templatable string

number to send the text, including the country code (ie +13876658364). No dashes or seperations.

fromrequired
templatable string

number to send the text from, including the country code (ie +13876658364). No dashes or seperations. You need to have this number set up in the Twilio Dashboard and be authorized to send text from it.

bodyrequired
templatable string

the content of the text message.

{
  "type": "twilio",

  "args": {
    "to": "{{modelProperties.number}}",
    "from": "+19789991191",
    "body": "Congrats {{displayName}}!"
  }
}

See action for all the accessible properties for templating

We’ll build any action. No questions asked. Just email me at [email protected]