I just got my account yesterday and I am freshly new to n8n. I am used to Make.com but due to their pricing and reactivity since Integromat died, I had to come here.
I would love to know if anyone has any ideas around the following setup:
We are using Monday.com and Aircall
I need to create a bot that is capable of searching the lead in our CRM by the phone number ( which we get with a call.created or call.ended / call.hungup ). We have phone number columns on every single board on our CRM. Also, they are e164 format.
So, I need two things:
-A way to parse to e164.
-A way to search by column and not by ID.
Any ideas? I am still trying to read everything and watch videos but I have to change our system until the end of this month…
Thank you all !
In theory that will search a specified column for a value, The only tricky bit from there would be are you storing the 164 number or a different format?
And then with the column ID it is going to find it?
But what if I have a lot of boards with different IDs for the Telephone column? Do I need to do it board by board?
Yeah if you have multiple boards you would need to have multiple nodes to cover each one, I am not sure if the Monday.com api has a generic option to make it easier. What did the same process look like in Make? It could be that the HTTP Request node has to be used with the API “manually” to work it out.
However, how can I proceed from here. I am honestly so not used to this. Where do I put the column, how do I treat the Get data… Sorry for all of this, I am really lost and n8n is so different from everything I’ve ever used.
No I have another question (sorry, you’ll get tired of me in the end).
I have a column where I need the bot to get the value and add +1 everytime. (n+1)
Is there a specific formula for such a simple operation? Like a parse(columnID)+1 ?
And the very last question that I have:
How do I search by the telephone? Should I wait for the webhook to activate or should I get something specific from Aircall’s API in order to get the phone number?
I guess that depends on how Aircall works, From your original post it sounds like Aircall might support webhooks on call events so I would start with a webhook node which will trigger the event and in Aircall tell it to use the URL for your n8n webhook and that should deliver the number.