Skip to main content

How GraphQL relates to Zapier

Brightspot uses GraphQL as one out-of-the-box implementation of the Zapier integration. To use GraphQL with Zapier, you must include the GraphQL-related dependency listed in Zapier, and then take the following route:

  1. In Brightspot, in addition to creating a Zapier API endpoint, create a GraphQL API endpoint (see Adding API endpoints for the Zapier integration).

  2. Create an API client to be used by the Zapier API endpoint (see Adding an API endpoint for the Zapier integration).

  3. Create one or more of the following based on the zap you are creating:

All other configuration happens in the Zapier console.

Note

If you do not want to use GraphQL, you can take the following route:

  1. In addition to creating a Zapier endpoint, create a different kind of endpoint in the area described in Adding API endpoints for the Zapier integration.
  2. Create an API client to be used by the Zapier endpoint (see Adding an API endpoint for the Zapier integration).
  3. Create a topic subscription to serve as the first step (the trigger) of your Zapier zap (see Creating a topic subscription for the Zapier integration).
  4. Create a general Zapier search to fetch more data from Brightspot using a different query language that you define in Zapier (see Creating a general Zapier search).