chore: reword Signalwire as SignalWire

This commit is contained in:
Ali BARIN
2023-03-13 19:05:02 +00:00
parent ecd356d42b
commit caef9bb8b5
7 changed files with 14 additions and 14 deletions

View File

@@ -134,7 +134,7 @@ export default defineConfig({
],
},
{
text: 'Signalwire',
text: 'SignalWire',
collapsible: true,
collapsed: true,
items: [

View File

@@ -1,10 +1,10 @@
# Signalwire
# SignalWire
:::info
This page explains the steps you need to follow to set up a Signalwire connection in Automatisch. If any of the steps are outdated, please let us know!
This page explains the steps you need to follow to set up a SignalWire connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the Signalwire API page in your respective project (https://{space}.signalwire.com/credentials)
1. Go to the SignalWire API page in your respective project (https://{space}.signalwire.com/credentials)
2. Copy **Project ID** and paste it to the **Project ID** field on the
Automatisch connection creation page.
3. Create/Copy **API Token** and paste it to the **API Token** field on the
@@ -13,4 +13,4 @@ This page explains the steps you need to follow to set up a Signalwire connectio
5. Provide your **Space Name** from the URL and paste it to the **Space NAME** field on the
Automatisch connection creation page.
6. Click **Submit** button on Automatisch.
7. Now you can start using the new Signalwire connection!
7. Now you can start using the new SignalWire connection!

View File

@@ -33,7 +33,7 @@ The build integrations section is best understood when read from beginning to en
- [DeepL](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/deepl/auth/index.ts)
- [Twilio](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/twilio/auth/index.ts)
- [Signalwire](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/signalwire/auth/index.ts)
- [SignalWire](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/signalwire/auth/index.ts)
- [SMTP](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/smtp/auth/index.ts)
### Without authentication
@@ -61,7 +61,7 @@ If you are developing a webhook-based trigger, you need to ensure that the webho
- [Search tweets - Twitter](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/twitter/triggers/search-tweets/index.ts)
- [New issues - Github](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/github/triggers/new-issues/index.ts)
- [Receive SMS - Twilio](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/twilio/triggers/receive-sms/index.ts)
- [Receive SMS - Signalwire](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/signalwire/triggers/receive-sms/index.ts)
- [Receive SMS - SignalWire](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/signalwire/triggers/receive-sms/index.ts)
- [New photos - Flickr](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/flickr/triggers/new-photos/index.ts)
### Pagination with ascending order

View File

@@ -17,7 +17,7 @@ Following integrations are currently supported by Automatisch.
- [RSS](/apps/rss/triggers)
- [Salesforce](/apps/salesforce/triggers)
- [Scheduler](/apps/scheduler/triggers)
- [Signalwire](/apps/signalwire/triggers)
- [SignalWire](/apps/signalwire/triggers)
- [Slack](/apps/slack/actions)
- [SMTP](/apps/smtp/actions)
- [Stripe](/apps/stripe/triggers)