POST /api/user/import not triggering webhook `user.bulk.create'
-
Hi,
We are importing users via POST /api/user/import
We were expecting a webhook to be triggered (user.bulk.create). It is not being called.
It has been setup in the Settings, and Application->WebHooks
If we test the webhook from the UI, it works, and calls our service.
What should I check next?
Thanks

-
@chad-hurd That is interesting. I will check this out over the next day or two and see if there is anything I can learn. Has anyone else had experience with this?
-
@mark-robustelli Figured it out, it was the application setup.
-
@chad-hurd Awesome that you got if figured out. Do you mind sharing what, specifically, was wrong with the setup? It may help others down the road.