v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Webhooks

CustomResources > Schema > Creates

Subscription_type: custom_resources/schema/create

postWebhookWebhooks > CustomResources > Schema > Creates

Payload

idstring required

Schema identifier

namestring required

Schema name

company_idstring required

Company identifier where this schema belongs

hiddenboolean required

Manages visibility of the schema

positioninteger

Schema position within employee profile

Example payload

{
  "id": "1",
  "name": "Company Offsite",
  "company_id": "2",
  "position": 1
}

Response

Return a 200 status to indicate that the data was received successfully