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

g berde | Posts: 19

OneSpan Sign Email template variables

0 votes

Is there a way to customize email template variable (specifically $PACKAGE_OWNER_NAME) when we create package using `Clone` rest API ?


Duo Liang | Posts: 3778

Reply to: OneSpan Sign Email template variables

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


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off