0
我嘗試使用此link通過REST API批量發送,但無法上傳批量收件人文件。您能否建議我們如何將CSV文件上傳到「草稿信封/模板」。如何將批量收件人文件添加到信封中?
我嘗試使用此link通過REST API批量發送,但無法上傳批量收件人文件。您能否建議我們如何將CSV文件上傳到「草稿信封/模板」。如何將批量收件人文件添加到信封中?
這裏是這樣的API調用的一個例子:
PUT https://{server}/restapi/v2/accounts/{accountId}/envelopes/{envelopeId}/recipients/1/bulk_recipients
X-DocuSign-Authentication: {"Username":"[username]","Password":"[password]","IntegratorKey":"[integratorKey]"}
Content-Type: text/csv
Name,Email,Note,AccessCode,Identification,PhoneNumber,address1
David Jones,[email protected],Here is the document we discussed.,,SMS,1200300400,123 Main St
Kevin Smith,[email protected],,2243,,,697 My Way
Elisabeth Bozick,[email protected],,,phone,usersupplied,827 1st Ave
謝謝阿爾莫格.. – Praveen