Gargantuan news for everybody who uses Salesforce, HubSpot, or Pipedrive CRM integrations. Now, that you would be succesful to presumably without considerations put collectively the connection between your documents and CRM gives by the expend of API in any situation you’ll need with none restrictions. Apart from, it’s available to hyperlink your instruct to more than one CRMs with separate API calls.
That you would possibly well perchance presumably also accumulate a code sample on guidelines on how to construct a linked object below. Please take a look at our documentation for more crucial aspects — Link to CRM.
Featured Content Ads
add advertising here{
"supplier": "pipedrive",
"entity_type": "deal",
"entity_id": "134"
}
Getting more than one signatures is also made easy the expend of automated signing orders. The signing deliver characteristic helps to living up your instruct distribution list so as that your instruct gets sent to one particular person at a time.
Beforehand, the signing deliver in API was once available pleasing for documents constructed from templates. But we extended the functionality and added the probability to living a signing deliver for documents constructed from PDF and override the signing deliver for documents constructed from a template.
Please accumulate the plump instance in Make Document from PDF.
"recipients": [
{
"email": "{{recipient_email}}",
"first_name": "Josh",
"last_name": "Rone",
"role": "user",
"signing_order": 1
}
]
We’re chuffed to hiss recent filtering alternatives that suggest that you would be succesful to presumably kind documents by date, so there’s no want to manually note your documents’ situation:
Featured Content Ads
add advertising here- date_created;
- date_modified;
- date_ carried out.
Also, we’ve added filtering alternatives by recipient and instruct proprietor/approver. Now, that you would be succesful to presumably filter documents by:
- membership_id (quite loads of parameters are allowed);
- contact_id.
Gaze the plump list of anticipate parameters for filtering here.
{
"results": [
{
"id": "msFYActMfJHqNTKH8YSvF1",
"name": "Sample Document",
"status": "document.draft",
"date_created": "2017-08-06T08:42:13.836022Z",
"date_modified": "2017-09-04T02:21:13.963750Z",
"expiration_date": null, "version": "1"
}
]
}
Attachments
We are huge chuffed to hiss that we’ve added attachments administration by the expend of API. What does it suggest? The Attachments characteristic enables you so that you would possibly well well add downloadable recordsdata of any kind (PDF, Observe, Etc.) to your documents. But that you would be succesful to presumably build a file to the instruct in instruct.draft
situation simplest. Please take a look at our documentation for more crucial aspects — Document Attachments.
Win file fields
Apart from, we’ve added the probability to get entry to recordsdata that recipients uploaded to the instruct in Document Well-known aspects response or On Document Build of living Substitute webhooks payload. An immediate hyperlink is placed in the URL
parameter of the accumulate recordsdata discipline. So, with Win recordsdata discipline characteristic, that you would be succesful to presumably accumulate the recordsdata you’ll need all without extend — and in a single single utter.
Featured Content Ads
add advertising here{
"uuid": "dd6001cc-85d8-47cf-a6eb-974d84ac670d",
"title": "Click on so that you would possibly well well add a file",
"title": "",
"placeholder": "Click on so that you would possibly well well add a file",
"ticket": {
"title": "receipt 28 (1).pdf",
"url": "https://uploadfields.pandadoc-static.com }
}
At this time, a PandaDoc instruct’s situation relies on the keep it’s miles on its instruct poke. Nonetheless, whilst you total documents or build payments offline, it’s miles useful so as to construct your PandaDoc recordsdata replicate this exchange.
We’re chuffed to hiss that that you would be succesful to presumably now manually exchange the situation of your documents to: Accomplished, Expired, Paid, or Declined. Accumulate more crucial aspects in Substitute Document Build of living.
{
situation:2,
unique:"Why?",
notify_recipients:unsuitable,
file:file
}
This update simplifies your workflow by practically doing away with administration chaos. It enables you to dart your processes by making it more easy to note your personnel’s initiatives around documents and seamlessly exchange possession of documents every time you’d love or out of necessity.
There are just a few ideas for possession administration by the expend of API:
Participants by the expend of API
Now that you would be succesful to presumably without considerations retrieve recordsdata about all people in the workspace the expend of: Checklist Participants, Sleek Member Well-known aspects and Member Well-known aspects.
Make on member’s behalf
Also, we’ve added the probability to living instruct proprietor in the instruct advent quiz.
"proprietor":{
"membership_id":"radQBiBkU7MBk59NSgaGfd"
}
or
"proprietor":{
"e-mail":"john@instance.com"
}
Replace Document Ownership
Moreover, we’ve added a brand recent formulation to Replace Document Ownership.
{
"membership_id":"radQBiBkU7MBk59NSgaGfd"
}
Transfer All Documents Ownership
And the probability to Transfer Documents Ownership to one other member in a single API call. So now that you would be succesful to presumably without considerations re-keep a instruct to one other particular person, no topic the instruct’s situation.
{
"from_membership_id": "Dqsxp4jNnFcS63tJEgLJGN",
"to_membership_id": "radQBiBkU7MBk59NSgaGfd"
}
The final and most key update from our facet is our Contacts Administration parts. How can it allow you to?
- Must that you would be succesful to also like your contact list, that you would be succesful to presumably sync it with PandaDoc’s Checklist Contacts and follow it-to-date.
- You don’t want to pass recipient crucial aspects any time you build a instruct by the expend of API. An e-mail is all you’ll need for a recipient in the Make Document quiz. The whole lot else will likely be mechanically taken from the Contact Well-known aspects.
- Whether it’s miles a predominant to love diversified crucial aspects for a recipient in the instruct, that you would be succesful to presumably override basically the predominant and final names in the Make Document quiz.
- Must you’ll need it completely, that you would be succesful to presumably without considerations update contact crucial aspects with Replace Contact by the expend of API.
Be taught more: Make Contact, Checklist Contacts, Contact Well-known aspects, Replace Contact, Delete Contact.