From 8d1db03785bb87c111dbcdce34a2e7af8d46eee8 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 30 Mar 2023 16:16:28 +0100 Subject: [PATCH] update twilio node per simshaun's changes --- .../app-nodes/n8n-nodes-base.twilio.md | 33 ++++--------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.twilio.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.twilio.md index 9e1205569..0021d5637 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.twilio.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.twilio.md @@ -16,36 +16,17 @@ On this page, you'll find a list of operations the Twilio node supports and link For usage examples and templates to help you get started, take a look at n8n's [Twilio integrations](https://n8n.io/integrations/twilio/){:target="_blank" .external-link} list. -## Basic Operations +## Operations * SMS * Send SMS/MMS/WhatsApp message +* Call + * Make a phone call using text-to-speech to say a message -## Example Usage - -This workflow allows you to send an SMS or a Whatsapp message to a specified phone number from your Twilio number. You can also find the [workflow](https://n8n.io/workflows/401) on the website. This example usage workflow would use the following two nodes. -- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/) -- [Twilio]() - -The final workflow should look like the following image. - -![A workflow with the Twilio node](/_images/integrations/builtin/app-nodes/twilio/workflow.png) - -### 1. Start node - -The start node exists by default when you create a new workflow. - -### 2. Twilio node - -1. First of all, you'll have to enter credentials for the Twilio node. You can find out how to do that [here](/integrations/builtin/credentials/twilio/). -2. Enter the phone number from which you'll be sending the message in the *From* field. -3. Enter the phone number to which you'll be sending the message in the *To* field. -4. In case you want to send a Whatsapp message, toggle the *To Whatsapp* button. -5. Enter you message in the *Message* field. -6. Click on *Execute Node* to run the workflow. - - - +## Related resources +Refer to [Twilio's documentation](https://www.twilio.com/docs/usage/api){:target=_blank .external-link} for more information about the service. + +View [example workflows and related content](https://n8n.io/integrations/twilio/){:target=_blank .external-link} on n8n's website.