Clay Icon

Is there a notion integration on the roadmap?

ยท
ยท

Is there a notion integration on the roadmap?

  • Avatar of Bo (.
    Bo (.
    ยท
    ยท

    Great question - What would you like to do with Notion? I would gladly take this to our product team so they can see if that fits on the roadmap! :)

  • Avatar of Mathew I.
    Mathew I.
    ยท
    ยท

    I manage my deal pipeline / interaction notes in Notion. I want to create pages in my Notion tables for specific companies based on certain triggers. I.e. company replies --> Clay Webhook --> creates deal page in Notion w/ company data

  • Avatar of Bo (.
    Bo (.
    ยท
    ยท

    That could be done via the Webhook and the HTTP API. For example Notion has a REST API that supports this use case. You can use the API to create pages programmatically in your Notion databases/tables. Here's how it would work: 1. You'd need to:Set up a Notion integration and get an API keyShare your database with the integrationGet your database ID 2. The API endpoint you'd use is: POST https://api.notion.com/v1/pages 3. For your webhook flow: You would create a new table > select webhook > copy paste the URL into your notion webhook sender. Here's a basic example of how the API call would look: method: 'POST', headers: { '*Authorization*': 'Bearer ' + NOTION_API_KEY, '*Content-Type*': 'application/json', '*Notion-Version*': '2022-06-28' }, body: { "parent": { "database_id": "YOUR_DATABASE_ID" }, "properties": { "Company": { "title": [{ "text": { "content": companyName } }] }, "Status": { "select": { "name": "New Lead" } }, // Other properties from Clay data... } }

  • Avatar of Mathew I.
    Mathew I.
    ยท
    ยท

    Yes -- was just curious if you guys were building an pre-built integration before I built out my own API requests. All good -- thank you

  • Avatar of Bo (.
    Bo (.
    ยท
    ยท

    Perfect - Anything else we can do for you?

  • Avatar of Mathew I.
    Mathew I.
    ยท
    ยท

    Nope -- thanks

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    Hi Mathew I.! This thread was recently closed by our Support team. If you have a moment, please share your feedback: