Send a comunication to all customers

Send a comunication to all customers The campaign must have the onlyCustomerService flag active.

Body Params
integer
required

application id

string
enum
required
Allowed:
string

Schedule the comunication to this time. The date format is ISO-8601. If a scheduled date already exists, the oldest one will not be sent, it will be canceled. The date must be greater than the current date Ex: 2020-12-13T08:18:39.632Z

push
object
email
object
filters
object

Notification will be send to all customers that match all conditions:

  1. String filter example: {"email": "[email protected]"}
  2. Numeric filter examples:
  • Equal to: {"age": {"eq": 50}}

  • Greater than: {"age": {"gt": 50}}

  • Greater than or equal to: {"age": {"gte": 50}}

  • Lower than: {"age": {"lt": 50}}

  • Lower than or equal to: {"age": {"lte": 50}}

Responses

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