This is Mautic Webhook to unsubscribe leads from inside campaign given some action of interest. So you basically pass two parameters from url: email and mobile Given this to the webhook URL it will unsubscribe leads from Mautic. DNC.
its tested with Mautic 2.15.3
* 'database_name' => 'mautic', //Your database name
* 'server' => 'cloud.a-leaders.com', //Your database host
* 'username' => 'r1', //Username
* 'password' => '***************' //Password
if you dont know your database credentials look inside mautic install file named local.php inside /app/config
* https://yourmauticinstall.com/webhook/index.php?mobile=xxxx&[email protected]