You can now create a redirect link to a proposal using the proposal ID
A value adding use case for accounts using our Proposal API is to automatically create a proposal for the users (eg. from a CRM-system).
To make this use case more fluid for the users, it is now possible to create a direct link to the proposal after it is created and added to the users' CV Partner account.
This redirect URL also persists through authentication.
The URL can be created in this format:
[subdomain].cvpartner.com/redirect/to/proposal?id=[proposal_id]
Example:
https://domain.cvpartner.com/redirect/to/proposal?id=61aa15dfedc69e056fdc4d50
--
It is also possible to use these redirect-links;
[subdomain].cvpartner.com/redirect/to/cv?email=[email]
[subdomain].cvpartner.com/redirect/to/company_project?customer_id=[customer_id]&project_id=[project_id]