We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63510d commit b65e500Copy full SHA for b65e500
integration/request.go
@@ -397,6 +397,7 @@ type IntegrationAction struct {
397
Responders []Responder `json:"responders,omitempty"`
398
Tags []string `json:"tags,omitempty"`
399
ExtraProperties map[string]string `json:"extraProperties,omitempty"`
400
+ Recipients []Responder `json:"recipients,omitempty"`
401
}
402
403
func (r *UpdateAllIntegrationActionsRequest) Validate() error {
0 commit comments