Subject: Webhook Output Time in Make.com Doesn’t Match Input Time
Description:
Hello,
I’m encountering an issue where the time sent by my webhook to Make.com is being modified unexpectedly. Here are the details:
- Webhook Input:
I am sending the following payload to Make.com: {
“date”: “2025-01-27T11:00:00Z”,
“name”: “Sikario”,
“phone_number”: “0929292929”
}
The date field clearly specifies 11:00 UTC.
- Webhook Output in Make.com:
However, when I check the output from the webhook in Make.com, the time has been changed to 12:00. This discrepancy is unexpected, as I am not applying any transformation to the time in this step.
- Expected Behavior:
The time sent from the webhook (11:00 UTC) should remain unchanged in Make.com unless I explicitly apply a transformation.
This issue is causing downstream problems in my workflow, as the time being passed to subsequent steps (e.g., Google Calendar) is incorrect.
Steps I Have Taken:
• Verified that the webhook payload is correct and includes the time in UTC (11:00 UTC).
• Checked all subsequent steps in the Make.com scenario to ensure no transformation is applied.
Request for Help:
Could you please help identify why Make.com is changing the time from 11:00 to 12:00? Is there an internal setting or behavior in the Webhooks module that may cause this?
Thank you for your assistance!