Setting Up Webhooks
DynTube allows you to set up webhooks to receive notifications for specific events such as videoPublished
, streamStarted
, and streamStopped
. This documentation will guide you through the process of configuring webhooks for your DynTube account.
Prerequisites
Before you can set up webhooks on the DynTube dashboard, make sure you have the necessary access and permissions within your DynTube account.
Setting Up Webhooks
To configure webhooks for specific events, follow the steps below:
Configuring Published Events
Log in to your DynTube account.
Navigate to the Account Settings page: https://app.dyntube.com/#/account/settings.
Find the "Webhooks" section and click it
Set the event type e.g "videoPublished."
Provide the webhook URL where you want to receive notifications for videoPublished events.
Webhook configuration will be automatically saved.
Receiving Webhook Data
When the specified events occur, DynTube will send POST requests to the webhook URLs you've configured. Your server should be prepared to handle these incoming requests and process the data accordingly.
Sample Webhook Data
Here are examples of the data you can expect to receive for each event:
Video Published Event
Stream Started Event
Stream Stopped Event
You can use the received data to automate various processes and stay updated on important events within your DynTube account.
Last updated