What can you do with it?
Create, send, track, and manage electronic signature workflows with Adobe Sign, including uploading documents, creating agreements, sending signature requests, tracking status, downloading signed documents, and managing reminders for efficient digital signing processes.How to use it?
Basic Command Structure
Parameters
Required:action- The operation to perform (upload-document, create-agreement, get-agreement, get-signing-url, send-reminder, download-document, get-form-data, cancel-agreement, create-webhook)
agreement-id- Adobe Sign agreement IDdocument-name- Name of the documentdocument-file- Document file for uploadsigner-email- Email address of the signerparticipant-id- Participant ID for remindersreminder-note- Note for reminder notificationswebhook-url- Webhook URL for notifications
Tools
Upload Document
Create a transient document for use in agreements Parameters:document-file(required) - Document file to upload (multipart/form-data)document-name(required) - Name of the document
Create Agreement
Create an agreement for electronic signature Parameters:transient-document-id(required) - Transient document ID from uploadagreement-name(required) - Name of the agreementsigner-email(required) - Email address of the signersignature-type(optional) - Type of signature (ESIGN, default)state(optional) - Initial state (IN_PROCESS, default)
Get Agreement Status
Retrieve the current status of an agreement Parameters:agreement-id(required) - Adobe Sign agreement ID
Get Signing URL
Retrieve the signing URL for an agreement Parameters:agreement-id(required) - Adobe Sign agreement ID
Send Reminder
Send a reminder notification to agreement participants Parameters:agreement-id(required) - Adobe Sign agreement IDparticipant-ids(required) - Array of participant IDs to remindreminder-note(optional) - Custom note for the reminderreminder-status(optional) - Status of reminder (ACTIVE, default)
Download Signed Agreement
Download the signed agreement document Parameters:agreement-id(required) - Adobe Sign agreement IDattach-audit-report(optional) - Include audit trail (true/false)
Get Form Data
Retrieve form field data from a signed agreement Parameters:agreement-id(required) - Adobe Sign agreement ID
Cancel Agreement
Cancel an existing agreement Parameters:agreement-id(required) - Adobe Sign agreement IDcomment(optional) - Reason for cancellation
Create Webhook
Create a webhook to receive notifications about agreement events Parameters:webhook-name(required) - Name for the webhookwebhook-url(required) - URL to receive webhook notificationsevents(required) - Array of events to subscribe toscope(optional) - Webhook scope (ACCOUNT, default)webhook-state(optional) - Webhook state (ACTIVE, default)

