Webhook Documentation

A webhook is a way for one system to automatically send real-time data to another system when a specific event happens.

Webhook Configuration & Endpoint Setup

To enable webhook notifications, clients are required to provide a POST API endpoint (URL) where webhook events will be delivered. Once shared, this endpoint is securely configured in the system to send real-time updates whenever the relevant event occurs.

Third party creator webhook

This webhook is used to notify when creator insights are successfully generated and available for access.

Webhook Payload

Field Name
Description
Possible Values
Sample Value

type

Identifies the webhook event or insights category

creator_insights

creator_insights

status

Current processing status of the request

success,

failed

success

status_reason

Reason for failure (applicable only when status is failed)

Restricted/Invalid Profile,

Private Account,

Invalid Handle

Invalid Handle

identifier

Creator handle or unique creator identifier

-

minimuffin8888

connector

Platform source from which insights are fetched

instagram,

youtube,

tiktok,

facebook

instagram

Last updated