diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index e0ddddcb..9d3635ce 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -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' }, diff --git a/packages/docs/pages/connections/twilio.md b/packages/docs/pages/connections/twilio.md new file mode 100644 index 00000000..50460bf3 --- /dev/null +++ b/packages/docs/pages/connections/twilio.md @@ -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!