This is the error I get: The operation failed with an error. [400] : Bad request start Invalid date - expected ISO 8601 format (yyyy-MM-dd’T’HH:mm:ss’Z’)
I thought the date would already be passed in ISO 8601 format but I get the same error when I just use “now.” I have verified the connection to Help Scout but I can’t get any further with the API request.
Can you pass me the API document for the endpoint that you are trying to integrate? Since, none of this works, I wanted to check the document and see if something is amiss.
To verify whether your current start and end date format is working or not, try setting the dates manually, for eg, if the format is correct just input start and end date and see if that works.
So, Just put start and end date as 2023-04-21T12:00:00Z and 2023-05-21T12:00:00Z respectively and see if that yields results, this way we can review what’s wrong with our current Make formatting.