im using a scheduled trigger node to trigger an AI agent which simply has to send the daily events from google calendar. When I test the workflow it works perfectly however when activated and schedules to run everyday at 7am I get this error:
“Bad request - please check your parameters
We could not parse the JSON body of your request. (HINT: This likely means you aren’t using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please contact us through our help center at help.openai.com.)”
When I use google chat model I get “Bad request - please check your parameters” as well.
when I check the executions tab and debug in editor with no changes run it again it works perfectly. Any assistance why this happens would be great.