Herogi supports sms sending functionality via multiple vendors. You can use your existing account to send email.
Twilio email api is supported by Herogi.
To use Twilio actions you should add your Twilio account credentials.
Integration Parameters |
---|
Account SID |
Auth Token |
You can find your credentials in Twilio dashboard.
Credentials are stored as encrytpted.
Key | Data Type | Recurring | Sample Value | Description |
---|---|---|---|---|
To | STRING | NO | +16175551212 | The destination phone number. Format with a ‘+’ and country code e.g., +16175551212 |
From | STRING | NO | +15105555555 | A Twilio phone number (in E.164 format) or alphanumeric sender ID enabled for the type of message you wish to send |
Body | STRING | NO | Welcome to Herogi | The text of the message you want to send, limited to 1600 characters |
MediaUrl | STRING | NO | http://example.com/test.png | The URL of the media you wish to send out with the message |