Complete guide to integrating Peedief API into your applications
POST https://peedief.com/api/templates/by-name/{templateName}/pdf
Headers:
Create New Zap
Add Webhook Action
Configure Action Event
Set URL
https://peedief.com/api/templates/by-name/invoice/pdf
Configure Payload
{"customerName": "John Doe", "amount": 100}
invoice.pdf
Add Headers
x-api-key
: YOUR_API_KEY
Add HTTP Module
Configure URL
https://peedief.com/api/templates/by-name/invoice/pdf
Set Method
Add Header
x-api-key
YOUR_API_KEY
Configure Body
{ "contextJson": {"customerName": "John Doe", "amount": 100}, "fileName": "invoice.pdf" }
Save