We all know the PDF Butler Actionables and how they can extend functionality.
Now, these Actionables can be used as well after the signing is complete. You want to send an email, call a Flow, custom APEX, …
If you need the SIGN Request Id in the AFTER Actionable:
- Flow: add a variable of type Text with name “signRequestId” to the your flow and allow it for input. That variable will have the Id you need.
- Apex: in the inputMap of the AFTER Actionable, there will be a key “signRequestId”.