🚀 Welcome! Spot an issue or have feedback? Let us know.
curl --location --request POST 'https://api.parseur.com/webhook' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"event": "document.processed",
"target": "https://example.org/webhook",
"name": "Test Webhook",
"headers": {
"Test-Header": "Test Value"
},
"category": "CUSTOM"
}'
{
"id": 123456,
"event": "document.processed",
"target": "https://test.webhooks/new",
"name": "New Webhook",
"headers": null,
"category": "CUSTOM",
"parser_field_set": []
}