Skip to main content

RecipientUpdateInput

Update a Recipient's details on a sent document.

Fields

FieldTypeRequiredDefaultDescription
recipientIdID!YesRecipient to update
firstNameStringNoNew first name
lastNameStringNoNew last name
emailStringNoNew email address
phoneNumberStringNoNew phone number
expiryDateAWSDateTimeNoNew expiry date (UTC ISO 8601)
timezoneStringNoRecipient's timezone
emailPreviousIfReplacedBooleanNofalseNotify previous recipient of change
ifNewRecipientReSendNotificationBooleanNoRe-send notification if email changed
ifNewRecipientEmailMessageStringNoMessage for re-sent notification

Example

mutation UpdateRecipient {
updateRecipient(input: {
recipientId: "cmVjLTEyMzQ="
email: "new.email@example.com"
emailPreviousIfReplaced: true
ifNewRecipientReSendNotification: true
})
}

Export This Article

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