Sends a push notification to devices matched by API key scope and optional target channels. Supports optional redirection URL, optional media preview or playback when the notification is expanded, and up to 4 interactive actions. media cannot be combined with actions.
Required. Include Authorization: Bearer ask_123456789 in every request. Replace ask_123456789 with your API key.
Optional HTTPS URL for an image, audio file, or video that users can preview or play when they expand the notification. If redirection is omitted, tapping the notification opens this URL. Cannot be combined with actions.
^https://Optional HTTPS URL opened when user taps the notification body. Overrides the default tap target from media when both are provided.
^https://Optional interactive actions shown when users expand the notification. Cannot be combined with media.
4