Subscribers
Create Subscriber
Add a new subscriber to your mailing list
POST
Overview
Create a new subscriber in your MailGreet account. The subscriber will be added with anactive status by default and can optionally be assigned to one or more groups.
This endpoint respects your plan’s subscriber limits. If you’ve reached your limit, a
403 Forbidden error will be returned.Authentication
Bearer token. Format:
Bearer YOUR_API_KEYRequest Body
A valid email address for the subscriber. Must be unique within your account.
The subscriber’s first name.
The subscriber’s last name.
The subscriber’s phone number. Recommended format:
+1234567890An array of group UUIDs to add the subscriber to.Example:
["550e8400-e29b-41d4-a716-446655440000"]An object containing custom field key-value pairs. Keys must match your defined custom fields.Example:
{"company": "Acme Inc", "role": "Developer"}Response
Indicates if the subscriber was created successfully

