Overview
FacFox makes sending REMX order data easy by offering webhook sending as a service.
Send Order Data
FacFox webhooks let you send order information via POST method.
Webhook URL
The {secret-key}
should be replaced to a real value on the production environment.
https://i.facfox.com/wp-json/gf/v2/workflow/webhooks/4128/{secret-key}
Request Type
The system which is sending data to the incoming webhook in one of 3 formats:
- POST with form-data in the body of the request
- POST with form-data in the body of the request with a Content-Type header = application/json
- POST with raw JSON in the body of the request with a Content-Type header = application/json
POST Body Fields (All Required)
Key Name | Desciption | Format |
3dmodel_url |
Link of the zipped 3D model file, recommended format: .zip, .rar | URL |
odr_qty |
The quantity of the ordered item | Number |
client_email |
Client’s email address for waybill notification | |
addr_st1 |
Client’s address line 1 | Text |
addr_st2 |
Client’s address line 2 | Text |
addr_city |
Client’s address city | Text |
addr_state |
Client’s address state | Text |
addr_zipcode |
Client’s address zipcode/postcode | Text |
addr_country |
Client’s address city | Text |
client_phone |
Client’s phone number | Text/Phone |
Receive Order Data (Optional)
FacFox sends manufacturing and shipping details with outgoing webhooks in POST method.
If REMX system supports incoming webhooks integration, please share with us the endpoint URL with the POST body key names.
POST Body REMX’s Webhooks Will Receive (All Required)
Key Name | Desciption | Format |
product_picture |
Finished picture of the printed parts | URL |
shipping_courier |
Courier name | Text |
shipping_waybill |
Waybill number of the shipping company | Text |