JungleYoung Posted January 24, 2020 Share Posted January 24, 2020 Hi guys, I try add the callback notification url via TriggerNotificationEvent event but it is doen't work. $request = [ 'notification_identifier' => 'invoice.paid', 'title' => 'Invoice Paid', 'url' => $url, 'responsetype' => 'json', ]; $response = $this->callAPI('TriggerNotificationEvent', $request); Did anyone experience the issue or may be another solution? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Staff WHMCS Peter Posted January 24, 2020 WHMCS Staff Share Posted January 24, 2020 Hi @JungleYoung, Can you provide an output of $response? You can use this for example: die(var_dump($response)); 0 Quote Link to comment Share on other sites More sharing options...
JungleYoung Posted January 29, 2020 Author Share Posted January 29, 2020 On 1/25/2020 at 2:07 AM, WHMCS Peter said: Can you provide an output of $response? { "result": "success" } 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.