• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Creating Custom Connector for Adobe Sign

New Here ,
Sep 27, 2021 Sep 27, 2021

Copy link to clipboard

Copied

Hi Everyone,

I have to capture the decline comment by the agreement participant and save in SharePoint. The standard build in Adobe Sign connector is not providing this data. I contacted support and below the response.

I setup Application using Accopunt Admin and able to make oAuth2.0 call Browser and Postman and able to get what I want but I have to use that In Power Automate. 

 

 

defaultkejzfbg3asaw_0-1632773953631.png 

 

defaultkejzfbg3asaw_1-1632774149437.pngdefaultkejzfbg3asaw_2-1632774568128.png

 

Definiation

defaultkejzfbg3asaw_3-1632774822316.png

I update the connector and then while testing through swager editor.

 

defaultkejzfbg3asaw_4-1632775246237.png

I am getting below error. I am able to do what I am trying throug custom connector and it working as expected and I am getting data what I want.  Any Idea what I am doing wrong. I am using Adobe Sign Enterprinse with accout admin access.  Appreciate , if get an youtube video or document or Article to achive this. or How can I direct call Https call in Power Automate using only Application Id inseated of oAuth2.0.

1. using browser to get Authroization Code

2. using step 1 codge getting Json Access token

3. using the step 2 access token calling the API 

 

defaultkejzfbg3asaw_5-1632775329747.png

 

 

 

 

TOPICS
How to sign

Views

251

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 27, 2021 Sep 27, 2021

Copy link to clipboard

Copied

I am able to get data directly calling API end points in Postman but getting error when try same with custom connector.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 29, 2021 Sep 29, 2021

Copy link to clipboard

Copied

LATEST

can you use a http action in Power Automate? I've not really tried creating custom connectors in PA and tend to just use http action to make direct api calls.

easiest way to do this is to issue an integration key in your Sign account. You need to be a group admin or account admin to do this.

If you are then login Sign webportal and go to your personal preferences>access tokens

click the plus icon to create an integration key.

 

Once you have this you can use the integration key as the bearer token and this key does not expire. Example of a Post request:

SimonESATS_0-1632934577772.png

in the above example i was sotring the integration key in a previous compose step (Bear 3AAAAA...)

Events is a get call so there's no body to worry about,

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines