EN |
ESWebpush notifications in WordPress
Installation time below 10 minutes.
[No technical knowledge required]
You can install our free plugin by accessing your WordPress administration panel.
(If you prefer to install it manually, press here).
Important: if you are a customer enterprise is not necessary that you create an account.
If you already have it created , you only need to log in, entering the email with which you created your account indigitall.
To confirm that everything has gone correctly, follow these steps:
Access your website and see if the Show notifications box is displayed. Click Allow to accept them.
Open the developer console (F12 key) and go to the Console tab, you should see something like this:
[IND]Client: Method: PUT
URL: https://device-api.indigitall.com/v1/device?appKey=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&deviceId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Request Body: {
[...]
"pushToken": "https://fcm.googleapis.com/fcm/send/xxxx",
"browserPublicKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"browserPrivateKey": "xxxxxxxxxxxx"
}
Response Code: 200
Response Message: OK
Response Body: {
"deviceId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"enabled": true,
"platform": "webpush"
}
Notice that Response Code has the value 200.
If everything is correct, congratulations, you can start sending notifications!
If you have had problems, please contact us here.
Note: if you prefer to download and install the plugin manually, you can do it from here:
Important: some WordPress optimization plugins as Autoptimize block our plugin execution.
If you have this problem, add the folder "wp-content/plugins/indigitall-web-push-notifications" to your exception list.
User guide: create campaigns, edit and more
Standard Web Integration Guide