--- title: 'Contentful' description: '' --- # Contentful undefined | Detail | Value | |---|---| | Category | CMS | | Base URL | `https://api.contentful.com` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `contentful` | ## Using Contentful in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Contentful** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_entries_0) | List Entries | | [GET ](./get_create_entry_1) | Create Entry | | [GET ](./get_publish_entry_2) | Publish Entry | | [GET ](./get_list_content_types_3) | List Content Types | | [GET ](./get_list_assets_4) | List Assets | | [GET ](./get_list_spaces_5) | List Spaces | | [GET ](./get_list_environments_6) | List Environments | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.