> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowla.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows, Webhooks & Lookups

> Trigger automations, set up notifications, and find the right resources to reference.

## Workflows & webhooks

Trigger your configured Flowla automations or set up webhooks for external notifications.

<CodeGroup>
  ```text Trigger a workflow theme={null}
  Trigger the 'send welcome email' workflow for this room.
  ```

  ```text Set up a webhook theme={null}
  Set up a webhook to notify my server at https://example.com/hook whenever a room is completed.
  ```
</CodeGroup>

***

## Lookups

When an action needs a company, user, status, label, or template, you can refer to them by name — or browse what's available first.

<CodeGroup>
  ```text Templates theme={null}
  List the templates available in our org.
  ```

  ```text Room statuses theme={null}
  What room statuses do we have set up?
  ```

  ```text Users theme={null}
  Show me the users in our Flowla workspace.
  ```

  ```text Companies and labels theme={null}
  List our companies and labels.
  ```
</CodeGroup>
