Is it possible to filter a webhook by a custom type?
Also, is it possible to pass along the id/uid of the element that triggered the webhook in the first place?
I understand you can utilise date and time based predicates to obtain the last edited document at the time the hook was triggered. I guess I could do this, but then I would need to filter based on a custom type to see if a specific type of content was published. Seems like a long way around, so looking for a more direct path if there is one!
And is anyone using webhooks to trigger push notifications?
e.g. using a push notification custom type for the content, then triggering a hook upon publish or release, which would communicate with a push notification api.
Thanks!