VSF - Magento2 : Event observer for the place order
I want to call a 3rd party API that triggers SMS notifications after a customer places an order. Which is the best event I can choose? I have tried checkout_submit_all_after, checkout_onepage_controller_success_action, and sales_order_place_after. None of these events have fired.
1 Reply
Any update on this?