You should check your production.log. AFAIK there are 5 retries if the request of the webhook fails, maybe your webhook is not reachable or something.
zammad> cd /opt/zammad
zammad> tail -f log/production.log | grep ERROR -A5
Maybe try to watch the ticket creation and check if there is anything going on.