Skip to main content

Data Access and Integration Paths

The first step is to choose the correct access methods. For many applications, Webhooks will be the preferred method. REST or GraphQL are generally preferred for application integration. Redis and SQS are available for unique situations, such as real-time notifications within an application.

WebhooksRESTGraphQLRedis*Amazon SQS*
Ad-hoc queryingYes
Immediate notificationsYesYesYes
Programmatic integrationYesYesYesYesYes
  • Not available publicly