Post inbound/incoming SMS to a Discord channel
Stay in touch with your Discord members through posting inbound/incoming SMS to your channels. This article will guide you through steps on how to.
- Login to your Discord account. Select a channel you want the inbound SMS to post. Click the gear icon (Edit channel).
- Go to integrations and create a new webhook. Copy the Webhook URL.
- Open your IFTTT account then create an Applet. Trigger (If This) - would be ClickSend's
SMS Received
Action (Then that) - would be Webhooks'Make a web request
- On
Make a web request
, paste the discord webhook to the URL.
Method should bePOST
Content type should beapplication/json
Leave the Addtional Headers blank
Body should be{ "content": " <<<{{Message}}>>>" }
Then clickCreate action
button when done. - Finish the applet. With that set up, every inbound messages will be posted to the channel which will help you keep in touch and connected with your Discord members.
Note: This automation does not work with scheduled inbound messages. You can only post the inbound messages to the Discord channel once your number has received it.