# Human Escalation Workflows

### How can I run a workflow after a human escalation in Intercom?

To run a workflow after a human escalation in Intercom:

1. Create a new workflow by going to ‘**+ New workflow**’ > ‘**Start from scratch**’ > ‘**Customer sends any message**’

<figure><img src="/files/0Xzib25ZvhHVmYdi8DRL" alt="" width="563"><figcaption></figcaption></figure>

2. Set the  Trigger rule to ‘**Leads and Users**’ and any relevant channels for your business

<figure><img src="/files/XEjlU6haGjlYrZcTsBx5" alt="" width="563"><figcaption></figcaption></figure>

3. Create two paths:

**Path 1: Wait and Check**

1. Set a **Wait** action for 3 minute
2. Create a **Branches** action with the following conditions:
   1. IF: Conversation tag is `AI human handover`&#x20;
   2. AND conversation state = "*is not closed*"
   3. AND (Optional) Team assigned is not your human agent's team&#x20;
   4. ELSE: End the workflow

<figure><img src="/files/QUcoXOVxYnFaIVBwY9aW" alt="" width="496"><figcaption></figcaption></figure>

**Path 2: Assign to Team**

Assign the conversation to your human team

4. Finally, set the new workflow live and your escalation will automatically take place.


---

# 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://support.myaskai.com/features/channels/intercom/human-escalation-workflows.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.
