improved
Set a sender in Document Send request
July 28th, 2022 by Yurii Losinets
We've improved our Send a Document request by adding the possibility to set a sender. You can set a sender with an email address
or membership_id
.
{
"sender":{
"membership_id":"QMDSzwabfFzTgjW6KijHyu"
},
"message": "Hello! This document was sent from the PandaDoc API.",
"subject": "Please check this test API document from PandaDoc",
"silent": false
}
{
"sender":{
"email":"[email protected]"
},
"message": "Hello! This document was sent from the PandaDoc API.",
"subject": "Please check this test API document from PandaDoc",
"silent": false
}