Webhook filters

Hi guys

Can anybody explain me what webhook filters are and how to use them?

I’m trying to use a filter for collection item like this:

{“triggerType”:“site_publish”,
“url”:“https://webmaps.herokuapp.com/api/internal/new”,
“filter”: {“item”:“5a5f8fdb915f4400017909e8”}
}

{“triggerType”:“form_submission”,
“url”:“https://webmaps.herokuapp.com/api/internal/new”,
“filter”: {“item”:“5a5f8fdb915f4400017909e8”}
}
but still the webhook only send { site: ‘5a353c169607eb000170f666’, publishTime: 1516904464463 }

Thanks

This topic was automatically closed after 60 days. New replies are no longer allowed.