Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 12.4 KB

patchv1signalsemailtargetsid.md

File metadata and controls

18 lines (14 loc) · 12.4 KB

PatchV1SignalsEmailTargetsID

Update a Signals email target by ID

Fields

Field Type Required Description
Name *string The email target's name.
Slug *string The email address that will be listening to events.
Description *string A detailed description of the email target.
Target *components.PatchV1SignalsEmailTargetsIDTarget The target that the email target will notify. This object must contain a type
field that specifies the type of target and an id field that specifies the ID of
the target. The type field must be one of "escalation_policy", "on_call_schedule",
"team", "user", or "slack_channel".
AllowedSenders []string A list of email addresses that are allowed to send events to the target. Must be exact match.
StatusCel *string The CEL expression that defines the status of an incoming email that is sent to the target.
LevelCel *string The CEL expression that defines the level of an incoming email that is sent to the target.
Rules []string A list of CEL expressions that should be evaluated and matched to determine if the target should be notified.
RuleMatchingStrategy *components.PatchV1SignalsEmailTargetsIDRuleMatchingStrategy Whether or not all rules must match, or if only one rule must match.