Skip to main content
POST
Trigger Frontic to pull a single record from the external system. Used by webhook-style integrations where the source system signals that a record changed, and Frontic uses its connector logic to fetch the current state from the source — the request body itself isn’t the data. The Data Feed must be configured with method trigger or polling. Calling /fetch against an ingest-method feed returns an error.

Path Parameters

string
required
Your integration identifier. Found in the admin app under integration settings.
string
required
The unique identifier for your data feed.

Request Body

The body is a trigger signal — it identifies which record to fetch but isn’t the record itself. The exact shape depends on your integration’s connector implementation; typically a source ID is enough.
string
Source ID of the record to fetch from the external system. Specific connectors may accept additional identifying fields.

Response

string
required
Unique identifier to track the fetch through the processing pipeline.