Thanks for all the help so far. I’m still struggling with getting Docusign to sign a document I send it rather than the template. I can’t see anywhere the JSON I need to send Zapier documented. The JSON I’m sending so far is:
'{
"emailSubject": "Please sign this document set",
"documents": e
{
"documentBase64": "",
"name": "Lorem Ipsum",
"fileExtension": "pdf",
"documentId": "1"
}
],
"recipients": {
"signers": n
{
"email": "redacted",
"name": "redacted",
"recipientId": "1",
"routingOrder": "1",
"clientUserId": "1000",
"tabs": {
"signHereTabs": T
{
"anchorString": "/sn1/",
"anchorUnits": "pixels",
"anchorXOffset": "20",
"anchorYOffset": "10"
}
]
}
}
]
},
"status": "sent"
}'
Where documentBase64 is the base64 encoded document. Anyone got a JSON template I could cargo-cult? Or point me at any JSON documentation? I’ve got a Google sheets to Docusign Zap but it doesn’t quite do what I want.
This post has been edited by a moderator to remove personal information. Please remember this is a public forum and to remove any sensitive information prior to posting.