APIs & Integrations

oliverbeck
Participant

Understanding problems with oauth2

Hi

I want to do something like this: I have a website, which provides a simple form. When a user fills out that form, the serverside should create a timeline event for this contact (or create that contact if it doesn't exist). How can I create a timeline event with oauth2 from my server side (.NET based Website) ?

Kind reagrds, Oliver

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Understanding problems with oauth2

Hi @oliverbeck,

Once a user authenticates your app the first time, you'll have a refresh token, which allows you to make requests to their portal without any user interaction going forward. Check out the following docs for more details on this process:

0 Upvotes