Method telephonyFaxCampaignCreation

 return to group index



telephonyFaxCampaignCreation

voidtelephonyFaxCampaignCreation ( stringsession, stringnumber, stringcountry, stringcampaignName, stringpdfUrl, stringpdfName, string[]recipients, stringfaxQuality, stringinitialStatus, stringlaunchDate, booleanremoteRecipients )

Description

Create an instant or differed campaign

Parameters

  • stringsession : the session
  • stringnumber : numero
  • stringcountry : maa
  • stringcampaignName : the campaign name
  • stringpdfUrl : the pdf url link
  • stringpdfName : the pdf name
  • string[]recipients : the list of recipients OR the url of recipients text file if remoteRecipients is set to true
  • stringfaxQuality : the fax quality (normal|high|best) default is normal
  • stringinitialStatus : the initial status (todo|stop) default is todo
  • stringlaunchDate : the schedule date to launch the campain automatically (With the initialStatus todo only)
  • booleanremoteRecipients : if set to true, recipients parameter fetch an URL of recipients in text format
programming language :
 
Parameters :
string session : $session
string number :
string country :
string campaignName :
string pdfUrl :
string pdfName :
string[] recipients :
string faxQuality :
string initialStatus :
string launchDate :
boolean remoteRecipients :