--- title: 'Ghost' description: '' --- # Ghost undefined | Detail | Value | |---|---| | Category | CMS | | Base URL | `https://{your-site}.ghost.io/ghost/api/admin` | | Authentication | API Key | | Endpoints | 7 | | Connector key | `ghost` | ## Using Ghost in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Ghost** 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_posts_0) | List Posts | | [GET ](./get_create_post_1) | Create Post | | [GET ](./get_update_post_2) | Update Post | | [GET ](./get_list_pages_3) | List Pages | | [GET ](./get_list_tags_4) | List Tags | | [GET ](./get_list_members_5) | List Members | | [GET ](./get_upload_image_6) | Upload Image | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.