API Reference
- How do I retrieve the push notification history for a specific device via API?
- How can I use the API to send an email to a user who is not yet registered in my application?
- How do I apply Frequency Capping to messages sent via the /createMessage API?
- How do I use the API to add or remove values from a List Tag?
- Can I use both "filter" and "conditions" parameters in the same createMessage API request?
- How do I find the 'campaign' code for the /createMessage API call?
- Is the `devices` parameter in the /createMessage API call case-sensitive?
- What is the best practice for sending bulk notifications with the createMessage API to avoid timeouts?
- Is it possible to send an event via the API using only a User ID, without a HWID?
- How can I use the `postEvent` API to trigger a Customer Journey and send a personalized push notification?
- Which API token should I use for the `postEvent` method?
- How can I send a PDF document using the WhatsApp API?
- How do I send push notifications with images from my own server using the API?
- How do I send a push notification to a specific list of users via the createMessage API?
- How can I unsubscribe all devices within a specific user segment?
- How can I send a message via the API that bypasses Global Frequency Capping rules?
- How can I remove devices from my Pushwoosh account if users have disabled push notifications in their device settings?
- For iOS devices, what type of token should be used for the `push_token` parameter in API requests (e.g., with the `bulkregisterdevice` method)? Is it an FCM token or an APNs token?
- What is the maximum number of user IDs I can include in the `users` array when calling the `/createMessage` API?
- How can I send a message directly to my app's inbox using the API without it appearing as a push notification?
- How can I remove all registered device tokens for a specific platform (e.g., Android or iOS)?
- How do I create a complex `devices_filter` for the `createTargetedMessage` API to target users within an Application Group based on multiple app-specific tags?
- How can I remove or clean up inactive device tokens from my application?
- How can I retrieve the history of push notifications sent to a specific user?