Twilio#
You can use these credentials to authenticate the following nodes with Twilio.
Prerequisites#
Create a Twilio account.
Using Auth Token#
- Open your Twilio project dashboard.
- Copy the displayed Account SID.
- Enter a name for your credentials in the Credentials Name field in the 'Twilio API' credentials in n8n.
- Paste the Account SID in the Account SID field in the 'Twilio API' credentials in n8n.
- Copy the Auth Token from the Twilio project dashboard.
- Paste the Auth Token in the Auth Token field in the 'Twilio API' credentials in n8n.
- Click on the Create button to create the credentials.
The following video demonstrates the steps mentioned above.
Using API Key#
- Open your Twilio project dashboard.
- Copy the displayed Account SID.
- Enter a name for your credentials in the Credentials Name field in the 'Twilio API' credentials in n8n.
- Select 'API Key' from the Auth Type dropdown list.
- Paste the Account SID in the Account SID field in the 'Twilio API' credentials in n8n.
- Click on Settings in the left-sidebar.
- Select API Keys under the Settings.
- Click on the Create new API Key button.
- Enter a name in the Friendly Name field.
- Click on the Create API Key button.
- Copy the displayed SID.
- Paste the SID in the API Key SID field in the 'Twilio API' credentials in n8n.
- Copy the Secret from the Twilio dashboard.
- Paste the Secret in the API Key Secret field in the 'Twilio API' credentials in n8n.
- Click on the Create button to create the credentials.
The following video demonstrates the steps mentioned above.