Posts: 18 gberde OneSpan Sign Email template variables Monday, April 3, 2023 at 10:09pm 0 votes Is there a way to customize email template variable (specifically $PACKAGE_OWNER_NAME) when we create package using `Clone` rest API ? April 3 Created April 3 Last Updated 6 months ago Last Reply 1 Replies 27 Views 2 Users 0 Likes 0 Links Posts: 3586 Duo_Liang Reply to: OneSpan Sign Email template variables Tuesday, April 4, 2023 at 11:31am 0 votes Hi 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 Duo Liang OneSpan Evangelism and Partner Integrations Developer Log in or register to post comments
Posts: 3586 Duo_Liang Reply to: OneSpan Sign Email template variables Tuesday, April 4, 2023 at 11:31am 0 votes Hi 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 Duo Liang OneSpan Evangelism and Partner Integrations Developer Log in or register to post comments
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
Duo Liang OneSpan Evangelism and Partner Integrations Developer