Agent Jam logo

Agent Jam

  1. Integrations
  2. Contentful_graphql
Why Agent Jam?FeaturesIntegrationsPricing
Try App as GuestSign InGet Started for Free

Made with 🫖 by Boiling KettleBoiling Kettle

PrivacyTermsContact
Contentful Graphql logo

Contentful Graphql

developer tools

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.

Get Started for Free
View Pricing

3

Available Tools

0

Triggers

Featured Tools

Get CMA Token

Tool to retrieve a Contentful Management API (CMA) access token. Use when making CMA calls to ensure valid authorization.

GraphQL Content API Persisted Query

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

query
version
space_id*
+4
GraphQL Content API Query

Execute a GraphQL query against the Contentful Content Delivery API (CDA). Use this tool to fetch published content from a Contentful space using GraphQL. Supports schema introspection, collection queries with filters/pagination, and parameterized queries with variables. Endpoint: POST https://graphql.contentful.com/content/v1/spaces/{space_id}/environments/{environment_id} Common use cases: - Fetch entries: { entryCollection(limit: 10) { items { sys { id } } } } - Fetch assets: { assetCollection { items { title url } } } - Introspect schema: { __schema { types { name } } }

query*
space_id*
variables
+5

Ready to connect Contentful Graphql?

Get started with Agent Jam and connect Contentful Graphql along with 700+ other apps to supercharge your workflow.

Get Started for Free
Browse More Integrations