Back to Home

Common Questions

How do I link my API to Zapier?
Linking your Promatly account to Zapier is a quick, one-time process per user:

1. Generate Your Key: Go to your Promatly Settings page, click "Generate API Key", and copy it to your clipboard.
2. Go to Zapier: Start building your Zap. When you select the Promatly App for the first time, Zapier will pop up a window asking you to authenticate.
3. Paste & Save: Paste your unique API Key into that window and save.

That's it! Zapier will securely save your connection. You only ever have to do this once. After that, Zapier will automatically use your saved connection for all future workflows!
How do I import a workflow?
Just click the "Import Workflow" button in the Studio, paste your Zapier JSON, and Promatly will load it instantly for AI refinement.
Is the output 100% Zapier compatible?
Yes. Every workflow generated or edited by Promatly follows the official Zapier format. You can copy-paste directly into your Zapier account.
Does it support custom Zapier steps?
Currently, we support all standard Zapier apps and actions. We are constantly updating our model to support more integrations.
What payment methods do you accept?
We accept credit/debit cards via Stripe for secure, instant payments.
How do I convert an n8n workflow to Zapier?
Converting your complex n8n workflows into Zapier is incredibly simple with our AI Engine. Just follow this detailed, click-by-click guide:

Step 1: Exporting from n8n
  • Log into your n8n account and open the workflow you want to convert.
  • Option A (Fastest): Click anywhere on your workflow canvas, press Ctrl + A (Windows) or Cmd + A (Mac) to select all the nodes, and then press Ctrl + C / Cmd + C to copy the raw JSON code to your clipboard.
  • Option B (File Download): Click the "Options" menu in the top right corner of the n8n interface, and select "Download". This will save a .json file to your computer. Open that file and copy all the text inside it.
Step 2: Converting in Promatly
  • Go to the Promatly Studio interface.
  • Locate the main Chat Input box in the center of the screen.
  • Look right below the chat box and click the Action Dropdown menu (which usually says "General").
  • Select "Convert to Zapier" from that dropdown list.
  • Paste the n8n JSON code you copied from Step 1 directly into the chat input box.
  • Click the Submit button (the arrow icon on the right). Promatly's AI engine will instantly process your logic and restructure it for Zapier.
Step 3: Importing into Zapier
  • Once Promatly finishes processing, a chat bubble will appear containing a downloadable .zip file. This file contains your complete Zapier CLI scaffold.
  • Click the "Download CLI Files" button to save the .zip file to your computer.
  • Log into your Zapier account and navigate to the Zapier Developer Platform.
  • Create a new integration, and upload/import the .zip file you received from Promatly.
  • Zapier will instantly rebuild your workflow structure inside their platform, ready for you to use!