Connecting PF Create to Make
Connecting PF Create to Make
Difficulty: Easy — HTTP module with custom headers.
Requires: Make account (any plan)
Before You Start
- Your
pfk_…API key — find it on your account page
How to Connect
Make does not yet have a native MCP module. Use the HTTP > Make a request module to connect to PF Create via SSE.
- Add an HTTP > Make a request module to your scenario.
- Set URL to
https://mcp.pfcreate.ca/sse. - Method: GET (SSE connection).
- In Headers, add:
Authorization: Bearer pfk_YOUR_KEY_HEREAccept: text/event-stream
- Set Parse response to handle the SSE stream.
- Run the module to test the connection.
Example Workflow
New blog post added to CMS → AI Agent calls PF Create to generate a featured image → image uploaded to WordPress automatically.
Troubleshooting
Connection timeout — Image generation can take 30–90 seconds. Increase the module timeout in Make settings.
401 errors — Check the Bearer token includes the full pfk_ prefix.