Hi everyone,
I'm using Zapier MCP on Cursor, and I'm trying to create a new event. However, I'm running into a parameter issue.
The parameters are sent as:
start_dateTime
end_dateTime

But the API requires them in the following format with double underscores:
start__dateTime
end__dateTime

Has anyone encountered this issue? How can I correctly pass these parameters in Zapier MCP so that they are accepted by the API?
Thanks in advance for your help!