Sequin makes it easy to write changes back to upstream APIs. We provide two different APIs to make mutations:Documentation Index
Fetch the complete documentation index at: https://sequin.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Mutation API
Most collections that Sequin syncs are mutable. For these collections, you can use the Mutation API to create, update, or delete records. When you use the Mutation API, you provide adata payload that matches the same shape Sequin uses through the system for that collection. Additionally, Sequin will automatically handle authentication, rate limiting, and return any errors in a nice wrapper.
Learn more about the Mutation API here.

