post
https://api.meya.ai/broadcast
Programmatically trigger bot broadcasts
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Do not spam usersUse 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 sendingset
mock: trueto 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.
