awork-io / awork

The awork Github repo supports you with awork integration and api questions. Here you can find links to further documentation, a FAQ with the most frequently asked questions and great code examples to get started even faster.
https://www.awork.com
11 stars 0 forks source link

How to set up Two-way connection between Hubspot and Awork #154

Closed ahatzold closed 8 months ago

ahatzold commented 9 months ago

What is your question?

We want to trigger the creation, and the Update of Projects, Tasks & Customers from within Hubspot AND update Tickets in Hubspot triggered by specific Task-Status changes in Awork. As far as we know, you have done that internally already and we are curious to find out how.

By setting up a webhook in Awork and connecting it to hubspot, we can create elements in Hubspot (so far we only tried with contacts and did not manage to write into specific fields, creating only empty elements) We lack control over when the webhook is triggered in awork (creating filters on events / objects as triggers would be AMAZING) Screenshot 2023-12-11 at 15 04 24

In Hubspot we tried to connect from within a workflow tool using the webhook interface and triying to connect to an API Client set up in Awork.

Screenshot 2023-12-12 at 08 44 16

With the GET method we receive a positive Connection Test in Hubspot, but no data from Awork.

Screenshot 2023-12-12 at 08 46 08

With the Post method we think there might be an issue with Permissions.

Screenshot 2023-12-12 at 09 03 55

It leaves us wondering, if the Send Weebhook interface in Hubspot is actually going to work with the awork API. Or do we have to write our own code in order to connect and manipulate elements in awork?

Screenshot 2023-12-12 at 08 58 04

Do you have a trace id of the call?

No response

vdurante commented 9 months ago

@ahatzold Hey! Awesome that you are implementing an integration between awork and Hubspot. Let me try to help you out! What authentication method are you using for the GET and POST operations? By any change do you have the trace id so I can take a look? It seems that the request is failing because it is unauthenticated.

sebastianrosch commented 8 months ago

Hi @ahatzold do you still need help here?