# Kardow - [Welcome to Kardow](https://kardow.com/docs/index.md): Everything you need to launch, customize, and grow your job board. - [Login with Google](https://kardow.com/docs/auth/social-login/auth-google.md): Learn how to configure Google OAuth login for your Kardow job board - [Import a CSV](https://kardow.com/docs/guides/database/import-csv.md): Bulk-import job listings from any CSV file — AI automatically maps your columns to the right fields. - [Email Configuration Guide](https://kardow.com/docs/guides/emails/configuration.md): Learn how to set up and manage your organization's email system for job application notifications - [Job Posted Confirmation Email](https://kardow.com/docs/guides/emails/job-posted-confirmation.md): Confirmation emails sent to employers when they successfully post a new job listing - [Job Activated Email](https://kardow.com/docs/guides/emails/job-activated.md): Notification sent to employers when their job posting goes live and is visible to job seekers - [Job Application Received Email](https://kardow.com/docs/guides/emails/job-application-received.md): Notification sent when a candidate applies to a job posting - [Job Expired Email](https://kardow.com/docs/guides/emails/job-expired.md): Notification sent to employers when their job listing reaches its expiration date with performance analytics - [New Invoice Email](https://kardow.com/docs/guides/emails/new-invoice.md): Invoice notification for job posting charges - [Collect payments with PayPal](https://kardow.com/docs/guides/payments/paypal.md): Create a PayPal account and PayPal.me link, connect it to your job board, and get paid for job posts. - [Indexing API](https://kardow.com/docs/guides/indexing-api/introduction.md): Learn how to use the Kardow Indexing API to notify search engines about new and updated job listings - [Zapier Integration](https://kardow.com/docs/guides/zapier/setup.md): Connect your Kardow job board to 7,000+ apps with Zapier — no code required. - [Put your jobs on any website](https://kardow.com/docs/guides/embed/jobs-widget.md): Show your live job listings on your own website with one line of code. People browse and apply right there. No coding needed. - [Kardow CLI](https://kardow.com/docs/guides/cli/overview.md): Pull your job board's source code, run it locally against live data, and deploy it, from your terminal or an AI coding agent. - [Connect your job board to Claude](https://kardow.com/docs/guides/mcp/connect-claude.md): Manage your Kardow job board from Claude using the MCP connector: post jobs, approve pending listings, and pull analytics in plain language. - [CMS Overview](https://kardow.com/docs/guides/cms/overview.md): Define structured content collections, then read, write, and monetize them through the platform. - [Build a sponsors page](https://kardow.com/docs/guides/cms/build-a-sponsors-page.md): Create a public sponsors collection and render it on your site. - [Sell paid listings](https://kardow.com/docs/guides/cms/sell-paid-listings.md): Charge visitors to add an entry to one of your CMS collections. - [Automations – Complete Guide](https://kardow.com/docs/guides/automations/introduction.md): Everything you can build with Kardow Automations: triggers, actions, integrations, and what to plan for next. - [Kardow Platform Audit – Primitives, Capabilities & Gaps](https://kardow.com/docs/guides/platform-audit/capabilities-and-gaps.md): Complete investigation of the Kardow job board platform: every primitive available, what the system can do today, current limitations, and what's needed for a 10x platform in 2026. - [API Reference](https://kardow.com/docs/api-reference/introduction.md): Complete guide to the Kardow API for job board management, analytics, and programmatic access - [Get Site Analytics](https://kardow.com/docs/api-reference/analytics/analytics.md): Retrieve comprehensive analytics data with advanced filtering capabilities for your job board - [Get Job Visitors](https://kardow.com/docs/api-reference/analytics/jobs-analytics.md): Retrieve visitor counts for specific job postings over a specified time period - [Get Jobs](https://kardow.com/docs/api-reference/jobs/get-jobs.md): List jobs for your organization with pagination, search, and filtering - [Get Job](https://kardow.com/docs/api-reference/jobs/get-job.md): Fetch a single job by its ID - [Create Job](https://kardow.com/docs/api-reference/jobs/post-job.md): Create a new job posting from your ATS, CRM, or internal workflow - [Update Job](https://kardow.com/docs/api-reference/jobs/update-job.md): Update a job's status or details - [Delete Job](https://kardow.com/docs/api-reference/jobs/delete-job.md): Permanently delete a job posting - [Categories](https://kardow.com/docs/api-reference/jobs/categories.md): List and create job categories, and assign them when posting jobs - [Locations](https://kardow.com/docs/api-reference/jobs/locations.md): Resolve places and list your board's normalized, geocoded locations - [Salaries](https://kardow.com/docs/api-reference/jobs/salaries.md): Aggregated salary statistics for your board's live jobs - [Get Applications](https://kardow.com/docs/api-reference/applications/get-applications.md): List job applications with optional filtering by job and status - [Pages & Blog](https://kardow.com/docs/api-reference/content/pages.md): List, read, create, update, and delete custom pages and blog posts on your job board - [Assets (Media Library)](https://kardow.com/docs/api-reference/content/assets.md): List and upload images in your job board's media library, with hosted cdn.kardow.com URLs - [Authors](https://kardow.com/docs/api-reference/content/authors.md): List and create blog article authors to attribute blog posts - [Sync Member](https://kardow.com/docs/api-reference/members/sync-member.md): Create or update a member and optionally sync access and a payment in a single call - [Member Access](https://kardow.com/docs/api-reference/members/member-access.md): Perform subscription lifecycle actions or fully remove a member from a board - [Get Member](https://kardow.com/docs/api-reference/members/get-member.md): Fetch a member profile together with subscriptions, payments, and paywall status - [Users](https://kardow.com/docs/api-reference/users/users.md): List and read job board users (job seekers and employers), including your custom signup fields - [Subscribe to Webhooks](https://kardow.com/docs/api-reference/webhooks/subscribe.md): Create a webhook subscription to receive real-time event notifications - [List Webhooks](https://kardow.com/docs/api-reference/webhooks/list-webhooks.md): List all webhook subscriptions for your organization - [Update Webhook](https://kardow.com/docs/api-reference/webhooks/update-webhook.md): Enable or disable a webhook subscription - [Delete Webhook](https://kardow.com/docs/api-reference/webhooks/delete-webhook.md): Remove a webhook subscription - [Secrets](https://kardow.com/docs/api-reference/secrets/introduction.md): Store integration keys in an encrypted vault and reference them by name — values are write-only - [List Secrets](https://kardow.com/docs/api-reference/secrets/list-secrets.md): List stored secret names and dates — values are never returned - [Create or Update Secret](https://kardow.com/docs/api-reference/secrets/create-secret.md): Store a secret value in the encrypted vault (write-only) - [Delete Secret](https://kardow.com/docs/api-reference/secrets/delete-secret.md): Remove a stored secret by name - [CMS API](https://kardow.com/docs/api-reference/cms/introduction.md): Store, validate, and serve any structured content — sponsors, courses, listings, recipes — without writing a backend. - [List CMS Collections](https://kardow.com/docs/api-reference/cms/list-collections.md): Returns every CMS collection in your organization. - [Create or Update CMS Collection](https://kardow.com/docs/api-reference/cms/upsert-collection.md): Create a new CMS collection or replace its schema by slug. - [List CMS Items](https://kardow.com/docs/api-reference/cms/list-items.md): Paginated list of items in a collection. - [Create CMS Item](https://kardow.com/docs/api-reference/cms/create-item.md): Insert a new item, or upsert when an `id` is supplied. - [Get CMS Item](https://kardow.com/docs/api-reference/cms/get-item.md): Fetch a single item by id. - [Update CMS Item](https://kardow.com/docs/api-reference/cms/update-item.md): Partial update of an item. Only the fields you send are changed. - [Delete CMS Item](https://kardow.com/docs/api-reference/cms/delete-item.md): Permanently delete a single item. - [Delete CMS Collection](https://kardow.com/docs/api-reference/cms/delete-collection.md): Delete the entire collection and every item it contains. - [Changelog](https://kardow.com/docs/changelog/overview.md): Stay up to date with the latest features, improvements, and bug fixes to Kardow ## OpenAPI Specs - [kardow-analytics-openapi](/docs/api-reference/kardow-analytics-openapi.json) - [kardow-public-openapi](/docs/api-reference/kardow-public-openapi.json) ## Optional - [Documentation](https://kardow.com/docs) - [Blog](https://kardow.com/docs/blog) - [Articles](https://kardow.com/docs/articles)