ruben.romero
ruben.romero5mo ago

ruben.romero - Hi! I’m getting an “400 invalid ...

Hi! I’m getting an “400 invalid schema for function” error in my open AI assistant node, i’m trying to make my assistant capable of sending emails using sendgrid dynamic email node, the error says that “toAddress” is missing in context which is not true because is a fixed value and sendgrid node works just fine when i test it alone, how can i fix this pleaseee help, thank you
No description
6 Replies
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @ruben.romero, could you please share your workflow copy via in-app support? https://docs.buildship.com/support-messages.
ruben.romero
ruben.romero5mo ago
Hi, thank you so much for your answer, i had to move on and create a normal api call to trigger the email, but you can reproduce the issue from scratch smply by adding an open ai assistant with a sendgrid dynamic email node. Also i was able to find the twilio webhook message parser fails when a user sends pictures via whatsapp because of a bad syntaxis in the node’s code
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @ruben.romero, thanks, could you please submit a support request for the Twilio webhook message parser node with the error screenshot, highlighting the bad syntax, it will help us to debug and resolve faster. https://docs.buildship.com/support-messages
Support Messages – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
ruben.romero
ruben.romero5mo ago
Hi @Gaurav Chadha !, i already sent a support request pointing the error and how to solve it, and also pointing the sendgrid dynamic email node error when is attached to an open ai assistant as function
ConfusedCurmudgeon
I'm seeing this and sent in a support request. I forgot to mention that I attempted to test the individual node and not the entire workflow itself.
Testing the workflow sent the email using the Send Static email SendGrid node. To follow-up on the null "to address", when testing the node by itself, ensure all items are passed to the Test node. In this case, the "to address" was not pushed, but all other items were.
Gaurav Chadha
Gaurav Chadha4mo ago
Hi Joseph, thank you for acknowledging the solution email, marking this as resolved. We'll check on why it was not pushed the array value at first.