Bulk topic subscription via CSV

Bulk subscribe the contacts of an application from a CSV file to the specified topic

Query Params
integer
required

Application ID

integer
required

Topic ID

boolean

If true, the topic is reset (i.e. all contacts are unsubscribed from the topic) before the bulk subscription

Body Params
file
required

A .csv file with a list of contacts. The columns that are read:

  • countryCode: must be an integer, e.g. 34. Mandatory.
  • phone: e.g. 666112233. Mandatory.

Do not include BOM.

Example:

countryCode,phone
34,666112233
34,666112244
34,666112255
....
Responses

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