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
- Log into your Adobe Acrobat Sign account as an administrator.
- In the top menu, go to: Account > Adobe Sign API > API Information.
- Click on Integration Key.
- Click the + button to create a new key.
- Give the key a descriptive name.
- Select the necessary scopes (permissions). We recommend selecting all available scopes.
- Click Save.
- 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.
- Log into your Adobe Acrobat Sign account as an administrator.
- Go to Account > Adobe Sign API > Webhooks.
- Click on Create Webhook.
- 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)
- Click Save.
💡 Adobe Sign will validate the provided URL. Make sure ENSPACE is ready to receive this verification request.