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

<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).

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>
