Extras

Webhooks, migrations, website protection, and more.

Webhooks

Webhooks are used for creating or updating a platform action/operation tracker, for syncing data between platforms, or for fetching results of backend operations of an application.
In simple terms, it is a way you can set up notifications about various events happening on the InPlayer Platform.
This includes things like receiving a notification whenever a viewer registers an account, completes a payment, cancels a subscription, etc, as long as you have an app ready to receive those notifications.

Webhooks can be accessed via the Account menu are the top right of your Dashboard.

Adding a webhook

To add a webhook, go to the Webhooks section and click Add Webhook.

Note that even though you can create as many webhooks as you want, you cannot send webhooks to more than 10 URLs at the same time.


Next, enter the URL where you will be expecting the webhook.
Note that the URL should always be kept up to date, and that you are responsible for the safety and security of the transmitted data.
Once you enter the URL, select the event types you would like to receive a webhook for, meaning, the notification you would like to receive

Finally, click Save.

Deleting a webhook

To delete a webhook, just click the bin button next to it.

To learn more about the technical side of using our webhooks, you can read our developer documentation here.

If you have any questions, don’t hesitate to contact us at clients@inplayer.com.