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

@@ -12,7 +12,7 @@ export default {
value: null, value: null,
placeholder: null, placeholder: null,
description: description:
'Log into your Signalwire account and find the Project ID', 'Log into your SignalWire account and find the Project ID',
clickToCopy: false, clickToCopy: false,
}, },
{ {
@@ -28,7 +28,7 @@ export default {
}, },
{ {
key: 'spaceRegion', key: 'spaceRegion',
label: 'Signalwire Region', label: 'SignalWire Region',
type: 'dropdown' as const, type: 'dropdown' as const,
required: true, required: true,
readOnly: false, readOnly: false,
@@ -55,8 +55,8 @@ export default {
readOnly: false, readOnly: false,
value: null, value: null,
placeholder: null, placeholder: null,
description: 'Name of your Signalwire space that contains the project', description: 'Name of your SignalWire space that contains the project',
clickToCopy: true, clickToCopy: false,
}, },
], ],

View File

@@ -5,7 +5,7 @@ import triggers from './triggers';
import actions from './actions'; import actions from './actions';
export default defineApp({ export default defineApp({
name: 'Signalwire', name: 'SignalWire',
key: 'signalwire', key: 'signalwire',
iconUrl: 'https://signalwire.com/favicon.svg', iconUrl: 'https://signalwire.com/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/apps/signalwire/connection', authDocUrl: 'https://automatisch.io/docs/apps/signalwire/connection',

View File

@@ -13,7 +13,7 @@ export default defineTrigger({
type: 'string', type: 'string',
required: true, required: true,
description: description:
'The number to receive the SMS on. It should be a Signalwire number in your project.', 'The number to receive the SMS on. It should be a SignalWire number in your project.',
}, },
], ],

View File

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

View File

@@ -1,10 +1,10 @@
# Signalwire # SignalWire
:::info :::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 2. Copy **Project ID** and paste it to the **Project ID** field on the
Automatisch connection creation page. Automatisch connection creation page.
3. Create/Copy **API Token** and paste it to the **API Token** field on the 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 5. Provide your **Space Name** from the URL and paste it to the **Space NAME** field on the
Automatisch connection creation page. Automatisch connection creation page.
6. Click **Submit** button on Automatisch. 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) - [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) - [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) - [SMTP](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/smtp/auth/index.ts)
### Without authentication ### 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) - [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) - [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 - 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) - [New photos - Flickr](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/flickr/triggers/new-photos/index.ts)
### Pagination with ascending order ### Pagination with ascending order

View File

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