Back to Autogpt

Slant3D Webhook

docs/integrations/block-integrations/slant3d/webhook.md

0.6.441.7 KB
Original Source

Slant3D Webhook

<!-- MANUAL: file_description -->

Blocks for receiving webhook notifications about Slant3D order status updates.

<!-- END MANUAL -->

Slant3D Order Webhook

What it is

This block triggers on Slant3D order status updates and outputs the event details, including tracking information when orders are shipped.

How it works

<!-- MANUAL: how_it_works -->

This block subscribes to Slant3D webhook events for order status updates. When an order's status changes (e.g., printing, shipped, delivered), Slant3D sends a webhook notification that triggers your workflow.

The payload includes order details and, when applicable, shipping information like tracking numbers and carrier codes for fulfillment tracking.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
eventsOrder status events to subscribe toEventsNo

Outputs

OutputDescriptionType
errorError message if payload processing failedstr
payloadThe complete webhook payload received from Slant3DDict[str, Any]
order_idThe ID of the affected orderstr
statusThe new status of the orderstr
tracking_numberThe tracking number for the shipmentstr
carrier_codeThe carrier code (e.g., 'usps')str

Possible use case

<!-- MANUAL: use_case -->

Customer Notifications: Automatically notify customers via email or SMS when their 3D print order ships.

Order Tracking: Update your internal systems with shipping information when orders are fulfilled.

Inventory Management: Trigger restocking workflows when orders are completed.

<!-- END MANUAL -->