Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Bulk Retry Events
hookdeck:bulk_retry_events
Bulk retry multiple webhook events based on filters.
Write
Medium risk
Create Connection
hookdeck:create_connection
Create a new webhook connection between a source and destination.
Write
Medium risk
Create Destination
hookdeck:create_destination
Create a new webhook destination endpoint.
Write
Medium risk
Create Source
hookdeck:create_source
Create a new webhook source endpoint.
Write
Medium risk
Create Transformation
hookdeck:create_transformation
Create a new webhook transformation with JavaScript code.
Write
Medium risk
Delete Connection
hookdeck:delete_connection
Permanently delete a webhook connection.
Write
High risk
Delete Destination
hookdeck:delete_destination
Permanently delete a webhook destination and all its connections.
Write
High risk
Delete Source
hookdeck:delete_source
Permanently delete a webhook source and all its connections.
Write
High risk
Delete Transformation
hookdeck:delete_transformation
Permanently delete a webhook transformation.
Write
High risk
Get Attempt
hookdeck:get_attempt
Fetch a single webhook delivery attempt by ID with response details.
Read
Low risk
Get Connection
hookdeck:get_connection
Fetch a single webhook connection by ID with its source and destination details.
Read
Low risk
Get Destination
hookdeck:get_destination
Fetch a single webhook destination by ID with its configuration.
Read
Low risk
Get Event
hookdeck:get_event
Fetch a single webhook event by ID with its payload and metadata.
Read
Low risk
Get Source
hookdeck:get_source
Fetch a single webhook source by ID with its configuration and URL.
Read
Low risk
Get Transformation
hookdeck:get_transformation
Fetch a single webhook transformation by ID with its code and configuration.
Read
Low risk
List Attempts
hookdeck:list_attempts
List webhook delivery attempts with optional filtering and sorting.
Read
Low risk
List Connections
hookdeck:list_connections
List webhook connections with optional filtering.
Read
Low risk
List Destinations
hookdeck:list_destinations
List webhook destinations with optional filtering.
Read
Low risk
List Events
hookdeck:list_events
List webhook events with optional filtering and sorting.
Read
Low risk
List Sources
hookdeck:list_sources
List webhook sources with optional filtering.
Read
Low risk
List Transformations
hookdeck:list_transformations
List webhook transformations with optional filtering.
Read
Low risk
Pause Connection
hookdeck:pause_connection
Pause a webhook connection to temporarily stop event forwarding.
Write
Medium risk
Retry Attempt
hookdeck:retry_attempt
Retry a failed webhook delivery attempt.
Write
Medium risk
Unpause Connection
hookdeck:unpause_connection
Unpause a webhook connection to resume event forwarding.
Write
Medium risk
Update Connection
hookdeck:update_connection
Update an existing webhook connection configuration.
Write
Medium risk
Update Destination
hookdeck:update_destination
Update an existing webhook destination configuration.
Write
Medium risk
Update Source
hookdeck:update_source
Update an existing webhook source configuration.
Write
Medium risk
Update Transformation
hookdeck:update_transformation
Update an existing webhook transformation.
Write
Medium risk