Editing a Data Source
You can modify a data source's configuration at any time from the Data Sources panel.
What You Can Edit
| Setting | Description |
|---|---|
| Basic settings | Source name, description, and provider type. |
| Schema & field mapping | Adjust how incoming JSON fields map to FORJ's canonical format. You can add, remove, or reassign field roles, update JSON paths, and change data types. See Field Roles for the full list of roles. |
After making schema changes, you should re-run the mapping test with an updated sample payload to confirm the new configuration works correctly.
Viewing the Webhook URL
The webhook URL is displayed in the source details but is read-only — it was generated when the source was created and cannot be changed. Copy it to share with your data provider or to configure in your external system.
Disabling a Source
You can disable a data source to temporarily stop processing incoming webhooks. The webhook URL remains valid — data sent to it is simply ignored until you re-enable the source.
Deleting a Source
Deleting a source permanently removes it. Any strategies subscribed to its stream will stop receiving events from that feed.
Deleting a data source cannot be undone. Make sure no active strategies depend on it before removing.