Deploying Pipelines
Create
Create or update a distributed pipeline
POST
Destinations
There are currently two flavors of destinations available via self-service APIs: Webhooks and Postgres.
There are 15 total that are currently supported by Indexing Co generally though - reach out if you need something else!
Webhooks
Here’s an example payload for creating a pipeline that delivers to a webhook:
Postgres
Here’s an example payload for creating a pipeline that delivers to a Postgres database:
Make sure your database table is already setup! Importantly, this also includes ensuring that there’s a unique / primary key index on the table matching the provided uniqueKeys
in the pipeline.
Authorizations
Body
application/json
Pipeline to save
Response
200
application/json
success