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 ?
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