APIs & Integrations

Btest
Member

Is it possible to add an Hubspot API into my mobile app?

Hi, 

 

I would like to known if it's possible to integrate an Hubspot API to registrer new user email from my Android/iOS application and send it to my Hubspot account ? 

If it's possible, which one should I use ? 

 

Thanks, 

Benoît

0 Upvotes
3 Replies 3
WendyGoh
HubSpot Employee
HubSpot Employee

Is it possible to add an Hubspot API into my mobile app?

Hey @Btest,

 

I believe you can trigger a backend call on your mobile app to POST HubSpot endpoint upon each registration. The endpoint that I'd like to suggest is the Create a new contact endpoint

 

Additional resource: https://www.sitepoint.com/building-simple-rest-api-mobile-applications/

0 Upvotes
Btest
Member

Is it possible to add an Hubspot API into my mobile app?

Hello, 

 

Thanks for the answer. 

I have an other question, is there an other way to catch the email adress of the user without asking him to log in into Hubspot ? 

We would like to registrer all the client email adress in order to send them personalized emails with Hubspot. 

 

Thanks, 

Benoît

0 Upvotes
WendyGoh
HubSpot Employee
HubSpot Employee

Is it possible to add an Hubspot API into my mobile app?

Hey @Btest,

 

To clarify, by user do you mean all the users in your HubSpot portal? If so, you can use the Owners API to pull all owner information for a portal - Get a list of owners | Owners API.

0 Upvotes