# SAC 360º Automation - Lead Tag Check with 'Invert Condition'

## Creating the 360º customer service automation

The main objective is to run only for leads that do not have the tag '*💱 Active Customer*', that is, for customers who are not yet active.

To illustrate how to perform this check, an automation was created with the following structure:

* Trigger: "The lead sends a message containing 'coupon'";
* Condition: "Does the lead have a tag? Yes, but including '*💱 Active Customer*'" with the "Invert Condition" option enabled;
* Action: "Change automation flows", or any other desired action.

By inverting the condition, we can read it as follows, negating its logical value (true or false): "\[It is not the case that] Does the lead have a tag? Yes, but including '*💱 Active Customer*'"; so, it is required that the lead must not have that specific tag to pass the condition.

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


---

# 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.sprinthub.com/en/topics/general/sac-360/sac-360o-automations/sac-360o-automation-lead-tag-verification-with-invert-condition.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.
