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

Adobe SIgn Webhook using Azure Function - can the data and signed PDF be captured and downloaded?

Explorer ,
Dec 22, 2020 Dec 22, 2020

We set up a webhook in Sign with a URL provided by an Azure Function that includes an http trigger. This is described here and elsewhere in the Adobe Sign documentation: How to create webhook from REST application with Access token generated from OAuth process using web...

 

The Azure function shows activity when agreements are processed in Sign, as expected, but that is all. What needs to be configured in order to see and download the data and signed PDF?  Does a blob or database have to be added to the Azure function? Any guidance will be welcome.

TOPICS
Manage documents , SDK , SharePoint and Salesforce integration
706
Translate
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
Explorer ,
Dec 22, 2020 Dec 22, 2020
LATEST

Since the original post I found the following reference that provides a near step by step process to create an Azure Cosmos DB that can receive the webhook payloads: https://docs.microsoft.com/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-c...   This seems to be the way to go but I have not been able to get the signed data and document into the Cosmos DB. 

Translate
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