Post data to external url

I believe the issue is somewhere in your GetPostData.php file, try to use Postman or something else to check your php service.
To make sure that BusinessLogic sends a valid request you can create another APIService with logging and call it in your EventHandler

Regards, Vlad

@vladimir-upirov
yes your are right, there was a issue in GetPostData.php file. now i am getting data.
just one question,
Can you please let me know any way, to get data of newly created user from the Data Browser in my website as i am getting from event handler?

Thanks

Actually, it’s not possible, because if you modify it manually using Data Browser your Business Logic will not be executed, instead you have to use API or REST Console which uses REST API

1 Like

ok
Thanks