Adding Comments to Approval Requests
This API enables you to add comments to approval requests. This API accepts the ID of the approval request and comments as input parameters.
API |
Signature |
---|---|
addCommentsToRequest | webService static Boolean addCommentsToRequest(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 comments are added to the approval request. |
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.