Some background:
I have got everything set up to use REST Hooks except the last part.
I have the subscription and delete subscription API endpoints set up and working.
I receive the hookUrl parameter upon subscription.
If I post to hookUrl without any data I get an action triggered (though with blank data, so no use there).
The problem:
If I post to hookUrl with data in the body of the request, the response still says OK but no action is triggered. There must some error going on but I’m not being told about it.
Can someone give me insight into exactly what my POST data should look like? The documentation doesn’t quite say it. It says an array, but I am providing an array in “body”, just like the array I was using previously for “polling” mode but still getting this silent error.