
Over SendPulse
SendPulse is een e-mailmarketingplatform met extra kanalen: sms, web pushmeldingen en Facebook-chatbots. Stel mobielvriendelijke e-mails op met een gebruiksvriendelijke editor op basis van slepen en neerzetten. Je kunt marketingcampagnes en trigger-gebaseerde e-mails verzenden of autoresponders instellen. SendPulse biedt onbeperkte e-mailverzendingen bij elk abonnement, 24/7 live ondersteuning, geweldige afleverbaarheid en gedetailleerde rapporten. Gratis abonnement bevat 15.000 e-mails per maand en premium abonnement prijzen beginnen bij slechts $ 9,85/maand.
Afbeeldingen




Twijfels over SendPulse?
Vergelijk met een populair alternatief
Beginprijs
Prijsopties
Functies
Integraties
Gebruiksgemak
Prijs-kwaliteitverhouding
Klantenservice
Alternatieven
Pipedrive

Mailjet

HubSpot CRM

Automation Anywhere

Reviews
Heb je SendPulse al?
Softwarekopers hebben je hulp nodig! Productreviews helpen anderen om goede beslissingen te nemen.

- Sector: Luchtvaart(maatschappijen)
- Bedrijfsgrootte: 1.001-5.000 werknemers
- Dagelijks 2+ jaar lang gebruikt
-
Bron van de reviewer
Totaalscore
- Prijs-kwaliteitverhouding
- Gebruiksgemak
- Klantenondersteuning
- Waarschijnlijkheid van aanbeveling 10.0 /10
The most useful and effective email marketing solution in the world!
Beoordeeld op 29-3-2022
The SendPulse experience is out of this world. I've tried a lot of email marketing platforms, but...
The SendPulse experience is out of this world. I've tried a lot of email marketing platforms, but SendPulse is the best. It is simple, professional, and quite trustworthy. You can accomplish email marketing while closing your eyes. All of the other features are fantastic. I strongly advise folks to utilize it at least once to see the difference with their own eyes.
Pluspunten
The registration process is quite straightforward, and the verification process is also very simple. We can quickly and simply import and add email addresses. Creating a campaign is a quick and easy process. We can check the email preview and adjust the template without any difficulty. The software's analytics are excellent, and you can learn from which countries, users opened the email and when the link was clicked.
Minpunten
The cost of the subscription is little bit high but the free version is working properly for small projects.
- Sector: Schoolleiding
- Bedrijfsgrootte: Zelfstandig ondernemer
- Maandelijks 1+ jaar lang gebruikt
-
Bron van de reviewer
Totaalscore
- Prijs-kwaliteitverhouding
- Gebruiksgemak
- Klantenondersteuning
- Waarschijnlijkheid van aanbeveling 10.0 /10
User friendly and easy to use affordable email marketing and management
Beoordeeld op 19-4-2021
The automation feature helped automate redundancy in our response to our clients, and it gave a...
The automation feature helped automate redundancy in our response to our clients, and it gave a professional outlook when clients contact us that they recieve an automated email no matter at what time of day or night without delay and this shows the professionalism and helps us capture and filter the genuine clients for follow.up and conversion.
The campaign feature also helped us with our campaigns, and love that the system can detect any error emails and give indication of how many opened and clicked and much more gives us good feedback of how our campaign went.
It would be excellent to know if our emails are going to spam box or inbox directly, this would give us some sense of how healthy is our ip /and should we need to change it.
Pluspunten
The automation feature was a dream for us! It saved us a lot of redundancy and at the same time gathered the right target we needed to market our services.
Love that they are recently expanding to landing page and CRM which I am very excited to explore.
Minpunten
There are certain features that I wish could be added as it would help tremendously,like knowing any duplicated entries in different contact list.
The automation have more control over knowing how is in the loop and to be able to fix it.
Redenen om voor SendPulse te kiezen
The rates and automation flexibility at the time of switching was more rewarding at sendpulse and it gave us what we needed .Redenen om over te stappen op SendPulse
The rates and automation flexibility at the time of switching was more rewarding at sendpulse and it gave us what we needed . The customer service was splendid, quick and very helpful.Antwoord van SendPulse
Thank you for your kind words about our customer support. We are happy to know that email automation is helping your business.
- Sector: Managementconsulting
- Bedrijfsgrootte: 51-200 werknemers
- Wekelijks 1-5 maanden lang gebruikt
-
Bron van de reviewer
Totaalscore
- Prijs-kwaliteitverhouding
- Gebruiksgemak
- Klantenondersteuning
- Waarschijnlijkheid van aanbeveling 4.0 /10
Good but API is hard work
Beoordeeld op 13-9-2016
So – I am going to caveat this whole thing with – if you’re not interested in using the API or you...
So – I am going to caveat this whole thing with – if you’re not interested in using the API or you are not coming from another service with an existing API integration, this probably won’t apply to you.
Summary: 2 different API’s, both awfully designed, both poorly documented, both with completely different authentication methods, credentials etc. however, the application itself is great, so if you’re not using the API, it’s probably fine.
Full Review:
SendPulse has a functional API, but it feels like it was created by someone that read a REST API book of best practices without really thinking about how people would / should use it.
My biggest problem is the way authentication works (on the main API which is for sending your campaigns, managing subscriptions etc.), sure it follows all OAUTH standards, but this means you need to manage identify on your application so you send all the correct tokens etc., it feels very Salesforce, not Slack (if you have used either of these API’s you will know, Slack is easy, Salesforce is really really hard) – another comparison would be that it feels like IBM made this software when you are using the API, not a start-up.
If you are coming from something like MailChimp – the MailChimp API is easy, send a request with your API key and whatever you are requesting happens or you get a meaningful response, I have seen many garbage responses from the SendPulse API – you cannot guarantee JSON will come back, sometimes you get HTML, sometimes you get a weird HTML 404 page with some Yahoo copyright notices all over it, it all depends on how mangled your request is – so on top of having to worry about handling identity, you need to handle all sorts of strange responses not just JSON – and therein lies the next problem – DOCUMENTATION:
The API documentation is god-damn-awful, and because the API is quite complex and / or obscure in terms of how you request stuff, you often end up with garbage responses and have to trial-and-error how stuff works.
SendPulse has created a bunch of libraries to make this easier, and if you want to hang your PHP application by using their library, then go ahead – but if you have some kind of background task manager you will probably have to write your own stuff, which in most cases would not be too hard, but because the documentation is sparse, I really struggled to do even the basic stuff with CURL on the command line – if I was to suggest anything, provide CURL examples like Slack does, at least that way I could reverse engineer the CURL to sort out the lack of actual documentation (again, it’s a problem because the API responds with junk HTML if you get your request wrong so you don’t know what is actually wrong and have to trial-and-error a lot).
On top of all of this, if you are planning on using the SMTP send-alone API, you have a completely different authentication process – one that I still have no idea how to make work – this is what the documentation says about how to authenticate: http://i.imgur.com/sVAc3II.png
(the original documentation is here, but I think you need to be logged in to view it: https://login.sendpulse.com/manual/smtp-api/)
I personally have no idea how to authenticate against this SMTP API. I have not yet asked support about it because they are looking at something else for me that is more important, but I just don’t…….. what….. from the documentation (a required parameter to authenticate, IV): “iv – an initialization vector, encrypted by a public key with an OpenSSL Library usage” – what is this? Why is it never mentioned again? how do I get it?
And most importantly, why on earth is it different to the (already convoluted) other OAUTH authentication on the main mail API?
Anyway, to wrap this up, I picked up SendPulse because I needed both templated / campaign based email and SMTP / transactional email and I previously had MailChimp, but did not want to pay for Mandrill because my SMTP volumes were super low.
SendPulse is fine, but I have wasted more time than the money I would have saved just using Mandril, however if you can get over all of this, the product is actually pretty good which is why I have not left a steamer of a review score, and as I said at the start, if you are not using the API it is great.
I just hope they release a new version of the API that focuses on functionality rather than horrible REST standards (although I’m not convinced all of this is standards compliant), which I think have generally been thrown away by the new-wave tech start-ups so people can quickly deliver value.
Pluspunten
Price
Web Interface
Email Builder
Minpunten
API
Can't use Email Builder emails in the SMTP email interface
- Sector: Marketing en reclame
- Bedrijfsgrootte: 2-10 werknemers
- Maandelijks 1+ jaar lang gebruikt
-
Bron van de reviewer
Totaalscore
- Prijs-kwaliteitverhouding
- Gebruiksgemak
- Klantenondersteuning
- Waarschijnlijkheid van aanbeveling 9.0 /10
Good Tool for Email marketer
Beoordeeld op 27-1-2021
It is one of my favourites Email marketing tools. With a lot of good features and great analytics...
It is one of my favourites Email marketing tools. With a lot of good features and great analytics tools. It will be great if SendPulse will be better in cold emailing. So, if you want to start with Email marketing, you know what service to use.
Pluspunten
Good pricing plans, nice delivery to recipients, web-push, Viber and SMS delivery.
Minpunten
For me it is template builder. He is so simple for me. I mean, he looks like for beginners.
Overwogen alternatieven
BrevoRedenen om voor SendPulse te kiezen
eSputnik is not good in international Email delivery. He is good only for CIS.Redenen om over te stappen op SendPulse
My Email marketing tools are Mailchimp, Close.io and SendPulse. They are better for me.- Sector: Marketing en reclame
- Bedrijfsgrootte: Zelfstandig ondernemer
- Dagelijks 1-5 maanden lang gebruikt
-
Bron van de reviewer
Totaalscore
- Prijs-kwaliteitverhouding
- Gebruiksgemak
- Klantenondersteuning
- Waarschijnlijkheid van aanbeveling 8.0 /10
I love it's push notification
Beoordeeld op 2-6-2021
In one word, Amazing tool for marketers.
In one word, Amazing tool for marketers.
Pluspunten
I'm using this from 1 month to monetize my push notifications user. It'll really mind blowing. I never thought that I'll earn that much through push notifications. I had only tier 3 traffic push notifications subscribers user.
Minpunten
As I have only tried it's push notifications features and I feel there is not any cons right now.
Antwoord van SendPulse
Thanks for your review!
SendPulse - Veelgestelde vragen
Hieronder zie je enkele veelgestelde vragen over SendPulse.V. Welke prijsmodellen heeft SendPulse te bieden?
SendPulse kent de volgende prijsmodellen:
- Vanaf: US$ 8,00/maand
- Prijsmodel: Gratis versie, Abonnement
- Gratis proef: Beschikbaar
V. Wat zijn de typische gebruikers van SendPulse?
SendPulse heeft de volgende typische klanten:
Zelfstandig ondernemer, 2-10, 11-50, 51-200, 201-500, 501-1.000, 1.001-5.000
V. Welke talen worden door SendPulse ondersteund?
SendPulse ondersteunt de volgende talen:
Engels, Frans, Italiaans, Oekraïens, Portugees, Russisch, Spaans, Turks
V. Biedt SendPulse ondersteuning voor mobiele apparaten?
SendPulse ondersteunt de volgende apparaten:
Android (mobiel), iPhone (mobiel), iPad (mobiel)
V. Met welke andere apps kan SendPulse worden geïntegreerd?
SendPulse kan worden geïntegreerd met de volgende toepassingen:
13Chats, Adobe Commerce, Albato, Bitrix24, Convertful, CreateForm, Drupal, FormDesigner, Google Analytics 360, Highrise, Justuno, Kommo, Meta for Business, OpenCart, OptinMonster, Pipedrive, Poster POS, PrestaShop, Shopify, Tilda Publishing, Typeform, Vtiger CRM, WooCommerce, WordPress, Zapier, stepFORM
V. Welke mate van ondersteuning heeft SendPulse te bieden?
SendPulse biedt de volgende ondersteuningsopties:
E-mail/helpdesk, Veelgestelde vragen/forum, Kennisbank, Telefonische ondersteuning, 24/7 (contact met medewerker), Chatten
Gerelateerde categorieën
Bekijk alle softwarecategorieën die gevonden zijn voor SendPulse.