--- title: 'WordPress' description: '' --- # WordPress undefined | Detail | Value | |---|---| | Category | CMS | | Base URL | `https://{your-site}/wp-json/wp/v2` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `wordpress` | ## Using WordPress in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **WordPress** 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_list_pages_2) | List Pages | | [GET ](./get_upload_media_3) | Upload Media | | [GET ](./get_list_categories_4) | List Categories | | [GET ](./get_list_users_5) | List Users | | [GET ](./get_list_comments_6) | List Comments | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.