A simple webhook-based Slack integration that posts new order notifications to a specified channel.
Docs: https://api.slack.com/messaging/webhooks
This app posts a simple order notification message using the Slack webhooks API to a channel you specify. The parts that can be customised:
- Text: the message that is posted, using handlebar style placeholders for order object values
- You need to create a new app in Slack first: https://api.slack.com/apps?new_app=1. The name you use will be the name shown in Slack when new order notifications come in.
- Go to the "Incoming Webhooks" tab, and activate it
- Click "Add New Webhook to Workspace"
- Choose the channel you want to post to and save
- Copy the webhook URL and paste it into the Chec Dashboard's integration configuration screen
See license.