Documentation Index
Fetch the complete documentation index at: https://docs.ecomail.cz/llms.txt
Use this file to discover all available pages before exploring further.
Sender name used in emails sent from this list.
Sender email address used in emails sent from this list.
URL to redirect to after submitting a sign-up form.
URL to redirect to after confirming a sign-up email.
URL to redirect to after unsubscribing from the list.
Whether sign-up confirmation (double opt-in) is required.
Subject line of the confirmation email.
HTML content of the confirmation email.
curl -X POST https://api2.ecomailapp.cz/lists \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "New list name",
"from_name": "Ecomailapp.cz",
"from_email": "test@ecomailapp.cz",
"reply_to": "support@ecomail.cz"
}'
{
"name": "New list name",
"id": 2
}