English
Configure and manage webhooks for real-time notifications
Creating a Webhook
Available Events
Payload Format
{ "webhookType": "user.create", "activityType": "blinko.note.update", "data": { "id": 0, "type": 0, "isArchived": false, "isRecycle": false, "content": "", "isShare": false, "isTop": false, "isReviewed": false, "sharePassword": "", "metadata": null, "accountId": null, "createdAt": "2024-03-21T00:00:00Z", "updatedAt": "2024-03-21T00:00:00Z", "attachments": [ { "id": 0, "name": "", "path": "", "type": "", "size": "0", "isShare": false, "sharePassword": "", "createdAt": "2024-03-21T00:00:00Z", "updatedAt": "2024-03-21T00:00:00Z", "noteId": 0 } ] } }
Best Practices