Step 1: Create a Google Sheet
Create a Google Sheet containing all the information required for your reminder, such as:- Customer Name
- Phone Number
- Reminder Date & Time
- Message Details
- Any other custom fields
Step 2: Create an Apps Script
Open your Google Sheet and navigate to Extensions → Apps Script. Create a script that watches for new or updated rows and sends the row data to a Chatzy webhook once all the required fields are filled.Tip: You can use any LLM to generate an Apps Script that sends a POST request to your webhook with the required data.
Step 3: Create a Journey
Create a new Journey in Chatzy.- Set the Trigger to Inbound Webhook.
- Copy the generated webhook URL.
Step 4: Create a WhatsApp Template
Create the WhatsApp template that will be sent as the reminder message. Refer to the guide below: https://docs.chatzy.ai/message-templates/whatsapp-templatesStep 5: Add a Wait Until Action
Inside the same Journey, add a Wait Until action. Configure it as follows:- Event: Time remaining before external event
Step 6: Add a Send Message Action
After the Wait Until action, add a Send Message action. Configure the action as follows:- Select your WhatsApp Template.
- Under Existing Conversation Config, choose Make part of conversation.
- Keep Assigned to AI Agent enabled.
Step 7: Publish the Journey
Save your Journey and click Publish to make it live.Step 8: Test the Automation
Add a new row to your Google Sheet and ensure all required fields are filled. Once your Apps Script sends the webhook request:- The Journey will start automatically.
- The Wait Until action will pause the Journey until the scheduled time.
- The WhatsApp reminder will be sent automatically using your selected template.