Discussions
How to integrate pushcrew from scratch ?
Posted by Shaik Adil about 5 years ago
Test
Test
Posted by Neha Verma over 5 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 over 5 years ago
Is everything im ising going to use 4 free?
All what im ising 2 make things work
Posted by John Chang over 5 years ago
Remove subscriber from a particular segment
Can I use this to remove a subscriber from the global segment?
It doesn't appear to be working.. If not, you should really update your documentation because I've spent a couple of days building under the impression that I could add a one click opt-out to our site.
Posted by Tom Arthey over 5 years ago
test
test
Posted by varun pk over 5 years ago
How to pick up Segments that I push via Javascript?
I am pushing a segment via Javascript but it is not picking up in my account. I currently do not have any segments. Do I need to create one in order for it to pick it up? I thought maybe this is the case, BUT it looks like I MUST create a filter. Why do I need to do that if I have decided that already via my javascript code? So when I try to use the filter and I select "javascript variable", this cannot work because I do not have that option in the API code. I am using this.
_pcq.push(['addSubscriberToSegment', 'Accounting']);
No variable, just the segment itself. So how does this work?
Posted by Joseph Kiefer over 5 years ago
What do I do next?
Where do I go?
Posted by Rodney Ochimas almost 6 years ago
How to check is subscriber ID valid or Invalid?
Hi,
I am getting response "Invalid Subscriber ID" , Before sending the notification i want to check is subscriber id valid or not , How can i do that?
Posted by Chhavi Deshwal almost 6 years ago
first Pushcrew
Please comfirm Pushcrew
Posted by Tuan Nam Tang almost 6 years ago