Enroll a contact
Enroll a contact into a sequence using the specified sequence ID. This operation requires the user ID to be provided as a query parameter. The request body must include the contact ID, sender email, and sequence ID. This endpoint is useful for automating the enrollment of contacts into predefined sequences for streamlined communication and follow-up processes.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The unique identifier of the user performing the enrollment. This parameter is required.
Body
The unique identifier of the contact to be enrolled in the sequence. It is a string.
The email address of the sender responsible for the sequence enrollment. It is a string.
The unique identifier of the sequence in which the contact is to be enrolled. It is a string.
An optional alias email address that can be used as the sender's address. It is a string.
Response
successful operation
The date and time when the contact was enrolled in the sequence, in ISO 8601 format.
The unique identifier for the sequence enrollment.
The email address of the contact who is enrolled in the sequence.
The date and time when the sequence enrollment was last updated, in ISO 8601 format.