🚀 Welcome! Spot an issue or have feedback? Let us know.
POST
to your endpoint with the extracted JSON.POST
call to that URL with the extracted data in the request body.POST
with a JSON payload to your URL.application/json
.{
"order_id": "12345",
"total": 199.99,
"items": [
{"sku": "ABC", "qty": 2},
{"sku": "XYZ", "qty": 1}
],
"DocumentID": "1e2e34cba5c678a9012f3e456c789a0f"
}
Actual keys depend on your mailbox schema and Metadata Fields.
php://input
, not $_POST
. More details here.{field_name}
, e.g., https://api.example.com/orders/{order_id}
.X-Authorization: abc123
.https://user:pass@api.example.com/...
).