TL;DR

Push your tasks on Fragment either via the REST API or via no-code tools like Zapier.

The Fragment team can help you set up.

We also offer a reverse integration mechanism when relevant, where Fragment polls your custom API and performs ETL logic.

You can reload the OpenAPI specs into Postman (see Postman docs).

Main concepts

The Fragment public API does its best to adhere to REST principles. It tries to follow the design principles applied by companies like Stripe or Spotify.

It accepts JSON content, uses standard HTTP responses and verbs.

The API key you use to authenticate identifies your account. You can have multiple keys tied to different environments to make it possible to test your workflows.

The base url of Fragment’s api is https://api.fragment.run