docs: Add connection setup guide for Twilio
This commit is contained in:
@@ -40,6 +40,7 @@ export default defineConfig({
|
|||||||
{ text: 'Scheduler', link: '/connections/scheduler' },
|
{ text: 'Scheduler', link: '/connections/scheduler' },
|
||||||
{ text: 'Slack', link: '/connections/slack' },
|
{ text: 'Slack', link: '/connections/slack' },
|
||||||
{ text: 'SMTP', link: '/connections/smtp' },
|
{ text: 'SMTP', link: '/connections/smtp' },
|
||||||
|
{ text: 'Twilio', link: '/connections/twilio' },
|
||||||
{ text: 'Twitter', link: '/connections/twitter' },
|
{ text: 'Twitter', link: '/connections/twitter' },
|
||||||
// Temporarily disable following pages until we release github and typeform integrations
|
// Temporarily disable following pages until we release github and typeform integrations
|
||||||
// { text: 'Typeform', link: '/connections/typeform' },
|
// { text: 'Typeform', link: '/connections/typeform' },
|
||||||
|
13
packages/docs/pages/connections/twilio.md
Normal file
13
packages/docs/pages/connections/twilio.md
Normal 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!
|
Reference in New Issue
Block a user