Zapier Integration

Connect Copyly to 3,000+ apps using Zapier webhooks.

How It Works

Copyly can send webhook notifications to Zapier when events occur, triggering automated workflows in any connected app:

  • • Description generated → Add to Google Sheet
  • • Bulk job completed → Send Slack notification
  • • Description generated → Create Notion page
  • • New generation → Update Airtable record

Setting Up Zapier

  1. Create a Zap in Zapier
  2. Choose "Webhooks by Zapier" as the trigger
  3. Select "Catch Hook"
  4. Copy the webhook URL Zapier provides
  5. Go to Dashboard → Settings → Webhooks
  6. Paste the URL and select which events to trigger
  7. Save and test the connection

Available Events

description.generated

Triggered when a single description is generated

description.bulk_generated

Triggered when a bulk generation job completes

Webhook Payload

Each webhook sends JSON data like this:

{
  "event": "description.generated",
  "timestamp": "2025-01-15T10:30:00Z",
  "data": {
    "productName": "Wireless Headphones",
    "description": "Experience premium audio...",
    "seoScore": 87,
    "tone": "Professional",
    "keywords": ["wireless", "bluetooth", "audio"]
  }
}

Popular Zaps

Log to Google Sheets

Track all generated descriptions in a spreadsheet for review and analysis.

Slack Notifications

Get notified when bulk jobs complete or when low SEO scores are detected.

Update CMS

Push descriptions directly to Contentful, Sanity, or other headless CMS platforms.

Troubleshooting

  • Webhook not firing? Check that the URL is correct and events are enabled
  • Zap not triggering? Make sure the Zap is turned on in Zapier
  • Missing data? Check the payload format in Zapier's webhook history