This is an extension for the Sendy platform which allows the user to track their mailing activity using webhooks through pepipost as Email service. 📧
This is an extension for the Sendy platform which allows the user to track mailing reports using webhooks through Pepipost emailing services.
We are trying to make our libraries community-driven and we need your help in building the right things the right way you. Your opinion is very much valued so please share comments, create issues and pull requests.
The installation of the Sendy webhooks requires the exact same steps on both Linux and Windows OS.
$ php -v
$ cd /var/www/html
$ git clone https://github.com/pepipost/pepipost_webhook.git webhooks
$ cd /webhooks/includes/
$ vim config.php
include_once(dirname(FILE)."/../../includes/config.php");
The directory mentioned in the above code should point to your sendy installation config file
For example: {your-sendy-installation-path}/includes/config.php
Go to your Pepipost account dashboard by logging into
app.pepipost.com
Go to your Pepipost webhooks panel at link
https://app.pepipost.com/app/settings/webhooks
Under the global API, tab paste your URL that should point to pepipost.php inside the webhooks folder and verify
Your webhook URL should look something like this
{your-sendy-installation-path}/webhooks/pepipost.php
Click on verify if you want to check if the webhook integration is working properly
After verification click on “Add Webhook” button.
Please click here for more information about Pepipost webhooks.
With these steps completed, you are now free to use Pepipost webhooks with Sendy to track the email status.
Pepipost webhooks is a PHP extension for Sendy, that allows users with Sendy installation integrated with Pepiopst mailing service to be able to track email status through Sendy user panel.
GNU General Public License v2.0
This application uses an Open Source code. You can find the source code of their open-source projects along with license information below. Please refer the provided links for sources.
Credits to: BlaineMoore
Github link: https://github.com/BlaineMoore/sendy-webhooks
License: GNU General Public License v2.0
Credits to: itabrezshaikh
Github link: https://github.com/BlaineMoore/sendy-webhooks/pull/10
License: GNU General Public License v2.0