Destinations
There are currently three flavors of destinations available via self-service APIs: Webhooks, WebSockets, and Postgres. There are 16 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:WebSockets
Here’s an example payload for creating a pipeline that delivers to a websocket: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
success