Quick Start

Step 1: Set Up a Neo Transformation Endpoint

  1. Create a transformation NEO endpoint that will handle the JSON transformation. This endpoint should:
  • Accept POST requests with JSON payload
  • Transform the JSON according to your requirements
  • Return the transformed JSON
  1. You can use the Global dataflows as the starting point. Copy the script, modify and use that in the dataflow you are creating for your org.

Step 2: Configure the Neo API for Your Organization

Use the Create or Update API to configure a Neo transformation for your organization:

Step 3: Test Your Configuration

Send a test event through the system and verify that your transformation is applied correctly.