Webhooks
Documents > Folder > Creates
Subscription_type: documents/folder/create
postWebhookWebhooks > Documents > Folder > Creates
Payload
Example payload
{
"active": true,
"company_id": "1",
"id": "10",
"name": "Payslips",
"parent_folder_id": "23"
}Response
Return a 200 status to indicate that the data was received successfully
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.