Merge pull request #646 from automatisch/docs/twilio-connection

docs: Add connection setup guide for Twilio
This commit is contained in:
Ömer Faruk Aydın
2022-10-25 22:38:27 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ export default defineConfig({
{ text: 'Scheduler', link: '/connections/scheduler' },
{ text: 'Slack', link: '/connections/slack' },
{ text: 'SMTP', link: '/connections/smtp' },
{ text: 'Twilio', link: '/connections/twilio' },
{ text: 'Twitter', link: '/connections/twitter' },
// Temporarily disable following pages until we release github and typeform integrations
// { text: 'Typeform', link: '/connections/typeform' },

View File

@@ -0,0 +1,13 @@
# Twilio
:::info
This page explains the steps you need to follow to set up the Twilio connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the Twilio [console page](https://console.twilio.com)
2. Copy **Account SID** and paste it to **Account SID** field on the
Automatisch connection creation page.
3. Copy **Auth Token** and paste it to **Auth Token** field on the
Automatisch connection creation page.
4. Click **Submit** button on Automatisch.
5. Now you can start using the new Twilio connection!