Related help articles
When you have set up the Signet integration and webhook to know when the document has been signed you can add an endpoint to get the signed document.
Get document file
Add a new endpoint like this:
Were the URL is: https://signet.is/signetservice/v3/api/Signetbasic/DownloadDocument
And the example request is:
{
"DocID": "string",
"password": "YOUR-ACCOUNT-PASSWORD",
"username": "YOUR-ACCOUNT-USERNAME"
}
For the DocID you need to run the "Send document to e-signing" endpoint and copy the DocID from the Test response
And of course replace the username and password with your account username and password (which you should have received from Signet)
Using the endpoint in Journeys
Before you setup this endpoint in Journeys you need to setup the webhook to know when the document has been signed so you can use that file, please follow the instructions here and come back to this setup when done: https://help.journeys.50skills.app/en/articles/167449-webhooks
Now this endpoint is visible under Signet when you are creating or updateing Journeys:
The settings for this endpoint are you write a description like "Get the signed document" and for password and username you use the same as you did before from Signet.
For Doc ID you get the value from the formatter above the webhook