https://github.com/jaygooby/sendy-eventbrite-webhook-receiver
A simple webhook receiver that updates a custom field in your Sendy list with a custom value, whenever an order is placed via Eventbrite. Removes the need for a Zapier or other third-party integration.
https://github.com/jaygooby/sendy-eventbrite-webhook-receiver
crm eventbrite integration sendy webhook
Last synced: 10 months ago
JSON representation
A simple webhook receiver that updates a custom field in your Sendy list with a custom value, whenever an order is placed via Eventbrite. Removes the need for a Zapier or other third-party integration.
- Host: GitHub
- URL: https://github.com/jaygooby/sendy-eventbrite-webhook-receiver
- Owner: jaygooby
- License: other
- Created: 2018-06-06T20:36:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T08:51:33.000Z (about 8 years ago)
- Last Synced: 2025-01-26T17:33:40.499Z (over 1 year ago)
- Topics: crm, eventbrite, integration, sendy, webhook
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sendy-eventbrite-webhook-receiver
A simple webhook receiver that updates a custom field in your Sendy list with a custom value, whenever an order is placed via Eventbrite. Removes the need for a Zapier or other third-party integration.
## Prerequisites
1. A [Sendy](https://sendy.co) installation
2. A Sendy list with a custom field you want updating with a value, when an Eventbrite order is made (e.g. ticket-bought=1)
3. A Sendy API key
4. eventbrite-receiver.php file saved somewhere under your Sendy installation, e.g. `/path/to/sendy/webhooks/eventbrite-receiver.php`
5. An Eventbrite account
6. An [Eventbrite webhook](https://www.eventbrite.co.uk/myaccount/webhooks/) configured with an `order.placed` action and the URL to this file in your Sendy installation, e.g. http://sendy.example.com/webhooks/eventbrite-receiver.php
7. An [Eventbrite App](https://www.eventbrite.co.uk/myaccount/apps/), so you can access your personal oauth2 token