Create a Subscriber
Create a new subscriber in a specific list by submitting their email and any additional custom fields. A confirmation email will be triggered based on the list configuration.
🆕 Create a Subscriber
Add a subscriber to your list with custom field data such as email, first name, and last name.
🔹 HTTP Request
🔸 URL Segments
Segment
Required
Description
LIST-UNIQUE-ID
Yes
List unique identifier.
📤 POST Parameters
Parameter
Type
Required
Description
data
array
Yes
Associative array with custom fields. EMAIL
is mandatory.
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated