Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Analytics / Hubspot / Events Send Event Completions
Events Send Event Completions logo

HubSpot Events Send Event Completions

Browse all Hubspot APIs
✓ Official Vendor SpecAnalyticsProduct Analyticsoauth22 EndpointsREST

For Agents

Send custom behavioural event occurrences (one or in batches up to 100) against HubSpot contacts so they appear in CRM timelines and trigger workflows.

Use for: I need to send a checkout_completed event for contact contact@example.com, Record a batch of 50 onboarding_step_finished events at once, Emit a custom event with order_value and currency properties attached, Backfill historical event occurrences using a custom occurredAt timestamp

Not supported: Does not query event history, define event schemas, or manage contacts — use for sending custom event occurrences only.

The HubSpot Send Event Completions API records occurrences of custom behavioural events against contacts in a HubSpot account. A single send endpoint posts one event with its eventName, contact identifiers (utk, email, or objectId), occurrence time, and property values, while a batch endpoint sends up to 100 occurrences in one call. Once recorded, occurrences flow into the same event store that powers HubSpot reporting, contact timelines, and workflow triggers — closing the loop between product behaviour and CRM segmentation.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Events Send Event Completions to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Events Send Event Completions, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Events Send Event Completions API.

Send a single custom event occurrence against a contact identified by utk, email, or objectId

Send up to 100 event occurrences in one batch call to reduce request overhead

Attach typed property values to each occurrence to enrich downstream reporting

Backdate event occurrences using the occurredAt timestamp for historical imports

Trigger HubSpot workflows by emitting the event names that workflow enrolment criteria watch

Use Cases

Patterns agents use Events Send Event Completions API for, with concrete tasks.

★ Real-Time Product Event Reporting

Forward product behaviour from your application to HubSpot in real time so the same events that exist in your product analytics also appear on the contact's CRM timeline. POST /events/v3/send delivers a single occurrence with its property bag and contact identifier; HubSpot then surfaces it in the contact record and exposes it to reporting and segmentation. Useful for closing the gap between product engagement and lifecycle marketing.

Call POST /events/v3/send with eventName=pe12345_checkout_completed, email=user@example.com, and properties {order_value: 49.99, currency: "USD"}.

Batch Backfill of Historical Events

When migrating from another analytics tool or replaying logs, send historical occurrences in batches of up to 100 with explicit occurredAt timestamps so the events land on the correct day in HubSpot. The batch endpoint returns per-event status so failed items can be retried without resending the whole batch. Useful for one-off migrations and nightly reconciliation jobs.

Call POST /events/v3/send/batch with an inputs array of up to 100 event objects, each with eventName, email, occurredAt, and properties, then read the results array for per-item status.

Workflow Triggering from External Systems

HubSpot workflows can enrol contacts based on a custom event firing. Send the enrolment event from an external system using POST /events/v3/send to trigger a nurture sequence, internal notification, or lifecycle stage update without writing the workflow logic in your own service. Useful for connecting webhooks and serverless functions to HubSpot automation.

Call POST /events/v3/send with the eventName that the target workflow listens for and the matching contact email.

AI Agent Event Emission via Jentic

An AI agent reacting to a Stripe webhook (for example a successful payment) emits a corresponding HubSpot event so the marketing team's nurture flows can react. The agent searches Jentic for HubSpot event-send operations, loads the schema, and executes the call with the contact email, event name, and property bag pulled from the webhook payload. Jentic isolates the OAuth credential so the agent never handles tokens directly.

Search Jentic for "send hubspot custom event", load the schema for POST /events/v3/send, and execute with eventName, email, and properties from the inbound webhook.

Key Endpoints

2 endpoints — the hubspot send event completions api records occurrences of custom behavioural events against contacts in a hubspot account.

METHOD

PATH

DESCRIPTION

POST

/events/v3/send

Send a single custom event occurrence

POST

/events/v3/send/batch

Send up to 100 event occurrences in one batch

POST

/events/v3/send

Send a single custom event occurrence

POST

/events/v3/send/batch

Send up to 100 event occurrences in one batch

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

HubSpot OAuth and private app tokens are stored encrypted in the Jentic MAXsystem vault. Agents receive scoped execution access — the raw bearer token never enters the agent's context window.

Intent-based discovery

Intent-based discovery

Agents search Jentic with intents like 'send hubspot custom event' and Jentic returns the matching operation with its input schema, so the agent posts to /events/v3/send with the right payload shape without browsing HubSpot docs.

Time to first call

Time to first call

Direct HubSpot integration: 1-2 days for OAuth setup, batch error handling, and retry logic. Through Jentic: under 30 minutes — search, load schema, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Events Manage Event Definitions

→

Define the event schemas before sending occurrences

Choose this when an agent needs to register a new event name before send calls will succeed.

Complementary

Events Events

→

Read back the events you sent for verification

Choose this when the agent needs to confirm that a sent event was recorded against the contact.

Complementary

CRM Contacts

→

Resolve or create the contacts referenced by event occurrences

Choose this when an event needs to fire against a contact that does not yet exist in HubSpot.

Alternative

Mixpanel

→

Higher-throughput event ingestion focused on product analytics

Choose Mixpanel when the events do not need to drive HubSpot CRM segmentation or workflows.

FAQs

Specific to using Events Send Event Completions API through Jentic.

What authentication does the Send Event Completions API use?

It accepts HubSpot OAuth 2.0 access tokens or private app tokens, sent as Bearer in the Authorization header. Through Jentic, the token is stored encrypted in MAXsystem and never enters the agent's context.

Can I send events in batches?

Yes. POST /events/v3/send/batch accepts up to 100 event objects per call and returns a results array with per-event status so failed items can be retried individually.

How do I identify the contact an event belongs to?

Each event payload accepts one of three identifiers: email, utk (HubSpot user token cookie), or objectId (the CRM contact id). Provide whichever you have; HubSpot will resolve the contact record from it.

What are the rate limits for sending events?

Account-level limits are 100 requests per 10 seconds across HubSpot's authenticated APIs, with daily caps that depend on the subscription tier. Use the batch endpoint to fit more occurrences inside the per-second window.

How do I send a HubSpot event through Jentic?

Run pip install jentic, search for "send hubspot custom event", load the schema for POST /events/v3/send, and execute with eventName, email, occurredAt, and properties. Sign up at https://app.jentic.com/sign-up to get an ak_* key.

Does the eventName have to match an existing event definition?

Yes. The eventName must correspond to a custom event definition created via the Manage Event Definitions API, otherwise HubSpot rejects the occurrence. Internal event names typically take the form pe{portalId}_{eventName}.

GET STARTED

Start building with Events Send Event Completions API

Explore with Jentic
View OpenAPI Document