APIs & Integrations

ASavaliya
Participant

How to create custom triggers which we can added in developer app

I want to add some custom triggers so we can add this when creating HubSpot workflows.

 

This custom trigger is available when someone adds my developer app in to his HubSpot account. 

 

How can it be possible?

0 Upvotes
3 Replies 3
coldrickjack
Top Contributor

How to create custom triggers which we can added in developer app

Hi @ASavaliya 

 

You can do this using the custom workflow action API. This allows you to create your own custom workflow actions that are available to any one who installs your app in their portal. More information here. An example of an integration using this API is Sakari SMS. When you install their app users can send SMS messages from workflows. There are plenty of other integrations using the API.

0 Upvotes
ASavaliya
Participant

How to create custom triggers which we can added in developer app

Hi @coldrickjack 

 

Thank you for your reply but I want to create a trigger not an action like zoom gives some trigger when we add the zoom app to my HubSpot account.

0 Upvotes
coldrickjack
Top Contributor

How to create custom triggers which we can added in developer app

Ah ok, so in that case you can use the Timeline API. These allow you to create events on the contact record and use the data relating to them for triggers in workflows. The Zoom App is built using that API.

0 Upvotes