Goal here is to link Attio Call recordings into Notion database
using Make.com or other middleware platform to make this integration working seamlessly
What is the problem & what have you tried?
API issues using Make.com Looking for someone to work with (willing to pay here)
Error messages or input/output bundles
API issues - From Attio, need to create a new Object and map it to Call Records
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.
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