# Event Interest Added

**Introduction**

The "Event Interest Added" trigger activates when a user expresses interest in a scheduled event in a Discord guild, such as by RSVPing. This trigger enables FlexyBot to respond dynamically to users showing interest in events.

**Configuration**

This trigger does not require any specific configuration parameters, simplifying its implementation for event-related automations.

**Variables**

* **Event:** The event object for which a user has shown interest. It provides detailed information about the event itself.
* **User:** The user who has shown interest in the event. This variable contains details about the user, allowing for personalized follow-up actions.

**Usage**

Utilize this trigger to automate tasks like sending personalized reminders to interested users, generating engagement by thanking users for showing interest, or creating targeted notifications for updates about the event.


---

# 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.flexy.bot/modules/discord/triggers/event-interest-added.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.
