You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forward those email addresses to Pardot as "prospects"
It seems likely that we want to use the "Upsert by Email" endpoint, as it appears that the simple "Create" endpoint will happily create duplicates.
API requests are simple JSON over HTTPS POST with a bearer token in the Authentication header
Authentication:
In order to talk to Pardot, the service will need to get an oauth2 token from a "Connected App". I believe that the easiest way to do so will be via the "client credentials flow", which appears to let you exchange a long-lived secret for a bearer token, rather than requiring an SSO sign-on and callback.
Other notes:
WFE should send and then immediately forget (and not log) email addresses received during new account creation
WFE should maybe do the same for email addresses received during account update requests. But this may result in too many duplicate addresses sent to be worth it.
The text was updated successfully, but these errors were encountered:
Requirements:
Authentication:
In order to talk to Pardot, the service will need to get an oauth2 token from a "Connected App". I believe that the easiest way to do so will be via the "client credentials flow", which appears to let you exchange a long-lived secret for a bearer token, rather than requiring an SSO sign-on and callback.
Other notes:
The text was updated successfully, but these errors were encountered: