curl --request POST \
--url https://api.hubapi.com/automation/sequences/2026-03/enrollments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"contactId": "<string>",
"senderEmail": "<string>",
"sequenceId": "<string>",
"senderAliasAddress": "<string>"
}
'{
"enrolledAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"toEmail": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}指定されたユーザーIDとシーケンスの詳細を使用して、コンタクトをシーケンスに登録します。
curl --request POST \
--url https://api.hubapi.com/automation/sequences/2026-03/enrollments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"contactId": "<string>",
"senderEmail": "<string>",
"sequenceId": "<string>",
"senderAliasAddress": "<string>"
}
'{
"enrolledAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"toEmail": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
登録を実行するユーザーの一意の識別子です。このパラメーターは必須です。