/createMessage
request is received. Therefore, depending on the segment’s complexity, it may take a while before the segment is compiled and the push is sent./createMessage
API request containing push content and the Filter name, Pushwoosh already has a pre-compiled list of recipients ready to instantly send the push to./setTags
API request, and subscribe users to specific categories of push notifications. For example:
When a user subscribes to receive Champions League Final kickoff and goal updates, call the /setTags
with the match ID contained:{/setTags
as follows:/createFilter
API request 30 minutes before the match starts./createFilter
with following parameters:
Filter name: 0123_GOAL
Filter conditions: #TEAM-GOAL(111, 222) OR #MATCH-GOAL(0123)/createMessage
with the push notification content and the Filter name contained:/createMessage
call, we already have a pre-compiled list of devices that match the Filter criteria, and we immediately send the notification towards APNs and FCM gateways./deleteFilter
API request, for example:/createFilter
request so that the Filter will be deleted automatically on the date specified: