Skip to main content

EventToWebHookConfigUpdateInput

No description

input EventToWebHookConfigUpdateInput {
names: [LocalizedStringInput!]
trigger: EventTrigger
code: String
url: String
}

Fields

EventToWebHookConfigUpdateInput.names ● [LocalizedStringInput!] list input

The display names for the event per language

EventToWebHookConfigUpdateInput.trigger ● EventTrigger enum

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

EventToWebHookConfigUpdateInput.code ● String scalar

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

EventToWebHookConfigUpdateInput.url ● String scalar

The URL of the webhook to send the payload to

Member Of

eventToWebHookConfigUpdate mutation