> For the complete documentation index, see [llms.txt](https://helpdocumentation.gitbook.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocumentation.gitbook.io/user/automations-builder.md).

# Automations Builder

- [Trigger Workflow Via Inbound Workflow Or Send WhatsApp Messages Via Inbound Webhook Trigger](https://helpdocumentation.gitbook.io/user/automations-builder/trigger-workflow-via-inbound-workflow-or-send-whatsapp-messages-via-inbound-webhook-trigger.md)
- [How To Create Drip Campaigns ?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-create-drip-campaigns.md)
- [How To Trigger Automations Flow Or Send WhatsApp Messages From Google Sheet Particular Column Change](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-trigger-automations-flow-or-send-whatsapp-messages-from-google-sheet-particular-column-change.md)
- [How To Trigger Automations Flow Or WhatsApp Messages For All Or Selected Rows in Google Sheet ?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-trigger-automations-flow-or-whatsapp-messages-for-all-or-selected-rows-in-google-sheet.md)
- [How to Send WhatsApp Message To Customer when New Order is Received in Shopify ?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-whatsapp-message-to-customer-when-new-order-is-received-in-shopify.md)
- [How To Send Tracking link To Customers In WhatsApp And Collect Feedback For Shopify Orders ?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-tracking-link-to-customers-in-whatsapp-and-collect-feedback-for-shopify-orders.md)
- [How to Recover Abandoned Carts In Shopify By Sending WhatsApp Follow up Message ?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-recover-abandoned-carts-in-shopify-by-sending-whatsapp-follow-up-message.md)
- [Datastore](https://helpdocumentation.gitbook.io/user/automations-builder/datastore.md)
- [Creating Database in Mongo DB and Creating Datastore in Dashboard](https://helpdocumentation.gitbook.io/user/automations-builder/datastore/creating-database-in-mongo-db-and-creating-datastore-in-dashboard.md)
- [Add New Record In Data Store](https://helpdocumentation.gitbook.io/user/automations-builder/datastore/add-new-record-in-data-store.md)
- [Find Record with Record ID](https://helpdocumentation.gitbook.io/user/automations-builder/datastore/find-record-with-record-id.md)
- [Get Record with Record ID](https://helpdocumentation.gitbook.io/user/automations-builder/datastore/get-record-with-record-id.md)
- [Search Records with Record ID](https://helpdocumentation.gitbook.io/user/automations-builder/datastore/search-records-with-record-id.md)
- [Update Record with Record ID](https://helpdocumentation.gitbook.io/user/automations-builder/datastore/update-record-with-record-id.md)
- [How to Send WhatsApp Message When Someone Submits A Google Form?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-whatsapp-message-when-someone-submits-a-google-form.md)
- [How To Trigger Missed Call Webhook In Automations Builder ?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-trigger-missed-call-webhook-in-automations-builder.md)
- [How to take payment via Stripe in Automation flow ?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-take-payment-via-stripe-in-automation-flow.md)
- [How To Send WhatsApp Messages For New Leads / Inquiry On Trade India](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-whatsapp-messages-for-new-leads-inquiry-on-trade-india.md)
- [How to Send Payment Reminders Or Invoice Due Date Alerts Via WhatsApp ?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-payment-reminders-or-invoice-due-date-alerts-via-whatsapp.md)
- [How to Send Birthday And Anniversary Greetings Via WhatsApp?](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-birthday-and-anniversary-greetings-via-whatsapp.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpdocumentation.gitbook.io/user/automations-builder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
