Where do I find my Subscribers in Bigcommerce? - bigcommerce

A couple of people have subscribed to the newsletter and I cant find them anywhere.
Please help me to find my subscribers in bigcommerce.

You would find them in Email Marketing -> Export only.

Related

Can anyone explain a workflow for booking international flights via Sabre api?

I've been working on a project to book international flights where I used BargainFinderMax (soap api) for searching and revalidate itinerary for revalidating. After reading the sabre docs I found out that Create Passenger Name record api is retired. Can anyone help me to find the workflow ??
I tried alternative booking OTA_AirBookRQ, but they dont provide any PNR or ticket no in response.

Any Amazon API available to read the product user reviews and post the sellers reply by Product?

I am looking for an API that gets the Amazon product user reviews and posts the seller response by product name/Id.
For example - Google play review provides API - Ref: https://developers.google.com/android-publisher/reply-to-reviews
Before post a question here I had some below research but I didn't find the expected answer.
Is there an Amazon.com API to retrieve product reviews?
Amazon product API capabilities (user reviews)
https://rapidapi.com/
Amazon Product API
Retrieve Amazon Reviews for a particular product
https://webservices.amazon.com/paapi5/documentation/
Checked the highlighted line
good morning,
I have the same need as you. I found the same links
I chose the Product Advertising API solution:
https://webservices.amazon.com/paapi5/documentation/operations.html
but to test these api, you need to have a seller account and register for the api to get access.
the problem with this api is that it does not allow you to respond to reviews, questions and comments. it just allows you to retrieve product data.
If you find a complete solution, please share it with us.
I will continue my study and I will do the same if I find a solution.
Regards,
Lotfi.

Bigcommerce PHP API, get the email addresses of all newsletter subscriber, not using control panel

As state in the title, I want to get the email addresses from all my newsletter subscriber. Since this is just part of what I need to code up, dumping out the info into a csv file using Bigcommerce control panel is not an option.
So far, what I had figured out is getting the addresses from ALL the customers. Is there a filter I can apply so to filter the non-subscriber out of this list? Or there are other ways to approach this problem?
Thank you in advance for any helps.
At this time, it is not possible thru the Bigcommerce API. There are no fields for the customers resource to indicate if they signed up for the newsletter or not.
Furthermore, there is no API access to any of the newsletter content at all.
Please reference https://developer.bigcommerce.com/api/stores/v2/customers
If you were not aware, Bigcommerce already integrates directly (and nicely) with MailChimp. If you are set on using your own email marketing programs, simply have Bigcommerce integrate with MailChimp to port the newsletter subscribers over, and then you can look into connecting to the MailChimp API to grab the necessary data: http://apidocs.mailchimp.com

Make sent email functionality like github

i'm using Rails 3.2 and i come cross a problem to find solution like github email system.
I want to make functionality in my Rails app Forum like if there are 10 members of one forum group and if any one reply through email the reply quotes should be post on all forum groups.
For example if we are 4 persons work on a github repo. And when one email come to all persons and if anyone reply of mail using gmail reply link the email goes to all persons who are working on this repo.
some forums also use this functionality.
But i'm thinking that how control come to my app through gmail when anyone reply through gmail or anyother mailing server. i'm using gmail account currently.
Any ideas , blog posts ,refrences?
Thanks
Basically you're asking, "how can I have dynamically generated and maintained email lists?", right? This is a deep, deep problem space. I built just such a system a few years back, and it was a nightmare. Email is very complicated. Doing mailing lists right is very, very hard. You need to deal with:
Filtering out out-of-office responses
Re-writing the emails to resend them
Setting the proper mail headers
Dealing with attachments
The hundred and one types of email encoding
Outlook... oh god, Outlook
It's not an easy problem to solve. My recommendation would be to google around for a 3rd party provider with a good email list management API that you could pay to handle this for you.
Rolling your own would be a last resort...

Getting Windows 8 Contact Info Without Picker

I have reviewed the few number of windows 8 contact questions on here, as well as the MSDN Contact picker sample and couldn't find an answer to my question.
It seems like, from most answers, the only way to get contact information from the people contract is to have the user manually choose the people they want the information for.
That doesn't seem completely right, since in the mail and messenger apps, they have found a way to get contact information for people that email or IM you without me choosing those people.
How do you go about accomplishing this programmatically? I would like to be able to pull either all contact data at once or get contact data by looking up specific emails linked to those users.
I would assume that in the Mail, People and Messaging apps, they are using details pulled straight from the users Windows Live account. I think you should be able to do this in your app, look here for documentation on the Live SDK: http://msdn.microsoft.com/en-us/library/live/
I don't think it is possible to do this right now without a Picker. This would vioalate some security restrictions. But if you find a way, please post it here.