# Automations, Workflows, and Messaging Actions

Rapidbott CRM can automate repeated actions so teams spend less time doing manual follow-up work.

<figure><img src="/files/r1CqLqDIe85QKf1mohCw" alt=""><figcaption></figcaption></figure>

#### What workflows are for

Workflows allow the CRM to react when something happens, such as:

* a record is created
* a record moves to a new stage
* a date is approaching

<figure><img src="/files/dwcirCP5Jx25p47qZQED" alt=""><figcaption></figcaption></figure>

#### Common workflow actions

Depending on configuration, workflows can:

* send approved WhatsApp templates
* launch a subflow
* create a task
* add a note to a record

#### Example workflow use cases

* when a lead enters a qualified stage, assign a follow-up task
* before an appointment date, remind the team to confirm attendance
* when a support ticket reaches a high-priority stage, trigger an escalation process
* when a record changes stage, add an internal note automatically

#### WhatsApp templates and subflows

If your workspace API key is configured for these features, users may be able to:

* choose approved WhatsApp templates
* send templates from a record or contact context
* use subflows for advanced follow-up logic

These features are useful when you want CRM actions and messaging actions to stay connected.

#### Workflow best practices

* automate only repeatable processes
* keep trigger logic simple
* test one workflow before creating many
* review activity logs to confirm workflows are behaving correctly


---

# Agent Instructions: 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:

```
GET https://docs.rapidbott.com/help-center/rapidbott-crm/automations-workflows-and-messaging-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
