ssmcontacts_start_engagement: Starts an engagement to a contact or escalation plan

View source: R/ssmcontacts_operations.R

ssmcontacts_start_engagementR Documentation

Starts an engagement to a contact or escalation plan

Description

Starts an engagement to a contact or escalation plan. The engagement engages each contact specified in the incident.

See https://www.paws-r-sdk.com/docs/ssmcontacts_start_engagement/ for full documentation.

Usage

ssmcontacts_start_engagement(
  ContactId,
  Sender,
  Subject,
  Content,
  PublicSubject = NULL,
  PublicContent = NULL,
  IncidentId = NULL,
  IdempotencyToken = NULL
)

Arguments

ContactId

[required] The Amazon Resource Name (ARN) of the contact being engaged.

Sender

[required] The user that started the engagement.

Subject

[required] The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.

Content

[required] The secure content of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.

PublicSubject

The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.

PublicContent

The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.

IncidentId

The ARN of the incident that the engagement is part of.

IdempotencyToken

A token ensuring that the operation is called only once with the specified details.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.