Skip to main content

contactRecipientInput

Contact a Recipient by a chosen communication channel.

Fields

FieldTypeRequiredDefaultDescription
recipientIdID!YesRecipient to contact
channelChannelTypeNoEMAILCommunication channel
messageStringNoMessage to send (max 5000 chars)
forceBooleanNofalseOverride send sequencing

Example

mutation ContactRecipient {
contactRecipient(input: {
recipientId: "cmVjLTEyMzQ="
channel: EMAIL
message: "Please sign at your earliest convenience."
})
}

Export This Article

Save a copy of this page as PDF or plain text.