Attendance webhook

Attendance webhook

I'm trying to trigger a webhook for a check-in/check-out event so that POST data gets sent to another app whenever a user checks in or checks out. I have created the webhook based on the Attendance form. The url is:

http://www.posttestserver.com?json=<JSON>&dir=zoho

This server captures the content of all post data for testing. Nothing is captured. Also, the "Failed' and "Successful" list is empty.

Any ideas?