Read operation in Zapier
Is there an upsert like operation but using Zapier.
I'm using Zapier for automation
and have connected ManyChat with Twenty
I want to perform a read operation and see If a customer already exists
and then either create or ignore/update no-op
Note: I don't have the twentyCRM id stored in the manyChat
Please advice

6 Replies
There's only option for create, update and delete
I could try with the API, but would be good If I could do with Zapier direclty
There is no upsert operation in Twenty's Zapier integration nor directly in Twenty API
Ok, why is there no read operation in Zapier though ?
I just had a look into the API, based on my requiement,
It does feel like the API can help, however one thing that is bothering me is that all the path parameter for get operation are id of the row and required.
Is it possible to enable other parameters and query using them. They would have unqiue enabled
That's a good question 🤔 Probably because Zapier integration is not actively developed, only maintained, and no one earlier reported such issue
No unless you fork and extend it by yourself, the workaround for it would be using GET /endpoint with some filters
AH okay
Hey, no indeed there is currently no search action in zapier integration. What you can use a zapier http or code step to request the twenty api and get the record you need. Maybe you may also give a try to twenty workflows. Feel free to create an issue about the search action. Not sure we will prioritize it soon but external contributors may be interested