home
Release NotesRelease ResourcesGeneralDeveloper Hub

Adobe Sign Services

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Conga Advantage Platform
Advantage Platform Administration
CPQ
Billing for Advantage PlatformBilling for SalesforceCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceTurboEngines
CLM
Adobe Sign ServicesCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceContractsConga for Google DocsContract Intelligence (Standalone)Discovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformSmart SearchX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration Manager
Document Automation
Approvals for Advantage PlatformApprovals for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceGridInvoice GenerationMix FormsOrchestrateQuote GenerationSign for Advantage PlatformSign for Salesforce

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

Adobe Sign Services

chevron_left

Adobe Sign Services Contents

close
  • About Adobe Sign Services

  • What's New in Adobe Sign Services Documentation

  • chevron_right

    Adobe Sign Services for Administrators

  • chevron_right

    Adobe Sign Services for Users

  • expand_more

    Adobe Sign Services for REST API Developers

    • About REST API Guide

    • What's New in REST API Guide

    • Adobe Sign Services REST API

    • expand_more

      Adobe Sign Rest API

      • Send for eSignature

        post
  • chevron_right

    Adobe Sign Services Features by Release

  • Conga Customer Community & Learning Center Resources

  1. Adobe Sign Services (current)
  2. arrow_right
  3. Adobe Sign Services for REST API Developers

list_altShow Contents

chevron_left

Adobe Sign Services

Adobe Sign Rest API

chevron_right
download

Send for eSignature

post
/agreements/:agreementId/sendForESignature

Sends a document out for eSignature

Request

Security: OAuth 2.0

Body

Recipients
array[Recipient]
required
ContactId
string
UserId
string
GroupId
string
LeadId
string
EmailAddress
string
OrderNumber
integer<int32>
required
RecipientType
string
required
RecipientRole
string
required
RecipientMessage
string
FileIds
array[string]
required
TemplateId
string
required

Responses

200

OK

Body

responses
/
200
title
string
required
status
integer<int32>
required
data
boolean
required
Auth
:
Body
1
{
2
"Recipients": [
3
{
4
"id": "0032f000008ADhxAAG",
5
"name": "IDE Contact",
6
"email": "apttus.comply.automation@gmail.com",
7
"signerType": "signers",
8
"signerRole": "Signer 1",
9
"orderNumber": 1,
10
"objectType": "Contact",
11
"EmailTemplateId": "00X2f000000EOyn",
12
"ReminderDelay": 2,
13
"ReminderFrequency": 3,
14
"ExpireAfter": 1,
15
"ExpireWarn": 8
16
}
17
],
18
"FileIds": [
19
"06975000000h0yl"
20
]
21
}
curl --request POST \
--url https://documentation.conga.com/agreements/:agreementId/sendForESignature \
--header 'Accept: application/json' \
--header 'Authorization: Bearer 123' \
--header 'Content-Type: application/json' \
--data '{
"Recipients": [
{
"id": "0032f000008ADhxAAG",
"name": "IDE Contact",
"email": "apttus.comply.automation@gmail.com",
"signerType": "signers",
"signerRole": "Signer 1",
"orderNumber": 1,
"objectType": "Contact",
"EmailTemplateId": "00X2f000000EOyn",
"ReminderDelay": 2,
"ReminderFrequency": 3,
"ExpireAfter": 1,
"ExpireWarn": 8
}
],
"FileIds": [
"06975000000h0yl"
]
}'
Response Example
1
{
2
"title": "success",
3
"status": 200,
4
"data": true
5
}
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.