Webhooks allow you to share Superdense data from your account with third-party services. You can send it to a custom script and also use no-code or low-code services like Make, Pabbly Connect, Albato, Zapier, and many others.
To enable webhooks go to Settings, then Integrations, and add a webhook URL.
You can test the feature and view sample data using the free service at https://webhook.site.
Actions
The webhook is triggered for the following actions:
Bookmarks
Added
Deleted
Categories
Added
Deleted
Updated
Webhook Payload Formatting
Below, you will find a sample of the webhook payload content.
Categories
{
"type": "category",
"action": "added",
"id": "txfZ4fiXFW37PyTnaIU4",
"title": "News",
"visibility": "Private",
"timestamp": "2024-01-12T09:55:13.804Z"
}
Bookmarks
{
"type": "bookmark",
"action": "added",
"categoryId": "txfZ4fiXFW37PyTnaIU4",
"title": "Breaking News, Latest News and Videos | CNN",
"url": "https://cnn.com",
"iconUrl": "https://fdn.superdense.com/cnn.com/favicon.png",
"timestamp": "2024-01-12T09:55:38.712Z"
}
Limitations
Webhooks are not activated when:
Adding bookmarks through the import functionality or the browser extension;
Modifying or moving a bookmark;
Moving categories to another location or space