post https://api.meya.ai/broadcast
Programmatically trigger bot broadcasts
Do not spam users
Use this feature sparingly. Do not spam users who have not opted in to receiving push broadcasts. Make sure to test your code before putting in production.
Tip: Mock before sending
set
mock: true
to test your queries without sending actual broadcasts. Useful to determine how many users will be impacted.
Audience filter expressions
You can construct filter expressions using the syntax userfield__expression: value
in order to limit your broadcast to user's who match that expression.
ex. last_name__eq: "Musk"
which match all users with the last name Musk.
See the datastore for all possible filter expressions.