eventToWebHookConfigUpdate
Update an existing webhook event action configuration.
Modifies webhook automation details including trigger conditions, URL endpoints, authentication, and payload settings. Only provided fields will be updated, others remain unchanged.
Possible errors:
- EVENT_ACTION_CONFIG_NOT_FOUND: Event action configuration with the specified ID not found
- EVENT_ACTION_CONFIG_UNKNOWN_ERROR: Unexpected error occurred while fetching the configuration
- EVENT_ACTION_CONFIG_ALREADY_EXISTS: Configuration with the same trigger and webhook URL already exists
- EVENT_ACTION_CONFIG_UPDATE_ERROR: Failed to update the event action configuration
eventToWebHookConfigUpdate(
id: String!
input: EventToWebHookConfigUpdateInput!
): EventToWebHookConfig!
Arguments
eventToWebHookConfigUpdate.id
● String!
non-null scalar
Unique identifier for the event action configuration.
Uses UUID v7 format for chronological ordering and global uniqueness across the system.
eventToWebHookConfigUpdate.input
● EventToWebHookConfigUpdateInput!
non-null input
Updated webhook event action information.
Contains the webhook automation properties to update. Only provided fields will be changed, others remain unchanged.
Type
EventToWebHookConfig
object
Event action configuration for webhook automation.
Defines automated HTTP POST requests to external endpoints when system events occur. Includes URL destination, authentication settings, and security configurations for reliable webhook delivery.