APIs & Integrations

lstepany
Contributor | Elite Partner
Contributor | Elite Partner

Building App settings

Hi,

 I am trying to build settings page for my app and I follow this instructions  

I reach to this line and cannot proceed forward because it is unclear what means to "return to Hubspot". 

lstepany_0-1682003344937.png

Wha is the API to return the data?

Can anyone clalarify it?

 

 

0 Upvotes
1 Reply 1
SurajDarekar
Member

Building App settings

Hello @lstepany ,


When you see "return to HubSpot" in the documentation, it usually means you're sending data back to HubSpot after a step in your app.

If you're changing HubSpot info like contacts or deals, use the resp. HubSpot API.

If you're tweaking how your app interacts with HubSpot without directly altering HubSpot's data, update your app's settings on your server and use them for future HubSpot API calls.

0 Upvotes