Set a list of target devices for campaign

Sets a list of target devices for the campaign from a .csv file. The format of the .csv file must be one device code per line. The campaign must have the onlyCustomerService flag active.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
file
required

A .csv file that you must upload with your customerId list and/or custom data. The CSV file must contain always a column with the header customerId at least and your customerIds. If you want to send a comunication with variable params for each customer, the header must contain the name of every param as columns.

Example customer list

  customerId 
  be5d3f02-f486-47e2-bd98-5128e1c4b065
  be5d78f2-f486-47e2-bd98-5128e1c4b066
  be5d3f02-a345-47e2-bd98-1234wqe34241
  ...

Example campaing with variable params

  customerId,name,title,url 
  be5d3f02-f486-47e2-bd98-5128e1c4b065,Jon,The perfect day,http://www.jonday.com
  ...

The variable params {{name}} will be replaced by Jon, the same will happen the other variable params.

string
required

Object similar to /send/list petition but in string format. You need to indicate applicationId, type, type config and scheduleAt if needed: Ex '{"applicationId": 4,"type": "push","push": {"campaignId": 4},"scheduleAt": ""}'

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json