Starts an engagement to a contact or escalation plan
Source:R/ssmcontacts_operations.R
ssmcontacts_start_engagement.RdStarts 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
VOICEorEMAIL.- Content
[required] The secure content of the message that was sent to the contact. Use this field for engagements to
VOICEorEMAIL.- 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.