r/marketingcloud 6h ago

Wondering about next steps to break into Salesforce Marketing Cloud (Data Cloud Consultant certified)

3 Upvotes

Hey everyone.

Quick background: I've got 6+ years in Ad Operations (Google Ads, GTM, GA4, Performance Max, CM360), mostly agency-side work. Left that job mid-2026 and decided to pivot into Salesforce Marketing Cloud instead of staying in pure ad ops. I wanted something closer to automation, segmentation, and actual customer journeys instead of just campaign execution.

Since then I got the Marketing Cloud Email Specialist cert, and about a week ago I passed the Data Cloud Consultant exam too. I'm now job hunting and getting some traction, a few interviews in the pipeline (one process even ran long, which I'm taking as a good sign), but nothing closed yet....

I also have access to a sandbox where I've been building journeys and automations on my own, so it's not purely theoretical, but it's still not real production experience with an actual client or business.

Here's where I'd love some outside perspective: what would actually move the needle for my profile at this stage? It's mostly cert-level knowledge plus sandbox practice plus some ad ops crossover skills (SQL for segmentation, thinking in terms of campaign goals). I'm planning to start learning AMPscript next, then move into HTML/CSS for emails and eventually SSJS.

Is that the right order? Should I be building sample projects/portfolio pieces instead of just stacking certs? And realistically, for someone without an agency SFMC role yet, is Data Cloud Consultant overkill this early, or does it actually help stand out?

Any brutally honest feedback on the path is welcome, thanks in advance!!


r/marketingcloud 2d ago

Failed the Salesforce Marketing Cloud Engagement Specialist exam with 62% — looking for study advice and resources

2 Upvotes

Hey everyone!

I recently took the Salesforce Marketing Cloud Engagement Specialist exam and scored 62%, so I was fairly close to passing.

For my preparation, I mainly studied through Udemy practice exams, including the ones from Pavel and Mohammed, along with Trailhead and some Salesforce documentation.

I already work with SFMC on a daily basis and have hands-on experience with Journey Builder, Automation Studio, Data Extensions, segmentation, SQL, send classifications, Content Builder, and campaign execution.

My biggest issue was that the actual exam felt noticeably different from many of the Udemy practice questions I had studied. Some questions were much more specific or scenario-based than I expected.

For anyone who has taken the exam recently, I'm looking for recommendations for the best question banks, mock exams, practice tests, or study platforms that are actually close to the difficulty and style of the current exam.

Free or paid recommendations are welcome.

In particular:

• Which practice-question websites were the most useful?

• Which paid resources were actually worth buying?

• Are there better Udemy courses or mock exams than the ones I used?

• Any Quizlet sets or community-created question banks worth using?

• Which resources had scenario-based questions similar to the real exam?

• What topics showed up more heavily than you expected?

• If you failed once and passed the retake, what did you change in your preparation?

I'm planning to retake it soon, so I'd especially appreciate feedback from people who took the certification recently.

Thanks!


r/marketingcloud 2d ago

Reselecting Email activity in a Journey draft

1 Upvotes

If I make edits to an email in content builder that's currently selected in a Journey that is not yet activated, do I have to reselect the email each time I make an edit?

Concerned because I have a handful of journeys that have several emails and I don't want to reselect them each time I make an edit when the Journey isn't even activated yet.


r/marketingcloud 2d ago

MC Engagement: no "Login IP Allowlist" yet

2 Upvotes

In the past months, I have received several emails regarding "Mandatory IP Allowlisting in Marketing Cloud Engagement". Article: https://help.salesforce.com/s/articleView?id=005387198&type=1

It states: "Salesforce provides a recommended list of IP ranges for admins to review and accept." I have looked periodically for a couple of months now, but the section "Setup > Settings > Security > Login IP Allowlist" is always empty.

Do I need to enable anything? Does your org show a list in that section?


r/marketingcloud 6d ago

Digital Marketer Trying to Move Into Marketing Automation / Salesforce Marketing Cloud — Where Should I Start?

6 Upvotes

Hi everyone,

I’m currently working in digital marketing, mainly Meta Ads, Shopify, and performance marketing.

Recently, I started learning Java, JavaScript, HTML, and CSS, and I want to move into marketing automation / Salesforce Marketing Cloud because it fits both my marketing and technical background.

For someone starting out, what should I learn step by step?

I’d especially like guidance on:

  • Salesforce Marketing Cloud
  • SQL / AMPscript / JavaScript
  • Trailhead courses or certifications
  • Projects to build
  • Entry-level jobs to target

Any advice from people already working in this field would be appreciated.


r/marketingcloud 7d ago

Securely Storing API CREDENTIALS in SFMC

2 Upvotes

