Pending Document Forms
–
Upcoming Jobs & Shipments
n8n Webhook Configuration
In n8n, use an HTTP Request node set to POST with the endpoint below.
Add the header X-EPL-Secret: epl-n8n-secret-2026 to authenticate.
Push a new form (n8n → Portal):
Auto-remove on Jotform submission (Jotform → Portal):
Add this as a "Thank You" webhook in your Jotform settings. Include a hidden field named epl_form_id
pre-filled with the form ID passed from n8n.
Expected n8n POST payload:
{
"title": "Sea Freight Export – CN to AU",
"type": "sea",
"formUrl": "https://form.jotform.com/XXXXXXXXX",
"reference": "SHP-2026-0412",
"dueDate": "2026-04-15"
}
Supported form types:
sea
air
customs
cargo
general