Fynd Platform Webhook Trigger
The Fynd Platform Webhook Trigger allows you to start workflows automatically based on specific events that occur in the Fynd Platform. It enables seamless event-driven automation, helping you react to platform changes like product updates, brand creations, or company modifications in real time.
How It Works
When a selected event occurs in the Fynd Platform, this trigger activates your workflow and passes the event data as payload. You can configure it by selecting the secret, category, event type, and version as needed.
Configuration Steps
1. Select Fynd Platform Secret
- Required: Yes
- Description: Choose the Fynd Platform secret that will authenticate webhook requests and securely connect your workflow to the platform.
2. Select Event Category
- Required: Yes
- Description: Choose the category of events to listen for. Supported categories include:
- Company – Events related to company-level operations.
- Application – Events related to specific applications under your account.
3. Select Event Name
- Required: Yes
- Description: Choose the specific entity for which you want to listen to events. Common examples include:
- brand
- product
- company
- customfields
- And others supported by Fynd Platform.
4. Select Event Type
- Required: Yes
- Description: Define the type of operation you want the trigger to respond to, such as:
- create – Trigger workflow when a new record is created.
- update – Trigger workflow when an existing record is modified.
- delete – Trigger workflow when a record is removed.
5. Select Version (if applicable)
- Required: Conditional
- Description: Choose the event version if multiple API versions are available. This ensures the trigger listens to the correct event payload structure.
6. Select Applications (if category = Application)
- Required: Yes (for Application category)
- Description: Select one or more applications for which the workflow should listen to events.
Example
- Category: Company
- Event Name: brand
- Event Type: create
- Version: v1
This setup will trigger your workflow whenever a new brand is created in the company.
Example (Application Category)
- Category: Application
- Application: Myntra App
- Event Name: product
- Event Type: update
This setup triggers the workflow when a product is updated in the selected application.
Notes
- You must configure and verify the Fynd Platform secret before using this trigger.
- Event categories determine which events and applications are available for selection.
- The trigger passes detailed event payloads to the workflow, which can be accessed via
{{payload}}. - Ideal for building event-driven automations such as syncing data, updating systems, or sending notifications when platform events occur.