Discussions
User still receive notification after they have logout from the website
We are having issue with user still receive notification after they have logout from our website. How do it unsubscribe them from Pushcrew when they have logout and subscribe them again when they login?
Posted by Allen over 1 year ago
How can I get API for my website?
I just watched a bunch of tutorials for PushCrew which no longer exists. Now I'm trying to put in a campaign and have no clue how to get the API I need. I know I need a javascript code and I have looked through plugins and nothing addresses that. They are only for Rest API and I have no idea what that is.
Posted by Susan Bowman over 2 years ago
PHP REST API parameter
Hi guys,
on creating a segment, can I pass "actions" and "locations" parameters with the PHP REST API, too?
Or can I only pass the "name" parameter?
Best regards
Matthias
Posted by Matthias over 3 years ago
Custom values in pushcrewConfig.
Hola!
I'm trying to connect pushcrew js api to our webasyst framework.
I ran into a problem when pushcrewConfig.swPath and pushcrewConfig.manifestUrl are hard coded from the root of the site. I do not have the opportunity to place the file pushcrew-sw.js in the root (the Framework does not provide such an opportunity).
In this case, when calling js api in the DOM tree, there is a link element with the attribute rel='manifest'.
How can I fully use js api, without the possibility of placing your files in the root?
The ideal solution would be to be able to fully work with js api if only account_id and api_token are present.
-- Di.
Posted by Di Elshin almost 4 years ago
I am not getting the subcription id after click on allow
I am not getting the subcription id after click on allow. Should token is compulsory for subscription id as i am on trial peroid just want to check the rest api
Posted by company tester almost 4 years ago
Help
What do I need to do to finish and turn on?
Posted by Deleted User about 4 years ago
how to use your dashboard
I want to know how to use your dashboard?
Posted by lily chang over 4 years ago
How to integrate pushcrew from scratch ?
Posted by Shaik Adil over 4 years ago
Test
Test
Posted by Neha Verma over 4 years ago
Error submitting
when trying to send as described in the documentation (https://api.pushcrew.com/docs/send-to-all-subscribers) I have been receiving the following error:
"Failed to load https://pushcrew.com/api/v1/send/all: Request header field authorization is not allowed by Access-Control-Allow-Headers in preflight response."
My code:
$ .ajax ({
url: url,
type: 'post',
async: true,
crossDomain: true,
date: {
title: content.title,
message: content.description,
url: content.url,
image_url: content.image
},
headers: {
"authorization": "mykey",
},
dataType: 'json',
done: function (data) {
console.log (data);
}
});
My AcountID: ba6c71941fa73cd13ed28807fdb7c53e
Posted by PanRotas TI almost 5 years ago