View source: R/ssmcontacts_operations.R
ssmcontacts_start_engagement | R Documentation |
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.
ssmcontacts_start_engagement(
ContactId,
Sender,
Subject,
Content,
PublicSubject = NULL,
PublicContent = NULL,
IncidentId = NULL,
IdempotencyToken = NULL
)
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 |
Content |
[required] The secure content of the message that was sent to the contact. Use this
field for engagements to |
PublicSubject |
The insecure subject of the message that was sent to the contact. Use
this field for engagements to |
PublicContent |
The insecure content of the message that was sent to the contact. Use
this field for engagements to |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.