Wallogit.com
2017 © Pedro Peláez
, (*1)
API is currently in development status., (*3)
This software is distributed under the LGPL 2.1 license. Please read LICENSE for information on the software availability and distribution., (*4)
Using GIT, (*5)
Download from GitHub files and include file, (*6)
require 'EmailinvestAutoload.php';
Using COMPOSER, (*7)
composer require emailinvest/emailinvest-api
$ei = new Emailinvest("your_api_key", "your_username", true);
$result = $ei->me();
var_dump($result);
Please, send recommendations to us so we can improve it., (*8)
Contacts Functions, (*9)
contactsadd.php - Add contacts to your account, (*10)
**Fields Functions **, (*11)
fieldsgetlist.php - Get list with your fields, (*12)
fieldsadd.php - Add new field to your account, (*13)
fieldsdelete.php - Remove field from your account, (*14)
Groups Functions, (*15)
groupsadd.php - Add new group name to your account, (*16)
groupsEdit.php - Edit existing Group Name, (*17)
groupsgetlist.php - Get all groups, (*18)
groupsempty.php - Empty contacts from group and delete it if there not exists in other groups, (*19)
groupsdelete.php - Delete group and delete contacts if there not exists in other groups, (*20)
Campaigns Functions, (*21)
fromsgetlist.php - Get your From emails, (*22)
campaignSend.php - Send campaigns from your account, (*23)
stats.php - Get Campaign statistics, (*24)