Event Streaming allows you to receive real-time data about various events (such as push sends, opens, etc.) by sending callbacks to an endpoint you specify. You can configure this integration for each of your applications directly from the Pushwoosh Control Panel.
To set up Event Streaming for an application:
- In your Pushwoosh Control Panel, go to Settings > 3rd party Integrations.
- Find Event streaming and click Configure.
- Configure the necessary parameters for your endpoint:
- Endpoint URL: The full URL where you want to receive the event data, including the protocol and port if applicable.
- Events: Select at least one event to stream.
- Platforms: Select at least one platform (iOS, Android, Email, SMS, WhatsApp, etc.).
-
Authorization: Add the complete header value if your server requires it, for example
Bearer your_token_here(optional). - Transport type: Choose HTTP or gRPC.
- Advanced filters: Optionally narrow the stream down by campaign or message codes (optional).
- Click Apply to activate the integration.
Once configured, Pushwoosh will begin sending callbacks for the selected events to your specified URL. You can enable, disable, or modify this integration for each application at any time from the same section.
For more detailed information, please refer to our documentation: Event Streaming
Comments
0 comments
Please sign in to leave a comment.