gberde

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 ?


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

Duo Liang OneSpan Evangelism and Partner Integrations Developer


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