APIs & Integrations

obsTR
Member

3rd party API requests on Hubspot

SOLVE

Hi, 

 

I look into community posts and collected some info. Thanks for the all developers. 

 

I am trying to learn if is there any way to do the below scenario. 

 

I have 5 companies in my HubSpot account and I want to create company profiles in our product for 3 of them.  If it is possible, It can be triggered with Automation>Workflows but I am open to other suggestions. 

 

Here is the sample schema that I am trying to do; 

 

schema.jpg

 

Sample cURL; 

curl --location --request GET 'https://ourproduct.com/api/CreateCompany' \
--data-raw '{
    "FirstName": "Name",
    "LastName": "Surname",
    "EmailAddress": "companycontact@emailaddress.com",
    "LicenceDate": "05/04/2022",
    "CompanyName": "Sample Company",
    "SiteUrl": "https://companyurl.com",
    "Address": "CompanyAddress",
    "CountryCode": "US",
    "Timezone": "GMT5",
    "License": 10,

}'

 

Thanks for the help. 

1 Accepted solution
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

3rd party API requests on Hubspot

SOLVE
3 Replies 3
obsTR
Member

3rd party API requests on Hubspot

SOLVE

Hi Himanshu, 

 

I am very appreciated.

 

Thank you so much.

himanshurauthan
Thought Leader | Elite Partner
Thought Leader | Elite Partner

3rd party API requests on Hubspot

SOLVE

My pleasure @obsTR😀

Digital Marketing & Inbound Expert In Growth Hacking Technology
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

3rd party API requests on Hubspot

SOLVE

Hi @obsTR,

 

You can create custom workflow action- https://developers.hubspot.com/docs/api/automation/custom-workflow-actions or can go with operations hub to execute custom code - https://blog.hubspot.com/customers/the-ultimate-guide-to-operations-hub

 

Regards,

Digital Marketing & Inbound Expert In Growth Hacking Technology