Creating a Flow for Local Delivery Follow Up

Is there a way to create a flow that triggers after a customer’s first Local Delivery order is fulfilled/delivered? Not looking to trigger after the customer’s first overall order but their first Local Delivery order specifically.

There isn’t a trigger specifically for this case but you might be able to use an Order created trigger followed by a condition that checks if any of the order.fulfillmentOrders.deliveryMethod.methodType are equal to LOCAL.

Hello, we actually did it, but when order was placed, email did not sent, we wonder if we should use our local language as used for this method or use LOCAL as default?

Try logging the order details in flow so you can see what the values are.