Setting Up Webhooks
Last updated
Last updated
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.
Before you can set up webhooks on the DynTube dashboard, make sure you have the necessary access and permissions within your DynTube account.
To configure webhooks for specific events, follow the steps below:
Log in to your DynTube account.
Navigate to the Account Settings page: .
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.
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.
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.