Skip to content

blueweb/SmartEmailing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartEmailing

Easy way to interact with SmartEmailing API from PHP

Installation

The best way to install this component is using Composer:

$ composer require blueweb/smartemailing

Then it is required to add the following lines to config.neon:

parameters:
	smartemailing:
		username: <smartemailing_username>
		token: <smartemailing_api_token>

services:
	- Blueweb\SmartEmailing(%smartemailing.username%, %smartemailing.token%)

Usage

importContact($contactlists, $properties, $customfields, $purposes, $settings)

Insert a new contact into SmartEmailing lists. $contactlists, $properties, $customfields, $purposes and $settings are arrays.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages