improved

Set a sender in Document Send request

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
}