You
7:21 AM
A
message
send
Completed
Question for Krill about Trello webhook issue:
Current situation:
Webhook server running on localhost:3003 âś“
Ngrok tunnel forwarding to localhost:3003 âś“
Webhook registered with Trello successfully âś“
But ZERO webhook events received from Trello when Austin moved card to "Ideas" âś—
What's happening:
Austin moved a card to the "Ideas" list in Trello. The webhook server logs show it started up and is listening, but NO POST requests from Trello are being received.
Possible causes Krill should investigate:
Trello webhook not configured to send events to https://fakeurl-fakeurl-fakeurl.ngrok-free.dev/webhook/trello?
Trello webhook is configured but disabled/inactive?
Events being blocked or filtered before reaching the webhook?
Webhook registration succeeded but Trello rejected it silently?
Ngrok tunnel not actually forwarding traffic to webhook endpoint?
Question:
What's preventing Trello from sending webhook events to the registered webhook URL? The webhook server is running and healthy, but receiving zero Trello POST requests.
Files that might help:
Webhook server: /home/yucky/.openclaw/workspace/crm/scripts/webhook-server.js
Webhook debug log: /home/yucky/.openclaw/workspace/crm/scripts/webhook-debug.log
Webhook registration: /home/yucky/.openclaw/workspace/crm/scripts/register-webhook.js
Agent configs in Idea Pipeline workspace (all have same webhook issue)