Zum Hauptinhalt springen
POST
/
automation
/
v4
/
sequences
/
enrollments
Einen Kontakt in eine Sequenz aufnehmen
curl --request POST \
  --url https://api.hubapi.com/automation/v4/sequences/enrollments \
  --header 'Content-Type: application/json' \
  --header 'private-app: <api-key>' \
  --data '{
  "contactId": "<string>",
  "senderEmail": "<string>",
  "sequenceId": "<string>",
  "senderAliasAddress": "<string>"
}'
{
  "id": "<string>",
  "toEmail": "<string>",
  "enrolledAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Professional
Service HubService Hub -Professional
Content HubContent Hub -Kostenlos
Diese API erfordert einen der folgenden Bereiche:
automation.sequences.enrollments.write

Authorizations

private-app
string
header
required

Query Parameters

userId
string
required

Body

application/json
contactId
string
required
senderEmail
string
required
sequenceId
string
required
senderAliasAddress
string

Response

successful operation

id
string
required
toEmail
string
required
enrolledAt
string<date-time>
required
updatedAt
string<date-time>
required