I need some assistance with learning about webhooks.
Is it possible to have a rule based on a custom field change send a webhook to an endpoint?
I need some assistance with learning about webhooks.
Is it possible to have a rule based on a custom field change send a webhook to an endpoint?
You can read more about our webhooks here in our webhooks documentation.
I think the particular part of that guide that is relevant to you is the Filtering section.
Here’s our sample webhook app if you would like to start some where.
Based on my understanding of your question, there is no way to register to receive webhook events on a particular custom field change. You can however filter events related to custom field changes and then do the filtering on your side for the particular custom field event that you are interested in.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.