APIs & Integrations

DSapphire
Member

In HubSpot Free Account, can we create Tasks for the company and its contacts using API?

SOLVE

I noticed that with the HubSpot free account, we can only establish companies and contacts using API, but not tasks for those contacts. Please advise which API to use for creating tasks and provide any sample code in C#.

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

In HubSpot Free Account, can we create Tasks for the company and its contacts using API?

SOLVE

@DSapphire 

Here is the documentation for creating the task engagement

Once you have created the task, you will need to associate it to the record which is documented here

On the endpoints tab of each of the docs are examples in various languages including c#.

 

Happy hunting 🙂

View solution in original post

1 Reply 1
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

In HubSpot Free Account, can we create Tasks for the company and its contacts using API?

SOLVE

@DSapphire 

Here is the documentation for creating the task engagement

Once you have created the task, you will need to associate it to the record which is documented here

On the endpoints tab of each of the docs are examples in various languages including c#.

 

Happy hunting 🙂