Skip to main content
Groupe

Soapbox Mailer App

The virtual water cooler for Soapbox Mailer organizations, partners, and prospective organizations to share questions, best practices, and new ideas for the Soapbox Mailer service. Soapbox Mailer is the only native Salesforce app built specifically for non-profit organizations that allows for mass email creation and management directly within Salesforce. You can learn more about Soapbox Mailer on our AppExchange Listing: http://bit.ly/SoapboxMailerAppExchange. *** Please submit any support questions for your specific organization's needs via our support portal at http://support.picnet.net ***

1) None of us can find a Send button/link in Lightning. I found an old reference that said Send wasn't available in Lightning, but Picnet assures me it's been updated.

2) None of us can use the new Lightning e-mail template designs for Campaigns, just the old versions. Lightning e-mail templates do not show up when selecting.

The Soapbox version has been updated to 1.15. Picnet support figures it must be some permission(s) missing, but doesn't say which.

Guidance would be appreciated.

2 réponses
  1. 5 oct. 2021, 09:59

    Hey there @Craig Dodge​ ! I just followed up on your support ticket, because I think I’ve got some answers. Want to followup over there?

0/9000

Anyone know how I might manipulate a long text area field in flow? Most functions don't support long text and it appears (not verified) that I can't do anything with a long text field without crashing. My hope was to read it in from an object, dissect it into a text collection (each small enough to work with), do some manipulation, then build back the long text element from the modified pieces, and write back. These long text fields are involved in something we do several times a week and editing them by hand is very error prone.

I have a subflow written long back that takes a string input (no designation inside flow on what type or how long) and breaks it up into a string collection. But the moment I try to pass in the long text field, it fails. Even when the string is short.

3 réponses
0/9000

We're evaluating options for a new build, and one of the requirements is a mass email tool that would (ideally) be available in a partner community. Would this be possible with Soapbox Mailer?

Thanks!

4 réponses
0/9000

Our non profit client has been using Vertical Response to mass email their contacts. They are looking for an alternative tool that is based in or has servers in the EEA. 

 

They currently use merge fields. Currently they use the 'Email Canvas' function, but would like the ability to create HTML emails.

 

Can anyone with experience make a recommendation? They haven't been paying for Vertical Response and would ideally like to keep budgets low. 

 

@Marketing Communications 

@Salesforce.org System Administrators 

@Nonprofit Success Pack 

2 réponses
  1. 4 janv. 2019, 14:48
    Hi there @Victoria Homsy! Our @Soapbox Mailer App allows organizations to choose from a variety of different regions for their email servers, including Ireland for organizations needing servers based in Europe. Feel free to ping me here if you'd like more information!
0/9000

how long does it take to implement Soapbox Mailer?

and is it reccomended?

@Salesforce.org System Administrators@Nonprofit Success Pack@Soapbox Mailer App
5 réponses
  1. 11 juin 2018, 14:47
    ok that is including the amazon web service installations?
0/9000

Morning all!

 

I'm after some advice on (low cost) mass email solutions. I'd really appreciate any suggestions/experience of those you are currently using. I've looked a mailchimp but too costly based on volumes. Does anyone using soapbox mailer successfully?

 

Many thanks

 

Kieron

6 réponses
0/9000

Love the mailer, but are starting the process of converting our users to the lightning experience.

 

Look around the support page and the power of us a bit and could not find notes on Soapbox Mailer and the Lightning Experience from post 2015.  https://support.picnet.net/hc/en-us/articles/114094068191-Is-Soapbox-Mailer-compatible-with-Salesforce-s-new-Lightning-Experience-

 

If we are looking to deploy Lightning but have a small number of users working with the mailer, is the suggestion still for those users to toggle back to the classic setup?

 

How should documents for email templates be handled with the conversion to files?

 

Thanks for the help.

1 réponse
  1. 16 oct. 2017, 22:16
    Hi @Luke Hill and @Lizzy Roberts

    ! Great to hear you're enjoying Soapbox Mailer, and happy to lend a hand here. If you're living in a Lightning world now, I'd recommend following this support doc to help lend a little hand.

    https://support.picnet.net/hc/en-us/articles/115001459092-Preparing-Soapbox-Mailer-for-the-Lightning-Experience

    As for documents like images that might be used in email bodies or templates, I'd recommend just storing them as Files and then referencing the File external URL. Or, just hosting them elsewhere, maybe in a location like your website host.

    Might that help a bit?

    Cheers,

    Ryan

0/9000

Hello! I'm hoping you can help me. We're working on a membership drive and want to send each person who signs up to our email list a welcome letter. Can you tell me how I go about setting something like that up? I'm hoping to set some sort of trigger up so that the welcome email goes out to each new person who signs up to our email list. Thanks. 

2 réponses
0/9000

How do I set up a trigger so that a welcome email goes out to each new person who signs up to our email list?

 

@Nonprofit Success Pack

@Salesforce.org System Administrators

@Nonprofit Hub

7 réponses
  1. 8 août 2017, 23:47
    Yeah. I'm thinking it exists as well, but need confirmation and the steps for how to set it up. Just reached out to them. Thanks for sending along contact information.
0/9000

Hi all, thought I'd share something we're doing in case it is a help to others. I couldn't find any mention on the picnet support page of SB Mailer support for Google Analytics campaign tracking. I wanted link clicks to show in Google Analytics, grouped by campaign. We set up a process builder flow that, when triggered, updates the destination URL field with: 

 

([sbm__sbx_EmailLink__c].sbm__sbx_DestinationUrl__c) &

IF(RIGHT(([sbm__sbx_EmailLink__c].sbm__sbx_DestinationUrl__c), 1) ="/","",

"/") &

"utm_source=SBMailer&utm_medium=email&utm_campaign=" &

([sbm__sbx_EmailLink__c].sbm__sbx_Campaign__c.Id) &

"&utm_content=" &

SUBSTITUTE(([sbm__sbx_EmailLink__c].sbm__sbx_Campaign__c.Name)," ","%20")

 

That will take something like "https://ethnos.ca" and turn it into "https://ethnos.ca/utm_source=SBMailer&utm_medium=email&utm_campaign=7011200000162hWAAQ&utm_content=Campaign%20Name"

7 commentaires
0/9000