Twilio credentials#
You can use these credentials to authenticate the following nodes:
Supported authentication methods#
- Auth token: Twilio recommends this method for local testing only.
- API key: Twilio recommends this method for production.
Related resources#
Refer to Twilio's API documentation for more information about the service.
Using Auth Token#
To configure this credential, you'll need a Twilio account and:
- Your Twilio Account SID
- Your Twilio Auth Token
To set up the credential:
- In SMS-iT Workflow, select Auth Token as the Auth Type.
- In Twilio, go to Console Dashboard > Account Info.
- Copy your Account SID and enter this in your SMS-iT Workflow credential. This acts as a username.
- Cop your Auth Token and enter this in your SMS-iT Workflow credential. This acts as a password.
Refer to Auth Tokens and How to Change Them for more information.
Using API key#
To configure this credential, you'll need a Twilio account and:
- Your Twilio Account SID
- An API Key SID: Generated when you create an API key.
- An API Key Secret: Generated when you create an API key.
To set up the credential:
- In SMS-iT Workflow, select API Key as the Auth Type.
- In Twilio, go to Console Dashboard > Account Info.
- Copy your Account SID and enter it in your SMS-iT Workflow credential.
- In Twilio, go to your account's API keys & tokens page.
- Select Create API Key.
- Enter a Friendly name for your API key, like
SMS-iT Workflow integration
. - Select your Key type. SMS-iT Workflow works with either Main or Standard. Refer to Selecting an API key type for more information.
- Select Create API Key to finish creating the key.
- On the Copy secret key page, copy the SID displayed with the key and enter it in your SMS-iT Workflow credential API Key SID.
- On the Copy secret key page, copy the Secret displayed with the key and enter it in your SMS-iT Workflow credential API Key Secret.
Refer to Create an API key for more detailed instructions.
Selecting an API key type#
When you create a Twilio API key, you must select a key type. The SMS-iT Workflow credential works with Main and Standard key types.
Here are more details on the different API key types:
- Main: This key type gives you the same level of access as using your Account SID and Auth Token in API requests.
- Standard: This key type gives you access to all the functionality in Twilio's APIs except the API key resources and Account resources.
- Restricted: This key type is in beta. SMS-iT Workflow hasn't tested the credential against this key type; if you try it, let us know if you run into any issues.
Refer to Types of API keys for more information on the key types.