# Using the ion-webhooks Component

The `ion-webhooks` component requires you to configure 3 settings:

1. Connection
2. Webhook Receiver Name
3. Actions

## Connection

This configuration setting determines the connection that the flow will use to connect to ION. Refer to this [page](/api/api-keys.md) on how to retrieve api keys. New connections can be added and previously saved connections are available to select.&#x20;

<figure><img src="/files/2QhPicXa5s8rD070dJZ2" alt=""><figcaption></figcaption></figure>

## Webhook Receiver Name

This component will setup a webhook receiver in ION and the name is used to identify the receiver. You may provide any name but using the same name as the flow is a good practice to follow.

## Actions

You can configure the ion-webhooks component to be triggered from one or more action. An action consists of a resource (Issues, Parts, Procedures, Runs, etc) and the event type (create, update, delete).&#x20;

For example, if you want the flow to be triggered whenever a purchase order line is create or updated you would add the following actions to the configuration:

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


---

# 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://manual.firstresonance.io/workflow-builder/ion-webhooks-component/using-the-ion-webhooks-component.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.
