Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
Example:

"4f6d0d9a-7b78-4c6a-b64f-2e2e3d2c8f9a"

Body

application/json
url
string<uri>
Example:

"https://hooks.example.com/crewai"

event_types
enum<string>[]

Events to deliver to the endpoint:

  • automation_created: An Automation was created and is provisioning.
  • automation_deployed: An Automation came online for the first time.
  • automation_deployment_failed: An Automation's first deployment failed.
  • automation_redeployed: New code rolled out to an Automation that was already deployed. A restart does not count.
Minimum array length: 1
Available options:
automation_created,
automation_deployed,
automation_deployment_failed,
automation_redeployed
Example:
description
string | null
Example:

"Tenant provisioning receiver"

active
boolean
Example:

true

Response

OK

data
object
required