Skip to content

Instantly share code, notes, and snippets.

@tanay1337
Last active June 12, 2020 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanay1337/b05c7a95e9d9e12f18b4ffcb208489ce to your computer and use it in GitHub Desktop.
Save tanay1337/b05c7a95e9d9e12f18b4ffcb208489ce to your computer and use it in GitHub Desktop.

Twilio

Twilio is a cloud communications platform as a service company. Twilio allows software developers to programmatically make and receive phone calls, send and receive text messages, and perform other communication functions using its web service APIs.

You can find authentication information for this node here.

Basic Operations

  • Send SMS
  • Send Whatsapp message

Example Usage

You can also find the workflow on the website. This example usage workflow would use the following two nodes.

The final workflow should look like the following image.

A workflow with the Twilio node

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.
  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 Exceute Node to run the workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment