Last updated

Cincopa Webhooks API

Cincopa offers APIs to manage your webhooks, enabling real-time notifications to your chosen endpoint about events in your Cincopa account. With webhooks, you can create an endpoint to perform specific actions automatically. Cincopa supports various webhook events. For instance, you can send instant notifications to your team on Slack whenever new multimedia assets are uploaded.

Most users configure webhooks from the webhooks dashboard, which provides a user interface for registering and testing your webhook endpoints.
Visit the REST API Webhooks for the APIs to manage your webhook endpoints

Following are the events namespaces that you can use when creating your webhook, gallery.*, asset.*, account.*, leads.*

Gallery events :

  • gallery.created - New gallery was created
  • gallery.updated - Some data in the gallery was updated
  • gallery.deleted - Gallery was deleted
  • gallery.synced - Gallery is ready

Asset events :

  • asset.uploaded - New asset was uploaded
  • asset.updated - Asset was updated
  • asset.deleted - Asset was deleted

Account events :

  • account.traffic_usage - Update on traffic usage
  • account.settings - Update on settings

Lead events :

  • lead.created - New lead was submitted

Use https://webhook.site to debug your webhook and see all the info that is included in each event