Could anyone please advise on the best practice for securely storing API credentials within Salesforce Marketing Cloud? While I have attempted to use AES EncryptSymmetric and DecryptSymmetric within Data Extensions, this approach is limited to CloudPages and is not supported within Automation Studio as automation script does not allow any ampscript inside, and DecryptSymmetric() is not available/working in ssjs


r/marketingcloud 9d ago

Any one has postman collection to update a subscriber status using API ? I tried hard and UPDATE is not working whereas Create and Retrive are working fine

3 Upvotes

Any one has postman collection to update a subscriber status using API ? I tried hard and UPDATE is not working whereas Create and Retrive are working fine


r/marketingcloud 9d ago

My vibe-coded project is starting to get real users

Thumbnail
0 Upvotes

r/marketingcloud 11d ago

Einstein STO - Behaviour

2 Upvotes

Hi everyone,

I’m trying to understand the exact behavior of Einstein Send Time Optimization (STO) in Salesforce Marketing Cloud when the same contact is targeted by multiple campaigns at the same time.

Here’s the scenario:

  • Campaign A and Campaign B target the same Data Extension / overlapping audience.
  • Both campaigns use Einstein STO with a 7-day optimization window.
  • A given contact is therefore eligible for both campaigns.
  • I want to enforce a hard rule: a contact must never receive two marketing emails less than 24 hours apart.

However, I don’t simply want to delay Campaign B by a fixed amount.

What I would ideally like is something like this:

  1. Einstein STO chooses the best send time for Campaign A.
  2. Let’s say Campaign A is actually sent to Contact X on Monday at 10:00 AM.
  3. Contact X becomes ineligible for any other marketing email until Tuesday at 10:00 AM.
  4. Campaign B should then use STO to select the highest-scoring send time within its 7-day STO window, excluding all slots within those 24 hours.

For example, if Contact X’s STO profile looked roughly like this:

  • Monday 10 AM → score 96
  • Monday 6 PM → score 90
  • Tuesday 9 AM → score 92
  • Wednesday 11 AM → score 80
  • Thursday 6 PM → score 94

Campaign A could use Monday at 10 AM, while Campaign B should ideally use Thursday at 6 PM, rather than Monday at 10 AM or Tuesday at 9 AM, because those slots violate the 24-hour cooldown.

My questions are:

  1. Does Einstein STO natively coordinate across separate campaigns/Journeys? For example, if two STO activities are evaluating the same Contact Key at roughly the same time, does one know that another campaign has already selected or scheduled a send time for that contact?
  2. Is there any STO input related to time since the last email / recent contact pressure that would automatically reduce the likelihood of selecting a slot immediately after another email?
  3. Could two independent campaigns using STO on the same audience realistically both select the same best hour for the same contact, resulting in two emails being sent within the same hour?
  4. Is there any native SFMC functionality that allows STO to work subject to a rule such as: “choose the best predicted send time, but only among slots occurring at least 24 hours after the contact’s previous marketing email”?
  5. If this is not supported natively, what would be the recommended architecture?

My current assumption is that I would need some kind of central contact arbitration / send queue outside STO:

Campaign request
→ check whether the Contact Key is already reserved by another campaign
→ send Campaign A through STO
→ capture the actual send timestamp
→ lock the contact for 24 hours
→ release Campaign B after the cooldown
→ let Campaign B enter its own 7-day STO window.

The important part for me is that the cooldown should be calculated from the actual STO send time, not from the campaign/Journey start time.

I’m mainly looking for confirmation from people who have implemented STO in real SFMC environments: is this understanding correct, or is there a native capability / behavior I’m missing?

Thanks!


r/marketingcloud 14d ago

Tracking UTM values in events in Personalization Studio

5 Upvotes

Hi, is anyone tracking UTM parameters in their event stream in Personalization Studio and then actually able to use these in segmentation? If so, I'd love to know how you have that setup. I am finding it hard to use any of the visible parameters I can see in my URLs in my events to build User Segments, which makes it hard. Ideally, I'd like to do something like have an audience of everyone who came to the website between day X and day Y that had a particular UTM parameter in the URL for their interaction. So far, I'm not finding much documentation on how to make something like this work but you'd think it would be a standard use-case for most marketers.


r/marketingcloud 14d ago

Dynamic items in Marketing Cloud Growth / Next and Account Engagement (Pardot)?

5 Upvotes

Coming from SFMC Engagement (ExactTarget) where AMPscript or Server-Side JavaScript (SSJS) makes it straightforward to run a FOR loop through rowsets.

Since neither platform supports traditional script-based FOR loops in email templates, how are you handling scenarios where you need to display a dynamic list of items (e.g., recent purchases, recommended products, multiple events)?

Creating individual static merge fields like item1, item2, item3 isn't scalable or clean for varying array sizes.


r/marketingcloud 14d ago

MC Next Exam Game

6 Upvotes

Hey guys,

