> For the complete documentation index, see [llms.txt](https://docs.slapfive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slapfive.com/integrations/gradual/configure-trigger-events-in-gradual.md).

# Configure Trigger Events in Gradual

With SlapFive, you can create automated worfklows that are triggered from events that happen in your Gradual community. Here are some examples:

<table><thead><tr><th width="498">Example Workflow</th><th>Trigger</th></tr></thead><tbody><tr><td>When a new Gradual user is added, create or update their Member record in SlapFive.</td><td>New User is Created</td></tr><tr><td>When a new Gradual user registers and completes their profile, add/update their Member record in SlapFive with the responses they gave to the profile questions.</td><td>User Completes Onboarding</td></tr><tr><td>When a Gradual user attends an event, add an Activity record for their Member record in SlapFive.</td><td>User Attends an Event</td></tr><tr><td>When a Gradual user joins a club that represents a cohort like a user group or CAB, update their Member record in SlapFive.</td><td>User Joined a Club</td></tr></tbody></table>

### Design your workflow

1. Work with your SlapFive Coach to define the trigger and the actions in your desired workflow, as well as the data that should be provided at each step.
2. Your SlapFive Coach will begin to define the workflow in SlapFive and provide you with the Webhook Address.

### Configure your Webhook in Gradual

1. In your Gradual Community Dashboard, go to **Integrations**, and locate the **Outbound Webhooks** box.&#x20;
   1. If this is the first time you've used Outbound Webhooks, click the green **Setup** button in the lower left corner of the box.
   2. If you've set up an Outbound Webhook before, click the **...** menu in the lower right corner of that box, select **Configure**. and then click the **+ Add a Webhook** button.
2. Fill out these fields, and click **Submit**.
   * [ ] **Trigger:** Select the desired Trigger event from the dropdown.
   * [ ] **URL:** Paste the Webhook Address provided to you by your SlapFive Coach.


---

# 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:

```
GET https://docs.slapfive.com/integrations/gradual/configure-trigger-events-in-gradual.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.
