![]() |
Sergey Kornilov admin 2/20/2023 |
You need to provide more info, it is not very descriptive. |
J
|
John 2/20/2023 |
Driss: You might want to consider this basic info on webhooks.. |
![]() |
DRISS author 2/21/2023 |
Hi , |
I
|
IKA9 2/22/2023 |
salam All , webhook is good for automation , since ur issue is just inform supplier with issue on product u can just add email script on event send email if condition is met . |
![]() |
fhumanes 2/22/2023 |
Hello, |
G
|
guimafx 2/25/2023 |
What you mean, send to another endpoint ? $myInfo['script'] = $_SERVER['SCRIPT_FILENAME']; $content = serialize($myInfo); $curl = curl_init($url); $resposta = curl_exec($curl); $status = curl_getinfo($curl, CURLINFO_HTTP_CODE); if ( $status != 200 ) { die("Was not possible to send ""); curl_close($curl); } $this->SendInfoToAnotherPlace($pageObject); |
![]() |
DRISS author 2/25/2023 |
thanks for your help |