strings
, and values must be a valid JSON data type (string
, number
, object
, array
, boolean
or null
)Create or Update Lead
as the action. You can input the fields from your App Event by typing two left curly braces {{
to bring up the dynamic variable menu.Add Leads to List
as the action. You can input the fields from your App Event by typing two left curly braces {{
to bring up the dynamic variable menu.<body>
element of your site, wherever you include external scripts.window.paragon
or simply paragon
.sub
, iat
, and exp
claims:paragon.authenticate
in your view with a JWT signed by your backend using the library chosen in Step 4.1. This JWT is the Paragon user token. .authenticate
should be called at the beginning of your application's lifecycle in all cases. This is to make sure that the userToken
is always as fresh as possible, with respect to your user's existing session on your own site. You may reference Installing the Connect SDK for a detailed explanation on how to use .authenticate
. paragon.connect()
to bring up the Paragon Connect Portal.