Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
/ twilio-slack Public archive

SMS -> Twilio -> Slack webhook

License

Notifications You must be signed in to change notification settings

ucsf-ckm/twilio-slack

Repository files navigation

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.