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://yoursite.com/path/to/print-file.pdf",
"order_id": 123,
"item_id": 1
}
| Field | Description |
|---|---|
url | Direct URL to the generated print-ready file |
order_id | The order number |
item_id | The item number within the order |
Steps
Set up the webhook in Chamevo
- Go to Chamevo > Settings > Export.
- Find the Webhook URL field under File Receiving.
- Enter your webhook endpoint URL.
- Click Save Changes.
That is the entire Chamevo-side setup. The webhook fires automatically for every print-ready file generated.