Colour PF Create with splash
Loading…

Connecting PF Create to Zapier

Connecting PF Create to Zapier

Difficulty: Easy — Webhooks with custom headers.
Requires: Zapier account (any plan; PF Create tool calls cost 2 Zapier tasks each)

Before You Start

Connect via Zapier AI Agent

  1. In Zapier, create or open an AI Agent step in a Zap.
  2. Add a custom MCP tool with URL: https://mcp.pfcreate.ca/sse
  3. Set the Authorization header to: Bearer pfk_YOUR_KEY_HERE
  4. Enable the tool and save.

Alternative — Webhooks

  1. Add Webhooks by Zapier > GET action.
  2. Set URL to https://mcp.pfcreate.ca/sse.
  3. In Headers, add:
    • Authorization: Bearer pfk_YOUR_KEY_HERE
    • Accept: text/event-stream
  4. Chain to Code by Zapier > Run Javascript to parse SSE events.

Example Workflow

New product added to Shopify → Zapier AI Agent calls PF Create to generate a product image → image uploaded to WordPress → Slack notification sent.

Troubleshooting

Timeout — Image generation can take 30–90 seconds. Use Zapier’s async step options where available.

401 errors — Check the Bearer token includes the full pfk_ prefix.

Back to all connection guides