Approve from Email in OPA
Summary:
Hi team,
How to do the changes to make the approval from email in OPA . as of now its navigating to workspace for the approval.
This is the code we have
<td>
{{# hasActions }}
<div class="button-container">
<div class="label">Click the links below to take action:</div>
<div class="buttons">
{{# actions }}
<a class="action-button" href="{{url}}">
<span title="{{actionDisplayName}}">{{actionDisplayName}}</span>
</a>
{{/ actions }}
</div>
</div>
{{/ hasActions }}
</td>
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):