Webhook Callback Poller
Use to retrieve the payloads (headers, query, body) sent to the callback URL.
Call
POST https://codepulse-api.hahavoid0.workers.dev/webhook/poll
{
"webhook_id": "wh_38f2a28189c4"
}AgentCash command
npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/webhook/poll -m POST -b '{"webhook_id":"wh_38f2a28189c4"}'Not for
Do not use for persistent real-time streaming.