Integrating external API to HubSpot workflow

Hi,

I am aware that it is possible to use webhooks to POST contact data to an external service. But I couldn’t find any information on getting data from an external service to use in a workflow. Is there a way to initiate a GET call to an external API in a HubSpot workflow?

Thank you!

Hi @afs25

Can you tell us more about what you are doing so we can provide the best answer possible :grinning_cat:

Hey @dennisedson ,

I think the use case described by @afs25 is very clear. I’m also interested to know if HubSpot has such capability.

Is it possible to add a routine in HubSpot that would make a call to an external API service to grab some data and use them to fill some form, or in a download or when sending an email (to fill in placeholders of email template), etc.?

Thanks

Same here. This would be an incredibly useful feature , anyone been able to find an effective straight forward to implement worka round ?

Make sure to check out custom coded actions which allows you to interact withe external apis

Hi @dennisedson,

We currently update timeline events in HubSpot when users (HubSpot contacts) perform certain actions in our application. We would like to use HubSpot workflows to send emails triggered by these timeline event updates. The body of the email will contain personalised content and some of that content is stored in our application. We are aware that we could send all the required information as part of the timeline event but we would like to avoid doing that because: (1) we already have API endpoints to provide that information; (2) most of the information is not related to users (HubSpot contacts) and relates instead to projects, tasks and other entitties in our application. Those entities are frequently updated, so we would like to avoid having timeline events in HubSpot containing outdated data.

It would make sense to make a GET API call as part of the workflow to fetch the latest project/task data. Is that at all possible?

Thank you for your help.

Hi @afs25

Thanks for additional context.

Going to add @Kevin-C and @webdew to see if they have any insights here :grinning_face:

Did this ever get answered? I have the same question. Thanks!

@KJohnson07 ,

Custom coded actions might be what you need to employ