Templates & Projects

Why Using Webhooks

Pirsonal uses webhooks to delivers data to other applications as it happens, meaning you get data immediately when a video is successfully created or when there has been an error with a video.

Unlike typical APIs where you would need to poll for data very frequently in order to get it in real-time, webhooks are clean, fast, and are triggered in real-time.

This makes webhooks much more efficient for both provider and consumer. The only drawback to webhooks is the difficulty of initially setting them up.

You can also use Pirsonal’s API to retrieve video and template data.

Related Articles