v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Webhooks

Documents > Folder > Updates

Subscription_type: documents/folder/update

postWebhookWebhooks > Documents > Folder > Updates

Payload

activeboolean required

Whether the folder is active or not

company_idstring

Company ID of the folder

idstring required

Folder ID

namestring required

Folder name

parent_folder_idstring

Id of the parent folder

spacestring required

The space of the folder is related to the place where the folder is displayed.

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