Javascript Event Listener
If you display the actionURL over your web app (<iframe>), Tap&Sign can send a message to your Javascript through Javascript Event Listener when a recipient performs an action.
First, you need to set callbackEvent while creating the envelope:
POST
/public/v1/envelopes
Here is an example code that you can leverage for your own frontend (Javascript etc) code:
Last updated