ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/edi
EdiAlertRule
Interface EdiAlertRule
interface
EdiAlertRule
{
id
:
string
;
partnerId
?:
string
|
null
;
name
:
string
;
description
?:
string
|
null
;
isActive
:
boolean
;
triggerType
:
string
;
messageType
?:
EdiMessageType
|
null
;
direction
?:
EdiDirection
|
null
;
thresholdValue
:
number
;
thresholdUnit
:
string
;
windowMinutes
:
number
;
severity
:
string
;
notifyEmails
:
string
[]
;
notifyWebhook
?:
string
|
null
;
notifySlack
?:
string
|
null
;
notifyTeams
?:
string
|
null
;
pausePartner
:
boolean
;
cooldownMinutes
:
number
;
lastTriggeredAt
?:
string
|
null
;
triggerCount
:
number
;
createdAt
:
string
;
updatedAt
:
string
;
}
Index
Properties
id
partner
Id?
name
description?
is
Active
trigger
Type
message
Type?
direction?
threshold
Value
threshold
Unit
window
Minutes
severity
notify
Emails
notify
Webhook?
notify
Slack?
notify
Teams?
pause
Partner
cooldown
Minutes
last
Triggered
At?
trigger
Count
created
At
updated
At
Properties
id
id
:
string
Optional
partner
Id
partnerId
?:
string
|
null
name
name
:
string
Optional
description
description
?:
string
|
null
is
Active
isActive
:
boolean
trigger
Type
triggerType
:
string
Optional
message
Type
messageType
?:
EdiMessageType
|
null
Optional
direction
direction
?:
EdiDirection
|
null
threshold
Value
thresholdValue
:
number
threshold
Unit
thresholdUnit
:
string
window
Minutes
windowMinutes
:
number
severity
severity
:
string
notify
Emails
notifyEmails
:
string
[]
Optional
notify
Webhook
notifyWebhook
?:
string
|
null
Optional
notify
Slack
notifySlack
?:
string
|
null
Optional
notify
Teams
notifyTeams
?:
string
|
null
pause
Partner
pausePartner
:
boolean
cooldown
Minutes
cooldownMinutes
:
number
Optional
last
Triggered
At
lastTriggeredAt
?:
string
|
null
trigger
Count
triggerCount
:
number
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
partner
Id
name
description
is
Active
trigger
Type
message
Type
direction
threshold
Value
threshold
Unit
window
Minutes
severity
notify
Emails
notify
Webhook
notify
Slack
notify
Teams
pause
Partner
cooldown
Minutes
last
Triggered
At
trigger
Count
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...