Send a comunication to all customersAsk AIpost https://api.indigitall.com/v2/cs/send/allSend a comunication to all customers The campaign must have the onlyCustomerService flag active.Body ParamsapplicationIdintegerrequiredapplication idtypestringenumrequiredpushAllowed:pushscheduleAtstringSchedule 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.632Zpushobjectpush objectemailobjectemail objectfiltersobjectNotification will be send to all customers that match all conditions: String filter example: {"email": "[email protected]"} 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}} filters objectResponses 200OK 400Parameter is missing or invalid 403Operation forbidden for your user 500Server errorUpdated 18 days ago