# SAC 360° Automation - Changing the Lead Owner when transferring

<figure><img src="/files/8e347c024723b9d54e759adbd824b80b48aaaab2" alt=""><figcaption></figcaption></figure>

### Step by Step to create the automation

**1. Access the SprintHub Platform**

First, log in to your SprintHub account and navigate to the automations section. This can be done by clicking the automations icon in the left sidebar menu.

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

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

**2. Create a New Automation**

Click the "+ New automation" button to start configuring your new automation rule.

<figure><img src="/files/9e2626747494787a553cb68c24d87e7b81532d9b" alt=""><figcaption></figcaption></figure>

**3. Set the Trigger**

Select the trigger that will start the automation. In this case, the trigger will be "The person responsible for the service is updated." This means the automation will be activated whenever the person responsible for a lead's service is changed. Leave blank if it is any user

<figure><img src="/files/51873b33068b1d3352f7059fc43c3c89e1bbb181" alt=""><figcaption></figcaption></figure>

**4. Configure the Conditions (Optional)**

Next, add conditions to specify when the automation should be executed.

* **Add Condition 1:** Check if the lead has a specific tag.
  * Set as: "Does the lead have a tag?" and select "Yes."
* **Add Condition 2:** Check if the lead is part of a specific segment.
  * Set as: "Is the lead part of a segment?" and select "Yes."

These conditions ensure that the automation will only be executed for leads that meet these specific criteria.

<figure><img src="/files/94e0896071bb137e6afb721d4cdd0a4dd864ada3" alt=""><figcaption></figcaption></figure>

**5. Check Conditions until Met**

Enable the "Check conditions until met" option if you want the system to keep checking the conditions until they are all satisfied. In this example, we will leave this option disabled.

**6. Add Action**

Now, add the action that will be performed when the conditions are met.

* **New Action:** Select "Change lead access permissions."
  * Description: Enter a clear description, such as "Change lead access permissions."

This action will change the lead's access permissions, ensuring that the new owner has the appropriate permissions to continue the service.

<figure><img src="/files/97df7506cb1fa800313c9375974483e3222c6a9b" alt=""><figcaption></figcaption></figure>

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

**7. Configure Action Repetition**

Determine whether the actions of this automation should be repeated multiple times while a service remains in one of the configured statuses. In this example, we will choose "No Repetitions."

**8. Save and Activate the Automation**

After configuring all conditions and actions, review your automation to ensure everything is correct. Then click "Save" to activate your new automation.

#### Conclusion

Creating an efficient automation in SprintHub can significantly transform customer service management in your company. By configuring an automation that changes the lead owner when transferring the service, you ensure that each lead is handled with the necessary attention and personalization. Follow the steps described above to implement this automation and observe improvements in the efficiency of your 360 Customer Service.


---

# 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-transferring-ticket/sac-360-automation-changing-the-owner-by-lead-when-transferring.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.
