Disable the activation email on a transaction by transaction basis
Monday, November 20, 2023 at 12:05pmHi is it possible using the REST API to disable the activation email at the transaction level? For certain transactions we want to send the activation email but for others we are serving the signing URL and don't want the activation email sent. Can I specify whether we want the email sent or not in the JSON?
Reply to: Disable the activation email on a transaction by transaction basis
Monday, November 20, 2023 at 12:45pmHi Neal,
Thanks for your post!
Unfortunately OneSpan Sign doesn't provide the ability to disable the activation email on transaction basis today. What you can do is to disable the "email.activate" template completely, and trigger the "email.notify" template via API call instead.
Duo
Reply to: Disable the activation email on a transaction by transaction basis
Monday, November 20, 2023 at 12:51pmSounds like a pretty good workaround to me. Thanks Duo!