> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/sac-360/sac-360o-automations/sac-360o-how-to-send-a-public-calendar-link-to-the-lead-using-tokens.md).

# SAC 360º - How to send a public calendar link to the Lead using tokens

You want your lead to have access to your public calendar so they can schedule meetings with you, but you want to do this in an automated way.

For this example, we'll use a custom SAC360 automation.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FMMrx3BqMDX25h4HhrUSJ%2F2024-03-21_16h56_59.png?alt=media&amp;token=f2581d08-09fd-455b-9872-0c9f969f34aa" alt=""><figcaption><p>Do this from your platform.</p></figcaption></figure>

In the message field, click the insert token button:

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FqBjGRcZ88WkLWeqGyN6j%2F2024-03-21_16h57_11.png?alt=media&amp;token=26b0b9ce-749d-47ab-a666-f465b622d213" alt=""><figcaption><p>It is located in the right-hand corner.</p></figcaption></figure>

Search for "**Calendar"** or the name of the public calendar you want to send to the lead:

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2Fwp1M3JhhPqQ4q9x4xEL1%2F2024-03-21_16h57_32.png?alt=media&amp;token=ae245c87-8750-4b47-a30c-6253c1c46be8" alt=""><figcaption><p>All the options will be listed.</p></figcaption></figure>

Select the desired option. An optional message to be sent along with the link can also be added:

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FptAwBIiQIoG7vZU0nb13%2F2024-03-21_16h57_51.png?alt=media&amp;token=5ab039fa-2df0-49dc-84b8-472f4a15b074" alt=""><figcaption><p>The token will not be seen by the lead.</p></figcaption></figure>

{% hint style="warning" %}
Do not change the information directly inside the token if you don't know what you're doing!
{% endhint %}

Save your message and you're done! The token will be replaced by the public calendar link.


---

# 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://docs.sprinthub.com/en/topics/general/sac-360/sac-360o-automations/sac-360o-how-to-send-a-public-calendar-link-to-the-lead-using-tokens.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.
