Quickstart: Hosted Flow
Getting users to your Hosted Flow is as simple as giving them your hosted flow link, which can be found in the Development tab of your Dashboard.
Directing to the flow
To start the hosted flow, link a user to /verify on Persona with the appropriate GET parameters. To test the hosted flow in the sandbox, use the sandbox host domain.
An example link is https://withpersona.com/verify?template-id=tmpl_JAZjHuAT738Q63BdgCuEJQre
Swap the template ID with yours to create your hosted flow link.
Parameters
To include a parameter in your hosted flow link, add it to the end of the URL. For example, add an Environment to the above link by adding the environment parameter to the end.
Example URL for template:
https://withpersona.com/verify?template-id=tmpl_JAZjHuAT738Q63BdgCuEJQre
Example URL for template with optional fields:
https://withpersona.com/verify?template-id=tmpl_JAZjHuAT738Q63BdgCuEJQre&environment=sandbox&reference-id=user_id1&language=ja&prefill[name-first]=Jane
Example URL for resuming an existing inquiry:
https://withpersona.com/verify?inquiry-id=inq_PDGZKPEASz266wmRcPbuwjPP&session-token=123456&redirect-uri=https://withpersona.com/done&reference-id=user_id1
Updated over 4 years ago