Subscribers
Update Subscriber
Update an existing subscriber profile
PUT
Documentation Index
Fetch the complete documentation index at: https://docs.mailgreet.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Update a subscriber’s profile information including their name, phone number, status, custom fields, and group memberships. Only include the fields you want to update.Authentication
Bearer token. Format:
Bearer YOUR_API_KEYPath Parameters
The unique identifier (UUID) of the subscriber to update.Example:
550e8400-e29b-41d4-a716-446655440000Request Body
Only include the fields you want to update. Unspecified fields will remain unchanged.
Updated first name.
Updated last name.
Updated phone number.
Updated status. Options:
active- Subscriber can receive emailsunsubscribed- Subscriber has opted out
Array of group UUIDs. This will replace all current group memberships.
Object containing custom field key-value pairs. Merges with existing custom fields.
Response
Indicates if the update was successful
The updated subscriber object

