It’s easy to connect Sequin to APIs (providers). You can use Sequin’s web console to connect Sequin to your own API accounts. Or you can use Sequin’s Management API to connect to your customers’ API accounts.

After connecting, Sequin syncs the API’s data to a stream. The stream includes all data in the API, including records created years ago. Then, Sequin keeps the stream up to date as records are created, updated, and deleted.

You can consume from your Sequin streams directly via an HTTP interface. The serverless consumer model guarantees at-least-once delivery of records, concurrent reads from multiple workers, and automatic scaling.

Records consumed from Sequin streams are often used to:

  • Trigger side effects and workflows in your application
  • Maintain a sync of API data in your database

Syncs, Streams, and Consumers form a flexible integration framework that can power a variety of use cases.

To write data back to the API, you can use Sequin’s Mutation API. This API offers a uniform interface for writing data back to providers and are paced to mind rate limits. (They also let you read your writes!)

All of Sequin’s functionality is available in both our web console and our Management API. You can use the web console to get started quickly and then use the Management API to spin syncs up and down programmatically.

Our philosophy is that developers want to build on their data, not wrangle with APIs. Focus on building, not on reverse engineering.

Who’s it for?

Sequin is a great fit if you are building complex or high-throughput API integrations. Sequin is also a great fit if you’re just getting started with your integrations and want to save as much time as possible.

Which providers are supported?

Sequin currently supports:

  • Adyen
  • Asana
  • Ashby
  • Airtable
  • Auth0
  • AWS Lambda
  • BambooHR
  • Braintree
  • Braze
  • Brex
  • Clerk
  • Deel
  • Figma
  • Front
  • GitHub
  • Gong
  • Google Sheets
  • Greenhouse
  • Gusto
  • HubSpot
  • Intercom
  • Jira
  • Klaviyo
  • Lever
  • Linear
  • Marketo
  • Monday
  • NetSuite
  • Notion
  • PagerDuty
  • Quickbooks
  • Rippling
  • Sage
  • Salesforce
  • SAP
  • SendGrid
  • ServiceNow
  • Shopify
  • Slack
  • Square
  • Stripe
  • Twilio
  • Typeform
  • Workday
  • Xero
  • Zendesk
  • Zenefits

Don’t see the source you desire? We’re adding new sources all the time. Reach out and let us know what you need.

Next steps

Read our “Getting started” guide for a more in-depth walkthrough of what building on Sequin looks like.