Update a Signals email target by ID
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 ofthe 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. |