Hello, there
I'm creating a Webhook to PULL reports data from Clockify API.
The code is below:
{
// REQUIRED
"dateRangeStart": "2020-05-10T00:00:00.000",
"dateRangeEnd": "2020-05-16T23:59:59.000",
"summaryFilter": {
"groups": [
"USER",
"PROJECT",
"TIMEENTRY"
],
}
That's how I set up the zap:
That's the error I get:
What should I do next?
I tried this and it didn't work.
There are only 2 fields, if there were 3 I would add "summaryFilter", "groups" and "USER, PROJET, TIMEENTRY"
I don't know what I should add to each field and syntax I should use.
Documentation at: https://clockify.me/developers-api#operation--v1-workspaces--workspaceId--reports-summary-post
Thanks!