Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 695 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 695 Bytes

createsend

A php library which implements the complete functionality of v3 of the Create Send API.

Installation

After downloading the wrapper simply include the relevant api class e.g

require_once 'csrest_campaigns.php'   

Examples

Samples for creating or accessing all resources can be found in the samples directory. These samples can be used as the basis for your own application and provide an outline of the expected inputs for each API call.

Further documentation of the inputs and outputs of each call can be found in the documentation in each of the csrest_*.php files or simply by examining the var_dump results in each of the provided samples.