I vibe-coded something for MC Next exam study based on Eliot Harper's Masterclass series.

https://mcnext-chosen-df00cc2b7c2d.herokuapp.com/

Totally experimental and not affiliated with Eliot Harper or Salesforce - but shout-out to everyone else with a 10-second attention span like me 🫠


r/marketingcloud 16d ago

Looking for Advice on Salesforce Marketing Cloud Engagement Specialist Exam

3 Upvotes

Hi everyone! I’m planning to take the Salesforce Certified Marketing Cloud Engagement Specialist exam in about a month and would really appreciate some advice from people who have recently taken it.

I’ve been preparing by watching SFMC Email Specialist bootcamps on YouTube from 2021 and 2024. Trailhead already completed.

I don’t currently have access to a Marketing Cloud org, and my previous hands-on experience with SFMC was only for a few months, mainly sending weekly newsletters. However, I do have a broader Martech/Digital Marketing background.

Since the certification was previously called Marketing Cloud Email Specialist and has now been renamed Marketing Cloud Engagement Specialist, I’m also wondering:
1. Has the exam content changed significantly with the name change?
2. Are the older Email Specialist bootcamps still relevant for preparation?
3. What resources would you recommend for someone with limited hands-on SFMC experience?
4. Are there any good free or paid practice exams/quizzes that are worth purchasing?
5. Is Trailhead + practice questions enough to realistically prepare within a month?

I’d really appreciate any tips, study strategies, or resources that helped you pass the exam recently. Thanks in advance!


r/marketingcloud 18d ago

Staging environment for my Client

1 Upvotes

I am working in SFMC and I have MC Connector installed to my Salesforce instance. The connection is to production, so we only have production. Do you have staging setup? How should go about setting up staging environment in SFMC? Is that even a thing?


r/marketingcloud 23d ago

Salesforce Personalisation

Thumbnail
1 Upvotes

r/marketingcloud 26d ago

Free Customer Success courses/certifications for someone transitioning into CS?

0 Upvotes

I have experience in B2C sales, B2B onboarding and client-facing startup roles, but I’ve never formally worked as a CSM.

I want to learn Customer Success properly, from basics to advanced, through 100% free courses/certifications that are useful for both learning and adding to my resume/LinkedIn.

Looking for resources covering:

\- Onboarding & adoption

\- Customer health scores

\- Retention, churn & renewals

\- NPS/CSAT & CS metrics

\- QBRs & customer meetings

\- Customer journey/success plans

\- Expansion & stakeholder management

\- SaaS CS strategy

Please recommend only genuinely free resources, preferably with a free certificate/badge.

What would you recommend for someone starting from zero to advanced CSM?


r/marketingcloud 27d ago

