eventToEmailConfigCreate
Create a new email event action configuration.
Establishes a new event-to-email automation that triggers email sending 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 email template ID already exists
- EVENT_ACTION_CONFIG_CREATE_ERROR: Failed to create the event action configuration
eventToEmailConfigCreate(
input: EventToEmailConfigCreateInput!
): EventToEmailConfig!
Arguments
eventToEmailConfigCreate.input
● EventToEmailConfigCreateInput!
non-null input
Email event action creation data including trigger conditions and email template configuration.
Contains all necessary information to create a functional email automation including event triggers, template references, and recipient settings.
Type
EventToEmailConfig
object
Event action configuration for email automation.
Defines automated email sending based on templates when system events occur. Includes template references and recipient settings for reliable email delivery.