Send print-ready files to a webhook
Configure a webhook URL to receive a JSON payload with print file URLs and order metadata for automation with Zapier, Make, or custom systems.
Chamevo can send a JSON payload to a webhook URL every time a print-ready file is generated. Use this to trigger automation in Zapier, Make (Integromat), or any system that accepts webhook requests.
Webhook delivery requires a Growth plan or higher.
Before you start
- You have a Growth plan or higher.
- You have a webhook endpoint ready (from Zapier, Make, or your own server).
- Your export settings are configured in Chamevo > Settings > Export.
How it works
When a print-ready file is generated, Chamevo sends a POST request to your webhook URL with a JSON payload:
{
"url": "https://storage.chamevo.com/path/to/print-file.pdf",
"print_job_id": "abc123",
"order_id": "123",
"item_id": "1"
}
| Field | Description |
|---|---|
url | Direct URL to the generated print-ready file (hosted on Chamevo's cloud storage) |
print_job_id | The print job identifier |
order_id | The order number (sent as a string) |
item_id | The item number within the order (sent as a string) |
Steps
Set up the webhook in Chamevo
- Go to Chamevo > Settings > Export.
- Find the field under .
