Download the PHP package igniterlabs/ti-ext-webhook without Composer
On this page you can find all versions of the php package igniterlabs/ti-ext-webhook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download igniterlabs/ti-ext-webhook
More information about igniterlabs/ti-ext-webhook
Files in igniterlabs/ti-ext-webhook
Package ti-ext-webhook
Short Description Connect your third party apps via Zapier or other third-party services to your TastyIgniter website.
License MIT
Informations about the package ti-ext-webhook
Webhooks extension allows you to integrate your TastyIgniter site with external systems
It turns your site into a powerful optimized webhook system so that your site can communicate with your third party apps like Zapier.
For example:
- Send data to OpenTable when a new reservation is made on your TastyIgniter website.
- Send data to your POS when a new order is placed on your TastyIgniter website.
Usage
In the admin user interface:
- Go to System > Settings > Webhooks Settings to configure the extension settings
- Go to Tools > Webhooks to manage outgoing webhooks.
- Go to Tools > Automations to automate outgoing webhooks when certain events happen.
Features
- Send data when certain events happen in your TastyIgniter platform.
- Advanced settings for each outgoing webhook
- Supports JSON and form urlencode
- Tested with Zapier, automate.io and more.
Advanced
Example of Registering Webhook Events
Here is an example of an extension registering a webhook event to trigger an outgoing webhook.
Example of a Webhook Event Class
A webhook event class is responsible for preparing the parameters passed to the outgoing webhook.
All versions of ti-ext-webhook with dependencies
tastyigniter/ti-ext-api Version ^v4.0
tastyigniter/ti-ext-automation Version ^v4.0
tastyigniter/ti-ext-cart Version ^v4.0
tastyigniter/ti-ext-local Version ^v4.0
tastyigniter/ti-ext-user Version ^v4.0
tastyigniter/ti-ext-reservation Version ^v4.0