WORKFLOW_CREATED Event
This webhook event is sent when a new workflow is created in your account. This notification allows you to track workflow lifecycle from the moment of creation.
When This Event Is Sent
- Any workflow is created in the CREATED state:
- Using the workflow.create.
- By Kompliant's UI.
Decrypted Data Parameters
This event includes all default parameter for version 1.0 in the decrypted data parameter. There is no extra information provided currently.
Example Payload
Note: This example shows the decrypted payload. When you receive this webhook, the data field will be encrypted. See the encryption reminder for details.
{
"id": "wh_6X3qMafWiVAJUtAA2ligzF",
"event_type": "WORKFLOW_CREATED",
"timestamp": "2026-03-18T22:13:36Z",
"account_id": "account_id",
"schema_version": "2025-11-21",
"key_id": "whk_20260318_03",
"data": {
"version": "1.0",
"subject_record_id": "sr_2dkK9FIcyDxkxsd0BeB4MU",
"workflow_id": "w_6QRPfTUhHICQADJK7NlvFW",
"workflow_type": "BUSINESS_APPLICATION",
"user_context": {
"user_id": "[email protected]",
"user_type": "USER"
}
}
}
Updated 28 days ago