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.
Webhooks | REST | GraphQL | Redis* | Amazon SQS* | |
Ad-hoc querying | Yes | X | X | X | |
Immediate Notifications | Yes | X | X | Yes | Yes |
Programmatic Integration | Yes | Yes | Yes | Yes | Yes |
* Not available publicly