Triage incoming issues
- Webhook fires on every new issue
- Persona summarises and labels it
- Assigns the right engineer
2 tools available
The Contentful GraphQL Content API allows developers to query and deliver content using GraphQL, providing a flexible and efficient way to access content stored in Contentful.
Connect Contentful Graphql to Definable to triage issues, review pull requests, monitor builds. Personas call Contentful Graphql's 2 tools directly from chat or scheduled flows. Wire it into a triage, review, or release-management persona — every action runs scoped, reviewable, and logged.
Every Contentful Graphql action below is a callable tool any Definable persona can invoke.
Tool to retrieve a Contentful Management API (CMA) access token. Use when making CMA calls to ensure valid authorization.
Execute a GraphQL query using Automatic Persisted Queries (APQ). APQ reduces bandwidth by sending only a SHA256 hash instead of the full query text after initial registration. Workflow: 1. First request: Include both sha256_hash and query text to register the query 2. Subsequent requests: Send only sha256_hash and variables - the server uses the cached query Common errors: - PersistedQueryNotFound: Query not cached; include the full query text - PersistedQueryMismatch: Hash doesn't match query text; recompute the hash - UNKNOWN_SPACE: Invalid space_id or access_token for the space
Anything Contentful Graphql exposes through its API. Common developer tools workflows on Definable include triage issues, review pull requests, monitor builds. Personas can call any of the 2 Contentful Graphql tools directly, then chain the result into another integration without you writing code.
Contentful Graphql uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 2 Contentful Graphql tools. You only need a separate Contentful Graphql subscription if Contentful Graphql itself charges per seat or per API call.
Every call from a persona to Contentful Graphql is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Contentful Graphql, and connect via OAuth or API key. You can immediately attach Contentful Graphql to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 2 Contentful Graphql actions as callable tools — including `Get CMA Token`, `GraphQL Content API Persisted Query`. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.