Skip to main content

RecipientInput

Recipient details when sending a document. Used within DocumentSendSettingsInput.

Fields

FieldTypeRequiredDefaultDescription
idID!YesRole ID from the template
firstNameStringNoFirst name. Empty string for "to be decided" recipients
lastNameStringNoLast name. Empty string for "to be decided" recipients
emailStringNoEmail address. Empty string for "to be decided" recipients
phoneNumberStringNoPhone number (E.164 format)
expiryDateAWSDateTimeNoWhen the invitation expires
roleStringNoRole description. Can be empty string when roleId is provided
orderIntNoSend order for this request
signerIndexIntNoField indicator number. Signers use 1+, witnesses use 101+
schedule[ScheduleItemInput]NoCustom reminder schedule
scheduleIdIDNoPreset schedule ID
messageStringNoEmail message body. Supports placeholders: {{signer_firstname}}, {{signer_lastname}}, {{sender_fullname}}, {{doc_name}}
attachments[ID]NoAttachment IDs to include
experienceIDNoExperience ID for signing
skippedBooleanNoSkip this recipient
roleIdIDNoRole ID (auto-populates signerIndex, order, experience)
timeZoneStringNoRecipient's time zone
channelChannelTypeNoEMAILCommunication channel
ccFirstNameStringNoCC first name
ccLastNameStringNoCC last name
ccEmailStringNoCC email address
ccMessageStringNoCC message
ccIncludeLinkBooleanNoInclude signing link in CC
ccToggleValueBooleanNoDeprecated

Skipping recipients

To skip a recipient (e.g. a witness that isn't needed), omit them from the recipients array entirely. The remaining recipients should have their order values re-indexed starting from 0. Template-level fields (senderFields, participantFields) are unaffected — include all of them regardless of which recipients are skipped.

Example

recipients: [{
id: "cm9sZS0x"
firstName: "Jane"
lastName: "Smith"
email: "jane@example.com"
role: "Signer"
channel: EMAIL
experience: "ZXhwLWRlZmF1bHQ="
schedule: [{
daysAfter: 3
frequency: 7
when: 2
timeOfDay: "09:00:00"
}]
}]

Export This Article

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