Approving Approval Requests
This API approves the approval request. This API accepts the ID of the approval request and comments as input parameters.
| API | Signature | 
|---|---|
| approveRequest | webService static Boolean approveRequest(Id requestId, String comments) | 
| Request Parameters | |||
|---|---|---|---|
| Name | Type | Required? | Description | 
| requestId | ID | Yes | ID of the approval request. | 
| comments | String | Yes | Comments to add to the approval request. | 
| Response Parameter | ||
|---|---|---|
| Name | Type | Description | 
| result | Boolean | Returns true if the approval request is approved successfully. | 
Integration Details
Use the following information in your integrations with Conga Approvals API. Refer to Integrating Conga with External Systems to get started.
API Prerequisites
None.

