We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Have you tried Debug Mode? It might reveal a hint or two:
https://developers.cloudflare.com/zaraz/web-api/debug-mode/
Sorry, something went wrong.
No branches or pull requests
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: