The following features are new to Approvals in this release.
New Conga Approvals REST APIs
With this release, Conga Approvals introduces the following REST APIs:
API Name
Description
isApprovalRequired
Checks if approval is required for a given context object.
preview
Generates approval requests for a given context object.
submitForApprovals
Submit a given context object for approval.
submitForApprovalsBulk
Submits bulk approval requests for review.
getApprovals
Gets a list of all approval requests that are generated for a given context object.
getApprovalsBulk
Returns a map of approval requests that are generated for multiple context objects in bulk.
cancelApprovals
Recalls or cancels approval requests for a given context object.
cancelApprovalsBulk
Recalls or cancels approval requests for multiple context objects in bulk.
cancelApprovalsWithComments
Recalls or cancels approval requests for a given context object with comments.
getPackageVersion
Gets the current version information for the approvals managed package.
approveRequest
Approves the approval requests.
approveRequestsBulk
Approves bulk approval requests.
rejectRequest
Rejects the approval requests.
rejectRequestsBulk
Rejects bulk approval requests.
reassignRequest
Reassigns the approval request.
createAdhocApproval
Creates an ad-hoc approval step.
deleteAdhocApproval
Deletes an approval step added through the Add Adhoc Step process from the MyApprovals tab or through the createAdhocApproval API.
NewcancelApprovalsWithCommentsSOAP API
A new cancelApprovalsWithComments SOAP API is introduced that enables you to recall or cancel approval requests for a given context object with comments.
Enhancements
The following enhancements are new to Approvals in this release.
Email Notification Enhancement for Bulk Approval API
With this release, Conga Approvals has enhancedapproveRequestsBulkAPI. Instead of multiple email notifications, you will now receive a single consolidated email notification after you approve multiple approval requests.
Enhanced UI for My Approval and Preview and Submit Approval pages
My ApprovalsandPreview and Submit Approvalspages are now enhanced with an intuitive UI. The action buttons are now placed prominently on the top right side for easier access.