Business Card Scanner Webhooks

Get instant updates when business cards are scanned in your system. Our webhooks automatically send the extracted information to your application in real-time!

How It Works

Card is Scanned

Business card is processed

Data is Extracted

Information is processed

Your App Receives Data

Update your database

Example Webhook Payload

When a business card is scanned:

{
  "data": {
    "full_name": "Anthony Christmantoro",
    "job_title": "Indie Hacker",
    "company_name": "Sheet Magician",
    "email": "christmantoro@gmail.com",
    "phone": "+628000000001",
    "website": "https://sheetmagician.com",
    "timestamp": "2024-12-20T02:26:37.134Z"
  }
}

This JSON payload includes:

  • Full name of the contact
  • Job title and company information
  • Contact details (email, phone, website)
  • Timestamp of when the card was scanned

Setting Up Your Webhook

  1. Go to your dashboard settings
  2. Navigate to the Integrations section
  3. Add your webhook URL (must be HTTPS)
  4. Save your settings
  5. Test the webhook with a sample business card scan

Note: Your endpoint should respond with a 200 status code to confirm receipt of the webhook.