Introduction to Webhooks in Flarie Studio
Who can use this feature: Admin, Manager
The Webhook feature allows you to send real-time data from Flarie Studio to your own systems. It enables you to respond to in-game events, automate workflows, and integrate with external tools.
What you can do with webhooks
Webhooks can be used to:
- Trigger rewards or actions based on player activity
- Track engagement and user behavior
- Send player data to external systems such as CRM or analytics tools
When a selected event occurs, Flarie automatically sends data to your configured endpoint.
How webhooks work
- You define a webhook and select which events should trigger it.
- You configure an endpoint (URL) to receive the data.
- When the event occurs, Flarie sends a payload to your endpoint.
You can control both the event triggers and the structure of the data being sent.
Next steps
To get started, review the following:
Authentication and headersLearn how to secure your webhook and configure request headers.
Events and payloadExplore available event triggers and payload formats.
Create your first webhookFollow a step-by-step guide to set up your first webhook.