What is a Webhook?

A WebHook is an HTTP POST request that occurs when a specific action happens in your iDevAffiliate admin center, i.e. it’s a simple event-notification via HTTP POST. iDevAffiliate uses webhooks to notify your custom application in real time about specific events.

Some samples showing how you might use Webhooks for your own custom application:

  • Receive a request from iDevAffiliate every time a new account is created to send a custom email or text message, etc.
  • Get notified everytime a new commission or debit is created, keeping your own accounting functions in sync.

Configuring Your Webhook

Login to your iDevAffiliate admin center and go to Tools > Webhooks. Enter the Webhook URL to receive Webhooks.