Skip to main content

eventToWebHookConfigCreate

Create a new webhook event action configuration.

Establishes a new event-to-webhook automation that triggers HTTP requests based on system events. The configuration will be active for event processing immediately.

Possible errors:

  • EVENT_ACTION_CONFIG_ALREADY_EXISTS: Configuration with the same trigger and webhook URL already exists
  • EVENT_ACTION_CONFIG_CREATE_ERROR: Failed to create the event action configuration
eventToWebHookConfigCreate(
input: EventToWebHookConfigCreateInput!
): EventToWebHookConfig!

Arguments

eventToWebHookConfigCreate.input ● EventToWebHookConfigCreateInput! non-null input

Webhook event action creation data including trigger conditions and HTTP request configuration.

Contains all necessary information to create a functional webhook automation including event triggers, URL endpoints, authentication, and payload settings.

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.