added
Set Approvers order
June 20th, 2025
You can now control the order in which multiple Approvers validate a Signature Request by setting the parameter ordered_approvers
to true
in the Signature Request creation endpoint.
When enabled:
- Approvers will be notified and required to approve one after the other.
- The order is based on how Approvers are added. You can override it using the
insert_after_id
parameter when creating or updating an Approver.
For more details, refer to this guide.