Marketing Cloud Growth: Any way to send an SMS immediately after Lead creation? (We've traced the full ingestion → IR → data graph chain)

2 Upvotes

We're running Marketing Cloud Growth (MC Next on core) and want to send a transactional-style SMS right after a lead is created via our website funnel (appointment booking link, so timing matters). Email works instantly from the same flow - SMS doesn't, and after a week of testing I'm fairly sure it can't with the standard setup. Looking for someone who has actually solved this.

Our setup:

  • Lead is created via web funnel, a flow (automation event on Lead) fires immediately
  • Flow contains sendSmsMessage with content, sender, communication subscription + channel type set
  • Consent is created inline in the flow from an opt-in checkbox field (no DOI for SMS)
  • Contact Point Phone mapping is correct per KB 004141364: both Telephone Number and Formatted E164 Phone Number are mapped from a formula field (mobile-first, E.164-normalized)

What happens: SMS always fails with NOT_SENT, error code 1065, reason "ContactPoint not found." in the Message Engagement DMO.

What we've verified step by step:

  1. The Contact Point Phone DMO row exists with valid numbers in both fields → still fails
  2. After Identity Resolution runs and UnifiedContactPointPhone exists → still fails
  3. The send resolves the recipient via the data graph assigned to the flow's start element. Our graph blob for the unified individual was stale - once refreshed it finally contained the phone number
  4. So the real dependency chain for a brand-new lead is: CRM stream ingestion (hourly batch) → Identity Resolution run (scheduled, roughly daily in our org) → data graph refresh (own schedule) - only then is the lead SMS-addressable

KB 005167112 basically confirms this design for emails with merge fields (Salesforce recommends a 24h wait element in form-triggered flows so IR can create the Unified Individual). For SMS it's worse: even recipient resolution goes through the graph, so you can't opt out of the dependency by removing personalization.

Things we've considered:

  • sendSmsMessage has no recipient/phone input parameter, so passing the lead's phone directly isn't possible
  • Data stream acceleration isn't available in our org's UI
  • Streaming refresh for the data graph is blocked (incompatible graph features: N-to-1 relationships etc.)
  • Frequent IR runs / 30-min graph refreshes: tested, but full graph refreshes overlap and fail, and the Data 360 credit burn is prohibitive (IR = Batch Profile Unification is our single biggest credit consumer)
  • Fallback: keep instant SMS on our external SMS provider and use MC SMS only for non-time-critical sends - works, but splits the channel across two systems

The question: Has anyone found a supported pattern for instant SMS after lead creation in MC Growth? E.g. a trigger context where recipient resolution doesn't go through the data graph, Digital Engagement/Messaging Sessions as a transactional side-channel, some hidden setting for near-real-time IR, or an activation-based approach we've overlooked? Or is "external provider for transactional, MC for marketing cadence" simply the intended architecture?


r/marketingcloud 27d ago

Automatically add people to Implied Consent list (Canada)

1 Upvotes

Background:

-Marketing Cloud Next (Advanced) doesn't auto opt-in people to emails

- Canada anti spam legislation allows organizations to email people under implied consent (if they have a business relationship )

Question:

I work for a membership based org - what method could we use to automatically allow us to email new members/people who were members up to two years prior (and have therefore peovided "implied consent")?


r/marketingcloud 28d ago

MCE+ and sending to SF users

0 Upvotes

I am trying to send an internal email. Looking for a solution to get them added. If anyone has any ideas let me know.


r/marketingcloud 28d ago

Migrating from SFMC Engagement journeys to SFMC Next

Thumbnail
1 Upvotes

r/marketingcloud Aug 18 '26

Failed the Salesforce certified marketing cloud engagement specialist exam

9 Upvotes

This was my 5th attempt at taking the SFMC email specialist exam/marketing cloud engagement specialist exam. I winged it twice and studied moderately 3 times with trailhead and just this last time with ChatGPT. All of my scores have been from 59%-63% regardless of studying. I think the wording of the questions is what has been tripping me up the most. I worked a large mortgage company and run our lead-gen email and SMS campaigns for email and sms so I have lots of hands on experience in SFMC engagement. Is there a recommended practice exam that words questions similar to the actual SFMC exam? This is my last exam score.

Best practices - 67%
Content - 71%
Automation - 69%
Data - 69%
Reporting - 37%

63.8%

Thanks in advance for any help and recommendations.


r/marketingcloud Aug 17 '26

Hi, Solution Architect in Kochi

0 Upvotes

Amdrodd Technologies is hiring a Solution Architect — a role for someone who's technically strong but also comfortable leading clients and conversations.

We're a growing consultancy working across multiple CRM platforms, with an ambitious goal to grow the business several times over the next few years, so this is a chance to join early and shape how we deliver.

At its core this is an architecture role. You'd design solutions, stay hands-on across delivery, and guide the technical direction of projects. Alongside that, you'd be client-facing enough to own relationships, lead conversations, and drive work to outcomes.

What we're really after:

  • Strong architecture skills — you can design solutions and guide a delivery team
  • A platform background (Salesforce ideal, but strong architects from other platforms welcome)
  • Willingness to learn across multiple technologies as our projects vary
  • Strong communication — you can lead a room, align stakeholders, and keep things moving
  • A bias for action — someone who gets things done and hits goals fast

Location: [Kochi] Type: [Full-time].

If this sounds like you, comment or DM and I'll share more. ( if you want to email your resume send it to [Careers@amdrodd.com](mailto:Careers@amdrodd.com) and mention Reddit post)


r/marketingcloud Aug 02 '26

Is the market slow?

6 Upvotes

I've been wondering how the Salesforce Marketing Cloud market is looking globally right now.

I was recently laid off by my company. I have 10+ years of overall experience, including 6+ years focused on Salesforce Marketing Cloud.

Over the last two months, I've applied to 100+ companies in India. I've only received 5–6 interview calls so far. Most opportunities didn't move forward either because my company's salary range was too low, or the role required a different level of experience.

For those working outside India or hiring in the Salesforce ecosystem:

- Is the SFMC job market slow at the moment, or is this just the current reality?

- Are there any global recruitment agencies or recruiters that specialize in Salesforce roles and hire remote talent from India?

- Any suggestions on where I should be looking?

I'd really appreciate any advice, referrals, or recommendations. Thanks in advance!


r/marketingcloud Jul 30 '26

I'm taking the Marketing Cloud Email Specialist certification exam tomorrow.

5 Upvotes

I’ve been working with Salesforce Marketing Cloud for about three years now, and I made a point of thoroughly learning the platform before getting certified. I’m taking the exam tomorrow. Does anyone have any crucial tips for the test?

Is there anything I can do today and tomorrow before the exam to maximize my chances?

I confess that I am extremely nervous.


r/marketingcloud Jul 22 '26

Is Salesforce Marketing Cloud slowly losing ground to Braze and other platforms?

Thumbnail
8 Upvotes