Hi,
I want to Calendly meeting information stored in Zoho CRM.
I am using Zoho Flow to integrate with Calendly & Zoho CRM.
Step 1 - Trigger from Calendly when an invitee creates new meeting
Step 2 - Create /update Contact into Zoho CRM
Step 3 - Fetch Contact from Zoho CRM
Step 4 - Create module entry - Module - Meeting
On testing all test are done, i am getting below error "Zoho CRM says "Invalid input for Start_DateTime. The expected input type is datetime.""
From and To date are in the same format as requested yyyy-MM-ddTHH:mm:ssZ
below is the test input data
{
Check-In Address : "",
Description : "Calendly Meeting ",
Send notification : "",
Repeat : "",
Latitude : "",
Related Module : "",
Participants : "",
Check-In By : "",
Check-In Time : "",
Check-In Sub-Locality : "",
Zip Code : "",
Check-In State : "",
To : "2024-02-02T07:00:00.000000Z",
Checked In Status : "",
Check-In Country : "",
Related To : "",
Reminder : "",
Check-In City : "",
Check-In Comment : "",
Title : "Meeting with Tejas new test at12:00PM - Friday, Feb 02, 2024",
Host : "",
From : "2024-02-02T06:30:00.000000Z",
Longitude : "",
Contact : "637246000000799001",
Layout : "637246000000000201",
Trigger for : "all",
Tag : "Calendly Meeting",
Module : "637246000000000065",
Location : "",
All day : ""
}