Eventbrite order notifications to Slack through Webhooks
A small NodeJS server to be used as endpoint of Eventbrite Webhooks to send order notificiations to a Slack channel.
After you change the EVENTBRITE_OAUTH_TOKEN and SLACK_URL variables you can immediately deploy it to Heroku or another NodeJS hosting service.
Prefer python? Use the GitHub Gist at https://gist.github.com/simonw/5e75c1a67e2a4fce735e from simonw instead, which was used as inspiration and base for this project.