In my case it would allow us to connect Front to Notion since Notion has all the info on our contacts and deals but since it’s a messaging tool many integrations that they don’t have available could be interesting
Any resources to support this?
Unfortunately I don’t have the capacity to do it myself
I’ve created an n8n node for FrontApp using Gemini and ChatGPT (I had them check eachother’s work back and forth couple of times). You can try to do the same. I would share the code it produced but it is longer than what I’m allowed to paste here unfortunately. The code I asked AI to write covers:
Comments:
• Create, get, update, list conversation comments, and list comment mentions are implemented.
Conversations:
• Get, list (with optional filtering via a JSON string), create discussion (by posting with type “discussion”), update (by passing a JSON object), add/remove followers, add/remove links, list messages, and list events are added.