curl --request POST \
--url https://api.hubapi.com/automation/v4/sequences/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/v4/sequences/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"
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.