Documentation Index
Fetch the complete documentation index at: https://reportana.dev/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Thefind_order_by_number function is used to search for orders based on the order number provided by the customer. It is useful for retrieving order data within chatbot automations, for example, allowing you to display information about a specific order. Please note that the system will only retrieve the order associated with the provided order number.
Note: The find_order_by_number function works exclusively through Automations, Campaigns, and Advanced Campaigns.
Example of Use
Example of how to use thefind_order_by_number function:
Output Example of the Code

find_order_by_number function to search for an order based on the number provided by the customer, which is stored in the number variable, returning the order information.