Overview
With this integration, you can:- Look up order information in real time, such as status, shipping date, or product details.
- Automate responses to common order inquiries without human intervention.
- Leverage Google Sheets to store and organize data for seamless integration with Phonely.
Setup
1. Set a Trigger in the Workflow- Navigate to Agent Design and select the Workflows tab.
- Create a new Start Flow Block and configure it to trigger when a customer asks about their order.
- For example, the workflow could activate when the customer mentions “order status” or similar phrases.
- Use a Question Block to ask the customer for their order number.
- Save the response as a variable (e.g.,
order_number
).- You can use alternative blocks like Multi-Ask or Prompt blocks, but in this example, we’re using a Question Block for simplicity.
- Integrate your Google Sheet with Phonely by selecting the Google Sheets Integration option in the Workflow menu.
- Use the Search a Row function to:
- Retrieve data from a specific column in the spreadsheet (e.g., match the
order_number
variable). - Search across all rows and columns to find relevant information.
- Retrieve data from a specific column in the spreadsheet (e.g., match the
- Sync the spreadsheet by selecting the file and tab you want to use. If needed, click Reconnect to refresh the connection.
- Add a Prompt Block to inform the customer of their order details.
- Use variables pulled from Google Sheets, such as:
- Order Status: “Your order is currently [shipped, processing, etc.].”
- Shipping Date: “It is scheduled to ship on [date].”
- Product Name or ID: Include additional details if necessary.
- Include as many details as needed, such as product descriptions, estimated delivery dates, or tracking links.
- Ensure all information dynamically updates in real time, thanks to the synced Google Sheet.
Example Use Case
A customer calls to check the status of their order:- The AI prompts the customer for their order number.
- Using the Google Sheets integration, Phonely retrieves the order status, shipping date, and other relevant information.
- The AI informs the customer:
- “Your order is currently shipped. It was dispatched on January 10th and is expected to arrive by January 15th.”
Pro Tips
- Automate Updates: Use tools like Zapier to automatically update your Google Sheets with new order data from your CRM or shipping provider.
- Include Multiple Variables: Add as much relevant data as possible (e.g., product details, tracking numbers) for a more comprehensive response.
- Optimize Workflow Logic: Use filters to ensure accurate matches between customer input and your data.