Passer au contenu principal
POST
/
events
/
v3
/
send
/
batch
Envoyer un lot de complétions d'événement
curl --request POST \
  --url https://api.hubapi.com/events/v3/send/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "inputs": [
    {
      "eventName": "<string>",
      "properties": {},
      "email": "<string>",
      "objectId": "<string>",
      "occurredAt": "2023-11-07T05:31:56Z",
      "utk": "<string>",
      "uuid": "<string>"
    }
  ]
}
'
This response has no body data.

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Entreprise
Sales HubSales Hub -Entreprise
Service HubService Hub -Entreprise
Content HubContent Hub -Entreprise

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Corps

application/json
inputs
object[]
requis

Réponse

Last modified on December 8, 2025