confirm_partner_action_url
Retrieves a link to a partner action.
Example
1
{{ '123' | confirm_partner_action_url: 'create' }} => /team-slug/confirm-partner-action/{partnerId}/{action}
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | partnerId | The ID of the partner to link to. Comes before the | sign. | Required |
string | action | The action to perform | |
string | specification | The specification to perform |
Output
Type | Description |
---|---|
string | The URL to the partner action |