connection_send_custom_document_url
Get link that will send a custom document through a connection.
Example
1
| {{ 'CONXYZ' | connection_send_custom_document_url: 'TPLAB', 'DOCID' }} => /team-slug/send-custom-document-to-connection/{connectionRef}/{templateRef}/{entityId}
|
Type |
Parameter |
Description |
Required |
string |
connectionRef |
The ID of the order to link to. Comes before the | sign. |
Required |
string |
templateRef |
The action to perform |
|
string |
entityId |
The action to perform |
|
Output
Type |
Description |
string |
The returned URL |