Discussions

Ask a Question

Add Subscribers and get ID Subscribers

Hi, I need to each subscription get the ID for this subscription. My sending push will be by subscription. however I can not write the subscriber and catch the id to save, how to proceed?

Customizing PushCrew popup design with HTML/CSS?

Is it possible? I added some CSS to my page that seems to change some of the design, but it seems like most of the CSS is inline and cannot be overriden. I can't find anything about that in the docs. Can it be done?

Location of notofication

I need to know how i can to set location of notification? I need that it will be top-middle/ With cod like: <script type="text/javascript"> (function(p,u,s,h){ p._pcq=p._pcq||[]; p._pcq.push(['_currentTime',Date.now()]); s=u.createElement('script'); s.type='text/javascript'; s.async=true; s.src='https://cdn.pushcrew.com/js/e4eb09399a4d14f21e3142f0724e1ee9.js'; h=u.getElementsByTagName('script')[0]; h.parentNode.insertBefore(s,h); })(window,document); </script> I get it but i cant't to change content With PHP API i can to change content but location is buttom right! How i can to change location?

Add user in Segment REST API popup variable name not found error

The call we are making is: URL: https://pushcrew.com/api/v1/segments/117364/subscribers Header: Authorization : key=[MyKey] Body: { "subscriber_list":[ "46dadda7874d7530c377f6f207bfa69e" ] } It always popup the error message: "message": "Variable named 'subscriber_list' was not found in POST data" Any idea why?

notifications from pushcrew

how does the payments owed to individuals from pushcrew work?

Firefox Push Notification on Android

Hi! I was trying to click on "See it in Action" button on Pushcrew website on Firefox Android. But it did not ask me for Push Permission. So, is Firefox on Android supported?

Images are not shown in push notifications

I'm providing url to 192x192 image on my development server via ngrok. I see image on https://pushcrew.com/admin/notifications.php page, but push notifications on client computers are shown without image. Also, there are no http requests to get image in my server logs, unless admin/notifications page was opened.

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.

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?

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