Two way syncing

One of the most common types of integration we see at Tangram is syncing an external database or system with your Tangram backend. Common examples of this are:

  • Airtable bases
  • Google sheets
  • Ecommerce platforms (ex: Shopify, Magento)
  • Social platforms (ex: Circle, Slack)
  • Your own server

There are two sides to integrations of this type: push and pull. The two questions you will need to answer when building an integration like this are:

  1. Do you want updates in Tangram to be reflected in your external platform?
  2. Do you want updates in your external platform to be reflected in Tangram?

If the answer to question 1 is yes, then you're going to need to integrate with Tangram webhooks. Webhooks can be used to send data from the Tangram app to any external platform of choice.

If the answer to question 2 is yes, then you're going to need to integrate with the Tangram API. The API allows you to create, read, update, and delete data in your Tangram app from any external platform of choice.

API Reference

Comprehensive API documentation covering Users, Messages, Listings, Subscriptions, Invoices, Transactions and custom endpoints.

Webhooks

Real-time event notifications for User, Listing, and Transaction events to keep your systems in sync with Tangram.