Log In

Documentation

Everything you need to get started with JobCard Pro. From quick start guides to advanced API documentation.

Getting Started with JobCard Pro

Welcome to JobCard Pro! This guide will help you get up and running in minutes.

Quick Start

  1. Sign Up: Create your account at jobcardpro.com/signup
  2. Verify Email: Check your inbox for a verification link
  3. Create Your First Job: Click "New Job" and fill in the details
  4. Invite Team Members: Add your team under Settings > Team
  5. Explore Features: Try our demo or check out the user guide
💡 Pro Tip: Start with our interactive demo to see JobCard Pro in action before creating your account.

System Requirements

  • Browser: Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
  • Internet: Stable broadband connection recommended
  • Mobile: iOS 12+ or Android 8+ for mobile apps
  • Storage: 100MB free space for desktop app (optional)

Creating and Managing Jobs

Learn how to create, edit, and manage job cards in JobCard Pro.

Creating a New Job

  1. Click the "New Job" button in the top right corner
  2. Fill in the job title and description
  3. Add client information and contact details
  4. Set priority level and due date
  5. Assign team members and add tags
  6. Upload any relevant files or attachments
  7. Click "Create Job" to save

Job Fields

Field Type Required Description
Title Text Yes Brief, descriptive name for the job
Description Rich Text No Detailed job requirements and specifications
Client Text/Autocomplete Yes Client or customer name
Priority Select Yes Low, Medium, High, Urgent
Due Date Date No When the job should be completed
Assigned To Multi-select No Team members responsible for the job

API Reference

Integrate JobCard Pro with your existing systems using our REST API.

🔑 API Access: API access is available on Professional and Enterprise plans. Visit Settings > API to generate your API key.

Authentication

All API requests require authentication using your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.jobcardpro.com/v1

Jobs API

GET /jobs
List all jobs with optional filtering
POST /jobs
Create a new job
GET /jobs/{id}
Get a specific job by ID
PUT /jobs/{id}
Update a job
DELETE /jobs/{id}
Delete a job

Example: Create a Job

// POST /jobs
{
"title": "Website Redesign",
"description": "Complete redesign of company website",
"client": "TechCorp Inc.",
"priority": "high",
"due_date": "2026-05-15",
"assigned_to": ["user_123", "user_456"]
}

Integrations

Connect JobCard Pro with your favorite tools and services.

Available Integrations

📧 Email Services

Gmail, Outlook, SendGrid

💬 Communication

Slack, Microsoft Teams, Discord

☁️ Cloud Storage

Google Drive, Dropbox, OneDrive

🔧 Development

GitHub, GitLab, Jira, Trello

Setting Up an Integration

  1. Go to Settings > Integrations
  2. Click "Add Integration"
  3. Select your desired service
  4. Follow the authorization flow
  5. Configure sync settings and mappings
  6. Test the integration

Troubleshooting

Common issues and their solutions.

Can't Access Account

If you're having trouble logging in:

  • Check that your email and password are correct
  • Try resetting your password
  • Clear your browser cache and cookies
  • Try a different browser or incognito mode
  • Contact support if issues persist

Jobs Not Loading

If your job list isn't loading:

  • Check your internet connection
  • Refresh the page
  • Try clearing browser cache
  • Check our system status page
🚨 Still having issues? Contact our support team at [email protected] with details about your problem.

Changelog

Latest updates and improvements to JobCard Pro.

Version 2.4.0 - April 2026

  • ✨ Added bulk job operations
  • 🔧 Improved API rate limits
  • 🐛 Fixed mobile layout issues
  • 📊 Enhanced reporting dashboard

Version 2.3.1 - March 2026

  • 🐛 Security updates and bug fixes
  • ⚡ Performance improvements

Version 2.3.0 - February 2026

  • 🎨 New dark theme options
  • 📱 Improved mobile experience
  • 🔗 Added webhook support
  • 📈 Advanced analytics features