Clay Icon

Saving Raw API Responses in Table Columns with Clay-operated APIs

ยท
ยท

Hi team! I'm trying to use some of the Clay-operated APIs and I'm wondering if there's a way to save the raw API response in one of the columns in my table?

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    Yes! After running your API requests, the complete response will be contained in the HTTP column. You can easily add specific parts of the response as new columns by clicking on one of the cells and selecting "Add to column".If you only need specific fields from the API response, you can use the "Define field paths to return" option to filter and retrieve just the data you need. Sources: HTTP API - Clay University Guide: Integrate with Skrapp using HTTP API

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.

  • Avatar of sneha
    sneha
    ยท
    ยท

    I had this issue too Then I watched a tutorial!! Okay so to save the raw API response in a column, you can use the "Raw response" or "Response body" attribute in your Clay operated API, You can try this ๐Ÿ‘‡๐Ÿป 1. Go to your Clay API interface. 2. Click on the "Attributes" tab. 3. Scroll down to the "Advanced" section. 4. Enable the "Raw response" or "Response body" attribute. 5. Save your changes. After trying this, the raw API response should be saved in the designated column.