Get events with webhooks

Have a cool API tip to shareHi

I created webhooks for projects. Everything works fine, I receive these events:

{“events”:[{“resource”:,“user”:,“type”:“task”,“action”:“changed”,“created_at”:“2017-04-09T13:03:45.681Z”,“parent”:null},{“resource”:,“user”:,“type”:“task”,“action”:“changed”,“created_at”:“2017-04-09T13:03:45.794Z”,“parent”:null},{“resource”:,“user”:,“type”:“story”,“action”:“added”,“created_at”:“2017-04-09T13:03:45.685Z”,“parent”:**************}]}

Then I created webhooks for projects in the other account to the same URL. And I received:

{“events”:}

What did I do wrong?

1 Like

When you first setup webhooks you get an empty event. Have you made a change after setting up the new webhooks?