Resending the Signing email to a specific signer
Wednesday, April 24, 2019 at 11:19amHi,
Is there an API that we can call to resend the signing email to a specific signer?
Thanks,
Sara Izad
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Resending the Signing email to a specific signer
Wednesday, April 24, 2019 at 11:25amHTTP Request POST /api/packages/{packageId}/roles/{roleId}/notifications HTTP Headers Accept: application/json Content-Type: application/json Authorization: Basic api_keyHope this could help! DuoReply to: Resending the Signing email to a specific signer
Monday, November 25, 2019 at 12:02amReply to: Resending the Signing email to a specific signer
Monday, November 25, 2019 at 03:43am.withCustomId("role_id"), while in Rest API JSON, you will identify the role ID under "roles"--"id"{ "roles":[ { "id":"role_id", ...... }, ...... ], ...... }DuoReply to: Resending the Signing email to a specific signer
Tuesday, November 26, 2019 at 02:25amReply to: Resending the Signing email to a specific signer
Tuesday, November 26, 2019 at 03:04am