Webflow · Arazzo Workflow
Webflow Fulfill an Order
Version 1.0.0
Find the most recent unfulfilled order on a site, read its detail, and mark it fulfilled.
Provider
Workflows
fulfill-order
Locate an unfulfilled order on a site and mark it fulfilled.
Lists unfulfilled orders for the supplied site, confirms at least one exists, fetches its detail, and fulfills it with a customer email.
1
listUnfulfilledOrders
list-orders
List unfulfilled orders for the site and branch on whether any exist before attempting to fulfill one.
2
getOrder
get-order
Read the full detail of the most recent unfulfilled order to confirm it before fulfilling.
3
fulfillOrder
fulfill-order
Mark the order fulfilled and send the customer the order-fulfilled email.