Creates a new webhook listening to workspace events.
Create a webhook to be notified about events that occur in the workspace. To learn more about webhooks, how to set them up and receive notifications, check out the webhooks guide.Documentation Index
Fetch the complete documentation index at: https://developer.folk.app/llms.txt
Use this file to discover all available pages before exploring further.
person.created
person.updated
firstNamelastNamebirthdayjobTitledescription - You cannot provide a value for this attributeaddressesemailsphonesurlscustomFieldValuesperson.deleted
person.groups_updated
person.workspace_interaction_metadata_updated
company.created
company.updated
namedescription - You cannot provide a value for this attributeaddressesemailsphonesurlsfundingRaisedlastFundingDatefoundationYearemployeeRangeindustrycustomFieldValuescompany.deleted
company.groups_updated
object.created
object.updated
namecustomFieldValuesobject.deleted
note.created
note.updated
note.deleted
reminder.created
reminder.updated
reminder.deleted
reminder.triggered
API key for authentication
A friendly name for the webhook.
255"My app integration"
The URL of the webhook. It must be a publicly accessible URL using the HTTP or HTTPS protocol.
2048"https://my-app.com/webhook"
The events the webhook is subscribed to, with optional filters.
1 - 20 elements[
{
"eventType": "person.created",
"filter": {
"groupId": "grp_bc984b3f-0386-434d-82d7-a91eb6badd71"
}
}
]The created webhook.
A webhook with a visible signing secret.
{
"id": "wbk_8c18c158-d49e-4ad4-90d4-2b197688bac7",
"name": "My app integration",
"targetUrl": "https://my-app.com/webhook",
"subscribedEvents": [
{
"eventType": "person.created",
"filter": {}
}
],
"signingSecret": "whsec_QWFSUzl1QUVoQW1kdWtpTnJRTUFpbXNlZmxLTg==",
"status": "active",
"createdAt": "2025-07-17T09:00:00.000Z"
}["This field is deprecated"]