From bc902f8db79bdf2fa05fcd644588f82694f1d44a Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Sat, 7 May 2016 15:36:51 +0300 Subject: [PATCH] updated text --- views/index.hbs | 4 ++-- views/users/api.hbs | 28 +++++++++++++++++++++------- 2 files changed, 23 insertions(+), 9 deletions(-) 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 @@

List management

-

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.

Custom fields

@@ -59,7 +59,7 @@

On the roadmap

-

Better reports, API access, campaign automation and more…

+

Better reports, campaign automation and more…

diff --git a/views/users/api.hbs b/views/users/api.hbs index c452b739..b4a8bead 100644 --- a/views/users/api.hbs +++ b/views/users/api.hbs @@ -29,6 +29,20 @@ +
+ +

Notes about the API

+ + +
+

POST /api/subscribe/:listId – Add subscription

@@ -47,13 +61,13 @@