Skip to main content
Question

HTTP POST Content-Type: application/x-www-form-urlencoded

  • December 1, 2023
  • 1 reply
  • 106 views

This curl works imported to Postman - it works

curl https://invoice-generator.com \
  -d from="Nikolaus Ltd" \
  -d to="Acme, Corp." \
  -d logo="https://example.com/img/logo-invoice.png" \
  -d number=1 \
  -d date="Feb 9, 2015" \
  -d due_date="Feb 16, 2015" \
  -d items[0][name]="Starter plan monthly" \
  -d items[0][quantity]=1 \
  -d items[0][unit_cost]=99 \
  -d notes="Thanks for being an awesome customer!" \
  -d terms="Please pay by the due date."

How to send the same using Zapier. I tried everything I knew, and still getting a blank pdf

 

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Forum|alt.badge.img+14

Hi @lijom1980 

Good question.

We would need to see how your Zap steps are configured.