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
- Your
pfk_…API key — find it on your account page
Connect via Zapier AI Agent
- In Zapier, create or open an AI Agent step in a Zap.
- Add a custom MCP tool with URL:
https://mcp.pfcreate.ca/sse - Set the
Authorizationheader to:Bearer pfk_YOUR_KEY_HERE - Enable the tool and save.
Alternative — Webhooks
- Add Webhooks by Zapier > GET action.
- Set URL to
https://mcp.pfcreate.ca/sse. - In Headers, add:
Authorization: Bearer pfk_YOUR_KEY_HEREAccept: text/event-stream
- 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.