Digital Signers

Preparation in AdobeSign

Learn how the integration between ENSPACE and AdobeSign works.
published

Integration of Adobe Acrobat Sign with ENSPACE

1. Generate the Integration Key

  1. Log into your Adobe Acrobat Sign account as an administrator.
  2. In the top menu, go to: Account > Adobe Sign API > API Information.
  3. Click on Integration Key.
  4. Click the + button to create a new key.
  5. Give the key a descriptive name.
  6. Select the necessary scopes (permissions). We recommend selecting all available scopes.
  7. Click Save.
  8. After saving, the key will be displayed. Copy it carefully.

⚠️ Store this key in a secure location. It will be used for authentication in Adobe Sign API requests.


2. Configure the Webhook in Adobe Acrobat Sign

To ensure ENSPACE receives updates (such as when a document is signed), a webhook must be configured.

  1. Log into your Adobe Acrobat Sign account as an administrator.
  2. Go to Account > Adobe Sign API > Webhooks.
  3. Click on Create Webhook.
  4. Fill out the following fields:
    • Name: Choose a descriptive name (e.g., ENSPACE Webhook)
    • URL: https://api.enspace.io/webhooks/adobesign
    • Scope: Select Account
    • Events: Select AGREEMENT_ALL (or specific events if needed)
  5. Click Save.

💡 Adobe Sign will validate the provided URL. Make sure ENSPACE is ready to receive this verification request.