Cyber | Senpai - Hi why I cannot send a success...

Hi why I cannot send a successful request when I test the api?
No description
3 Replies
Sebastian AE
Sebastian AE2w ago
What Node are you using? From the screenshot, I can only see you also need to pass "gender" and you are not doing it in your test
Cyber | Senpai
thanks I was able to fix the issue. Is there a way that I can search the email store in the mongoDB? if it is stored can it be handled by the branch node or is there any other way? For example after sending the request I first want to search the email in db if it exists it doesn't create the account.
Gaurav Chadha
Gaurav Chadha2w ago
Hi @Cyber | Senpai, you can do a Full Text, or semantic search using the existing mongodb nodes and then use the branch node to check if the email exist then process to next step. You can refer to this documentation - https://docs.buildship.com/tutorials/mongodb-search
MongoDB Search Integration – BuildShip
The MongoDB Search Integration in BuildShip allows users to leverage MongoDB for their searching and indexing needs.