# Radiate B2B - Clay Integration

We use [Clay](https://clay.com/)’s webhooks to integrate the two platforms. Here are the steps to integrate the two platforms.

1. Log in to Clay
2. Click New and select Workbook (on the right hand side of the screen)
3. Click more sources
4. Select Monitor webhook

This will create a workbook that will look like this:

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

5. Click on the column header “Webhook”
6. Click monitor
7. Select Sources and choose Pull in Data from a Webhook. This will show you the Webhook URL.
8. Log in to [Radiate B2B](https://radiateb2b.com/)
9. Click the 3 dots (top right) and select Integrations
10. Click Connect under the Clay logo
11. Inside Clay, copy the Webhook URL and paste into the relevant Webhook URL text box.
12. In Clay, click Add auth token and copy this value into the relevant Authentication text box
13. In Clay, select Send response as: JSON

Once data has started to populate the table, you can then add columns to your Clay workbook.

14. Click on the webhook column in the first row of data imported into Clay. This wil show all the cells available. See screenshot below.

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

You can add each of those cells as columns in your table by clicking Add as column.


---

# 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://radiate-b2b.gitbook.io/docs/integrations/radiate-b2b-clay-integration.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.
