Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
Unanswered

Connect Power Automate to Docusign API

(0) ShareShare
ReportReport
Posted on by 33

 Hi,

 

I'm trying to use DocuSign to be able to send documents from SharePoint, I've uploaded a template to Docusign but it doesn't have my changes to the file.

 

I've created a word-template which I fill with a Form. When that is complete I save the document in a folder inside SharePoint and convert it to .PDF so I have both a word document and a PDF of the same file in different folders.

 

Now, I want to send the updated document which contains company name and some other information needed to the document to DocuSign and start the signing process.

 

Here its stops for me.

The built in options is not an option to use since it's only sending the envelope and template uploaded to DocuSign and won't take notice of my changes in to the file.

 

I have a test environment for developer in DocuSign to be able to use the API but I´m not able to connect to it with HTTP-command in PowerAutomate, I receive code: 404 and nothing else.

 

I followed: https://powerusers.microsoft.com/t5/Power-Automate-Ideas/Integrating-Microsoft-flow-with-DocuSign-Rest-API/idi-p/233441/page/2#comments

 

But I´m still doesn't allowed to connect to the API.

My HTTP-command looks like this:

 

{
"emailSubject": "Docusign REST API Integration with Flow",
"emailBlurb": "Docusign REST API Integration with Flow",
"status": "sent",
"documents": [
{
"documentId": "1",
"name": "@{triggerOutputs()['headers']['x-ms-file-name-encoded']}",
"documentBase64": "@{outputs('Skapa')}"
}
],
"recipients": {
"signers": [
{
"email": "xxxxxx@XXXXXse",
"name": "xxxxxxx xxxxxx",
"recipientId": "1",
"tabs": {
"signHereTabs": [
{
"xPosition": "490",
"yPosition": "706",
"documentId": "1",
"required": "true",
"pageNumber": "3"
}
],
"dateSignedTabs": [
{
"tabLabel": "todaysDate",
"xPosition": "483",
"yPosition": "765",
"documentId": "1",
"pageNumber": "3"
}
]
}
}
]
}
}

 

What is wrong and what can I do to take either the PDF or the Word file stored in SharePoint and then send it to DocuSign for signing?

 

BR

Martin

  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: Connect Power Automate to Docusign API

    Hi @MartinFront 

     

    Did you tried your custom HTTP call using Postman?

     

    Thanks

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Featured topics