Skip to main content

IEventActionConfig

No description

interface IEventActionConfig {
id: String!
trigger: EventTrigger!
code: String
createdAt: DateTime!
lastModifiedAt: DateTime!
createdBy: Int
lastModifiedBy: Int
names(
language: String
): [LocalizedString!]!
}

Fields

IEventActionConfig.id ● String! non-null scalar

The ID of the event, uuid v7 format

IEventActionConfig.trigger ● EventTrigger! non-null enum

The event to trigger the action defined in the event action config

IEventActionConfig.code ● String scalar

The event code to use when the trigger is [CUSTOM_EVENT]

IEventActionConfig.createdAt ● DateTime! non-null scalar

The creation date of this EventActionConfig

IEventActionConfig.lastModifiedAt ● DateTime! non-null scalar

The last modified date of this EventActionConfig

IEventActionConfig.createdBy ● Int scalar

ID of the user who created this EventActionConfig

IEventActionConfig.lastModifiedBy ● Int scalar

ID of the user who last modified this EventActionConfig

IEventActionConfig.names ● [LocalizedString!]! non-null object

IEventActionConfig.names.language ● String scalar

Filter for filtering LocalizedString entities by language

Returned By

eventActionConfig query

Member Of

EventActionConfigResponse object

Implemented By

EventToEmailConfig object ● EventToWebHookConfig object