Preparing search index...
The search index is not available
digicust_types
digicust_types
TriggerEvent
Interface TriggerEvent
Base model of an event (e.g. webhook or email)
interface
TriggerEvent
{
caseId
?:
string
;
checkpoint
?:
string
;
customBody
?:
string
;
customerId
?:
string
;
projectId
?:
string
;
suppressMultipleExecutions
?:
boolean
;
type
?:
EventType
;
}
Hierarchy (
view full
)
Event
TriggerEvent
Index
Properties
case
Id?
checkpoint?
custom
Body?
customer
Id?
project
Id?
suppress
Multiple
Executions?
type?
Properties
Optional
case
Id
case
Id
?:
string
Optional
checkpoint
checkpoint
?:
string
Optional
custom
Body
custom
Body
?:
string
Optional
customer
Id
customer
Id
?:
string
Optional
project
Id
project
Id
?:
string
Optional
suppress
Multiple
Executions
suppress
Multiple
Executions
?:
boolean
Optional
type
type
?:
EventType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
case
Id
checkpoint
custom
Body
customer
Id
project
Id
suppress
Multiple
Executions
type
digicust_types
Loading...
Base model of an event (e.g. webhook or email)