I have problem with webhooks

I use ghost.org and Integrations → Custom Integration → Webhook → Subscriber added. I except JSON like {"subscribers": [{"email": "...", "status": ...}]}, but ghost.org send me empty json object: {}

POST / HTTP/1.1
Host: my.webhook.host
Accept-Encoding: gzip, deflate
Content-Length: 2
Content-Type: application/json
User-Agent: Ghost/2.15.0+moya (https://github.com/TryGhost/Ghost)
X-Forwarded-For: 188.166.122.85

{}
1 Like

Wuhhhoh you found a bug!!

It’s been fixed on the latest master (Fixed webhook payload · TryGhost/Ghost@3459f38 · GitHub) and will be released tomorrow :partying_face:

In future, as a Ghost(Pro) user, you can email us directly for support :relaxed:

I’m having the same problem!

I’m using the free trial to test some features, is there any way I can update my ghost version (2.15.0) to the recent one on the admin?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.