We have EspoCrm v6.1.7. All is working well, but we are experiencing an issue with webhooks.
Summary:
* We have configured a webhook based on "Checklist" type field update
* Webhook name is e.g. Chat.fieldUpdate.tags
* Tags options in the checklist are e.g. Lead, Query (unanswered), Query (answered), Incomplete, etc.
The issue is:
When we uncheck an already checked tag option, for example "Lead" and check another tag option such as "Query (unanswered)", no webhook is triggered. We have even checked the webhook_event_queue_item table, but no record is being inserted when checking the tag option "Query (unanswered)". But when we check another tag option, for example "Incomplete", it is being triggered normally.
Summary:
* We have configured a webhook based on "Checklist" type field update
* Webhook name is e.g. Chat.fieldUpdate.tags
* Tags options in the checklist are e.g. Lead, Query (unanswered), Query (answered), Incomplete, etc.
The issue is:
When we uncheck an already checked tag option, for example "Lead" and check another tag option such as "Query (unanswered)", no webhook is triggered. We have even checked the webhook_event_queue_item table, but no record is being inserted when checking the tag option "Query (unanswered)". But when we check another tag option, for example "Incomplete", it is being triggered normally.
Comment