You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@chrislemmer-sakeliga I’m experiencing the same issue. @kuba-orlik Using the debugger, I can see that the action is triggered, but it doesn’t receive a response from the server-side call. Interestingly, the Pageview actions work fine, so this seems to be specific to Event actions.
Hi there,
I've created a custom event in HubSpot, as per this article - https://knowledge.hubspot.com/analytics-tools/create-custom-behavioral-events-with-the-code-wizard
When I created the event, I selected "Send VIA Api".
I confirmed a working trigger in Zaraz since I also sent this event to multiple other platforms, such as GA4.
See below config:
The event never comes up in HubSpot, so something seems to be hindering that from happening.
I thought that maybe the event shouldn't be sent via the HubSpot API, so I tried JS as well. However, none of them are working.
When I sent the event to the HubSpot API (https://api.hubapi.com/events/v3/send) using Postman, it came up immediately.
Am I missing something?
Thanks
Chris
The text was updated successfully, but these errors were encountered: