Skip to main content

Fynd Platform Application

The Fynd Platform Application Activity enables performing operations for any application in the Fynd Platform. It provides seamless integration with application-level APIs, allowing workflows to interact with resources such as catalogs, carts, orders, and custom modules.

Overview

This activity allows your workflow to connect with and perform authorized actions within a specific Fynd Platform application. You can manage operations like creating, updating, retrieving, or deleting data through the application's APIs.

Configuration

Fynd Platform Application Secret

Select the Fynd Platform Application Secret to authenticate and authorize the connection with the application.

Resource Selection

Choose the resource you want to operate on. Supported resources typically include:

  • Catalog
  • Cart
  • Order
  • Custom
  • Other application-specific resources supported by the Fynd Platform.

Operation

Based on the selected resource, choose the operation you want to perform. Each resource supports its own set of operations, such as create, update, delete, or fetch.

Dynamic Inputs

After selecting the operation, the required input fields appear automatically. The available fields depend on the chosen resource and operation.

Custom Resource

When selecting Custom as the resource, you can perform any supported API call to the Fynd Platform Application. You can configure:

  • API Endpoint (URL path)
  • HTTP Method (GET, POST, PUT, DELETE)
  • Request Body (JSON payload)

Notes

  • Ensure that the Fynd Platform Application Secret has the necessary permissions to execute the selected operation.
  • The activity dynamically updates available fields and parameters based on the selected resource and operation.
  • For Custom resource operations, refer to the official Fynd Platform API documentation for endpoint structure and required parameters.
  • The API response is available as {{activity.result}} for use in subsequent workflow steps.