Update a List
Update the details of an existing subscriber list using its unique list UID. This includes modifying sender info, list settings, and optional default, notification data.
✏️ Update a List
Update an existing subscriber list using its unique ID.
🔹 HTTP Request
🔸 URL Segments
LIST-UNIQUE-ID
Yes
Unique identifier of the list to update.
🔐 Authorization Header
Include your customer API key:
📝 PUT Parameters
data
array
Yes
Array containing list details. Accepts general
, defaults
, and notifications
blocks.
📦 general
Block (Required)
general
Block (Required)name
string
Yes
Name of the list.
description
string
No
List description
📦 defaults
Block (Optional)
defaults
Block (Optional)from_name
string
Yes
Sender's name.
from_email
string
Yes
Sender's email address.
reply_to
string
Yes
Reply-to email address.
subject
string
No
Default subject line.
📦 notifications
Block (Optional)
notifications
Block (Optional)subscribe
Yes/No
No
Notify on new subscriber (yes or no).
unsubscribe
Yes/No
No
Notify on unsubscribe (yes or no).
subscribe_to
string
No
Email address to receive subscribe notifications.
unsubscribe_to
string
No
Email address to receive unsubscribe notifications.
💻 PHP Example
📦 Sample JSON Response
Last updated