API
Access all the documentation of our API.
createCampaign(string auth_token,string name,string from_name,string from_email,string subject,string content,dict lists,date date_send,integer tracking_urls,integer complete_json,integer https)
Parameters
auth_token (string)
Your client authentication token
name (string)
Name of campaign (not public)
from_name (string)
Name of campaign sender
from_email (string)
Email address from which the campaign will be sent, Name <email@dominio.com> can be used
subject (string)
Subject of the campaign
content (string)
The html that the campaign will contain
lists (dict)
Identifiers of the lists to which the campaign will be sent, or of the segments to which you want to send preceded by 's'. You cannot send to more than one segment of the same list, nor to a segment and to the list the segment belongs.
date_send (date)
(Optional) Campaign start date. Only for scheduled campaigns. (Format: YYYY-MM-DD HH:MM)
tracking_urls (integer)
(Optional) Replace links for click tracking. Default=1
complete_json (integer)
To return a complete JSON with a complete format. By default=0
https (integer)
To enable the https protocol in the tracking links functionality. Remember to create an A register referencing our IP 185.2.150.182. By default=0
Return value
integer