Adds or replaces the bulk recipients list in a template.
PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/templates/{{templateId}}/recipients/{{recipientId}}/bulk_recipients
Updates the bulk recipients in a template using a file upload. The Content-Type supported for uploading a bulk recipient file is CSV (text/csv).
The REST API does not support modifying individual rows or values in the bulk recipients file. It only allows the entire file to be added or replaced with a new file.
Request Body
{"bulkRecipients"=>[{"rowNumber"=>"sample string 1", "email"=>"sample string 2", "name"=>"sample string 3", "note"=>"sample string 4", "accessCode"=>"sample string 5", "identification"=>"sample string 6", "phoneNumber"=>"sample string 7", "tabLabels"=>[{"name"=>"sample string 1", "value"=>"sample string 2"}], "recipientSignatureProviderInfo"=>[{"name"=>"sample string 1", "value"=>"sample string 2"}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |