
About SendPulse
SendPulse is an email marketing platform with additional channels: SMS, web push notifications and Facebook chatbots. Create mobile-friendly emails with an easy to use drag-and-drop editor. You can send marketing campaigns, trigger-based emails or set up autoresponders. SendPulse offers unlimited email sends with every plan, 24/7 live support, great deliverability and detailed reports. Free plan includes 15,000 emails every month and premium plan pricing starts at just $9.85/month.
Key benefits of SendPulse
API integrations with CRM, CMS, eCommerce, and other systems allow users to send mailings, track campaign statistics and integrate mailings into other systems.
More than 100 layout templates are included, with a drag-and-drop editor allowing users to create their own email templates.
Set up replaceable text fields in emails to personalize emails with recipient information.
Send mails automatically based on specified triggers, including newsletter subscriptions, unopened messages, link clicks, birthdays, and more.
A/B testing allows the effectiveness of multiple versions of message subjects or body text to be compared.
SPF (sender policy framework) and DKIM (DomainKeys identified mail) signatures are included to improve message delivery rates, and reduce the number of messages marked as spam.
Images




Not sure about SendPulse?
Compare with a popular alternative
Starting Price
Pricing Options
Features
Integrations
Ease of Use
Value for Money
Customer Service
Alternatives
Pipedrive

Automation Anywhere

Salesforce Essentials

Lead Gen & CRM (formerly SharpSpring)

Reviews
Already have SendPulse?
Software buyers need your help! Product reviews help the rest of us make great decisions.

- Industry: Airlines/Aviation
- Company size: 1,001–5,000 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 10.0 /10
The most useful and effective email marketing solution in the world!
Reviewed on 29/03/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.
Pros
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.
Cons
The cost of the subscription is little bit high but the free version is working properly for small projects.
- Industry: Education Management
- Company size: Self Employed
- Used Monthly for 1+ year
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 10.0 /10
User friendly and easy to use affordable email marketing and management
Reviewed on 19/04/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.
Pros
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.
Cons
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.
Reasons for Choosing SendPulse
The rates and automation flexibility at the time of switching was more rewarding at sendpulse and it gave us what we needed .Reasons for Switching to 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.Response from SendPulse
Thank you for your kind words about our customer support. We are happy to know that email automation is helping your business.
- Industry: Management Consulting
- Company size: 51–200 Employees
- Used Weekly for 1-5 months
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 4.0 /10
Good but API is hard work
Reviewed on 13/09/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.
Pros
Price
Web Interface
Email Builder
Cons
API
Can't use Email Builder emails in the SMTP email interface
- Industry: Marketing & Advertising
- Company size: 2–10 Employees
- Used Monthly for 1+ year
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 9.0 /10
Good Tool for Email marketer
Reviewed on 27/01/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.
Pros
Good pricing plans, nice delivery to recipients, web-push, Viber and SMS delivery.
Cons
For me it is template builder. He is so simple for me. I mean, he looks like for beginners.
Alternatives Considered
BrevoReasons for Choosing SendPulse
eSputnik is not good in international Email delivery. He is good only for CIS.Switched From
eSputnikReasons for Switching to SendPulse
My Email marketing tools are Mailchimp, Close.io and SendPulse. They are better for me.- Industry: Marketing & Advertising
- Company size: Self Employed
- Used Daily for 1-5 months
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 8.0 /10
I love it's push notification
Reviewed on 02/06/2021
In one word, Amazing tool for marketers.
In one word, Amazing tool for marketers.
Pros
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.
Cons
As I have only tried it's push notifications features and I feel there is not any cons right now.
Response from SendPulse
Thanks for your review!
SendPulse FAQs
Below are some frequently asked questions for SendPulse.Q. What type of pricing plans does SendPulse offer?
SendPulse offers the following pricing plans:
- Starting from: $8.00/month
- Pricing model: Free Version, Subscription
- Free Trial: Available
Email service: Free plan - Less than 2500 subscribers, up to 15000 email newsletters per month. Monthly subscription - Based on number of subscribers, from $9.85/month for 2,500 subscribers, up to $840/month for 500,000 subscribers. Pay-as-you-go - Prepaid email packages, from $32 for 10,000 emails, up to $812 for 500,000 emails. ~~~ Transactional emails (SMTP service): Monthly subscription - Based on the number of messages to be sent per month, from $8.85/month for 10,000 emails, up to $274.86/month for 500,000 emails. Pay-as-you-go - Prepaid email packages, from $15 for 10000 emails, up to $780 for 1 million emails. ~~~ Webpush service: Free for up to 10,000 subscribers, $19.85/month for 30,000 subscribers and $199.85/month for unlimited subscribers. ~~~ Facebook chatbots: free. Removing "powered by" link costs $9.85 /month.
Q. Who are the typical users of SendPulse?
SendPulse has the following typical customers:
Self Employed, 2–10, 11–50, 51–200, 201–500, 501–1,000, 1,001–5,000
Q. What languages does SendPulse support?
SendPulse supports the following languages:
English, French, Italian, Portuguese, Russian, Spanish, Turkish, Ukrainian
Q. Does SendPulse support mobile devices?
SendPulse supports the following devices:
Android (Mobile), iPhone (Mobile), iPad (Mobile)
Q. What other apps does SendPulse integrate with?
SendPulse integrates with the following applications:
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
Q. What level of support does SendPulse offer?
SendPulse offers the following support options:
Email/Help Desk, FAQs/Forum, Knowledge Base Software, Phone Support, 24/7 (Live rep), Chat
Related categories
See all software categories found for SendPulse.