Attio - Notion Call intelligence automation sync

:bullseye: What is your goal?

Goal here is to link Attio Call recordings into Notion database
using Make.com or other middleware platform to make this integration working seamlessly

:thinking: What is the problem & what have you tried?

API issues using Make.com Looking for someone to work with (willing to pay here)

:clipboard: Error messages or input/output bundles

API issues - From Attio, need to create a new Object and map it to Call Records

:link: Create public scenario page

1 Like

Hello,

Welcome to the Community!

First of all, in your Attio module you are calling the /v2/notes endpoint which β€œLists notes for all records or for a specific record.” This endpoint won’t return any call records. So you have to use other API method.

Next, according to the API docs, the endpoint designed to return call recordings (Get call recording) will return a record URL which leads to the Attio web application.

Source

I don’t have any test account in Attio to verify this, but if the recording is not directly accessible, it could be impossible to download it to Notion using API-only methods.

Lastly, there is a β€œGet call transcript” (documentation) endpoint which allows you to download call transcripts. This should be pretty easy to integrate with Notion. The tricky part is handling pagination.

Please let me know if that helps!

PS.

You can DM me or post your offering in Hire Help section:

Hey @mszymkowiak thanks! we are still figuring out if we will push this workflow automation. I’ll play around with your hints and contact you soon if this will go forward

1 Like