Bad parameter - message ID

please help with my problem. i have this issue in email tools to reply and delete and also updating a google contact.

error: Bad request - please check your parameters

prompt to chatbot: reply to elast email from (email address)

there is always an issue with message id not being identified or passed on correctly. I am calling a sub agent which hanles emails to my main workflow

Yes, it’s most likely to be a small error of how the data flow is passed through nodes. Check every node to see if there is an expression parameter that returns ‘[undefined]’ through both your workflows.

Can’t be sure without seeing the workflow though.

//Select all nodes in your workflow and copy them simply using 
//Ctrl-C and paste it here in a preformatted text

You’re right—it might be a data flow issue between nodes. I’ll go through each node in the sub-agent and main workflow to check for [undefined] expressions.
Would it help if I share the relevant emailAgent and contactAgent workflows (triggered via Execute Workflow in the main assistant)? Sorry for my late reply but I appreciate the help.

Adding your code like this can cause serious security concerns since your credentials are visible. Please use Preformatted Text to add your workflow.

image

thank you for the tip. i have now deleted it. i’m not sure how to use the preformatted text.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.