eventActionConfig
Retrieve detailed information about a specific event action configuration.
Returns comprehensive event action data including trigger conditions, action settings, and execution parameters. Used for event-driven automation management and workflow configuration.
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
eventActionConfig(
id: String!
): IEventActionConfig
Arguments
eventActionConfig.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.
Type
IEventActionConfig
interface
Base interface for event action configurations.
Defines the common structure for all event action types including email and webhook configurations. Provides shared fields for identification, timing, and event triggering.