OneSpan Sign Email template variables
Monday, April 3, 2023 at 10:09pmIs there a way to customize email template variable (specifically $PACKAGE_OWNER_NAME) when we create package using `Clone` rest API ?
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
Is there a way to customize email template variable (specifically $PACKAGE_OWNER_NAME) when we create package using `Clone` rest API ?
Reply to: OneSpan Sign Email template variables
Tuesday, April 4, 2023 at 11:31amHi gberde,
Try to set "sender">"firstName"/"lastName" in the clone call, this has higher priority than the name in sender profile:
{
"sender":{
"firstName":"new first",
"lastName":"new last"
},
......
}
Duo