API и документация
Подписаться
Параметры
Примечание: Можно также передать значения в пользовательские поля. Для добавления значения к нужному полю, используйте тег персонализации пользовательского поля в качестве параметра. Скажем, ваш пользовательский тег поле [[Birthday,fallback=], вы можете использовать параметр, "Birthday", чтобы добавить значения этого пользовательского поля.
- name user's name is optional
- email user's email
- list the list id you want to subscribe a user to. This encrypted & hashed id can be found under View all lists section named ID
- boolean set this to "true" so that you'll get a plain text response
Ответ
- Success: true
- Error: Some fields are missing.
- Error: Invalid email address.
- Error: Invalid list ID.
- Error: Already subscribed.
Отписаться
Это метод отмены подписки пользователя из списка.
Параметры
- email user's email
- list the list id you want to subscribe a user to. This encrypted & hashed id can be found under View all lists section named ID
- boolean set this to "true" so that you'll get a plain text response
Ответ
- Success: true
- Error: Some fields are missing.
- Error: Invalid email address.
Статус подписки
Этот метод получает текущий статус абонента (например. подписался, отписался, просмотрел, пожаловаться).
Параметры
- api_key your API key, available in Settings.
- email user's email
- list the list id you want to subscribe a user to. This encrypted & hashed id can be found under View all lists section named ID
Ответ
- Success: Subscribed
- Success: Unsubscribed
- Success: Unconfirmed
- Success: Bounced
- Success: Soft bounced
- Success: Complained
- Error: No data passed
- Error: API key not passed
- Error: Invalid API key
- Error: Email not passed
- Error: List ID not passed
- Error: Email does not exist in list
Активное количество подписчиков
Этот метод получает общее количество активных подписчиков.
Параметры
- api_key your API key, available in Settings.
- list_id the id of the list you want to get the active subscriber count. This encrypted id can be found under View all lists section named ID
Ответ
- Success: You'll get an integer of the active subscriber count
- Error: No data passed
- Error: API key not passed
- Error: Invalid API key
- Error: List ID not passed
- Error: List does not exist
Создание и отправка рассылки
Этот метод создает кампанию (с возможностью отправки).
Параметры
- api_key your API key, available in Settings.
- from_name the 'From name' of your campaign
- from_email the 'From email' of your campaign
- reply_to the 'Reply to' of your campaign
- subject the 'Subject' of your campaign
- plain_text the 'Plain text version' of your campaign (optional)
- html_text the 'HTML version' of your campaign
- list_ids Required only if you set send_campaign to 1 to send the campaign and not just create a draft. List IDs should be single or comma-separated. The encrypted & hashed ids can be found under View all lists section named ID.
- brand_id Required only if you are creating a 'Draft' campaign (send_campaign set to 0 or left as default). Brand IDs can be found under 'Brands' page named ID
- query_string eg. Google Analytics tags
- send_campaign Set to 1 if you want to send the campaign as well and not just create a draft. Default is 0.
Ответ
- Success: Campaign created
- Success: Campaign created and now sending
- Error: No data passed
- Error: API key not passed
- Error: Invalid API key
- Error: From name not passed
- Error: From email not passed
- Error: Reply to email not passed
- Error: Subject not passed
- Error: HTML not passed
- Error: List ID(s) not passed
- Error: One or more list IDs are invalid
- Error: List IDs does not belong to a single brand
- Error: Brand ID not passed
- Error: Unable to create campaign
- Error: Unable to create and send campaign
Форма заказа
Рекомендации:
Использование этого сервиса возможно только по рекомендациям существующих клиентов. Пожалуйста, укажите названия компаний или имена людей, которые пригласили вас. Если у вас нет рекомендаций, оставьте это поле пустым, мы свяжемся с вами самостоятельно.