diff --git a/views/index.hbs b/views/index.hbs index 277309dc..cc1cb776 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -21,7 +21,7 @@
Mailtrain allows you to easily manage even very large lists. Million subscribers? Not a problem. You can add subscribers manually or import from a CSV file. All lists come with support for custom fields and merge tags as well.
+Mailtrain allows you to easily manage even very large lists. Million subscribers? Not a problem. You can add subscribers manually, through the API or import from a CSV file. All lists come with support for custom fields and merge tags as well.
Better reports, API access, campaign automation and more…
+Better reports, campaign automation and more…
error
and data
properties. If the response error
has a value set then the request failed.
+ Content-Type
when making a request. You can either use application/x-www-form-urlencoded
for normal form data or application/json
for a JSON payload. Using multipart/form-data
is not supported.
+ @@ -47,13 +61,13 @@