Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 354 Bytes

twilio-slack

Receive SMS messages in Slack with Twilio.

Assuming you have a Slack channel and a Twilio number already:

  • Create a Slack webhook. Make a note of the URL.
  • Create a Twilio Function. Paste the contents of twilio-function.js there.
  • Set the Slack webhook URL as the SLACK_WEBHOOK_PATH environment variable in the Twilio interface.