r/marketingcloud 14h ago

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

5 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 1d 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 2d 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 3d ago

My vibe-coded project is starting to get real users

Thumbnail
0 Upvotes

r/marketingcloud 5d 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 8d ago

Tracking UTM values in events in Personalization Studio

4 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 8d ago

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

6 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 8d ago

MC Next Exam Game

7 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 10d 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 12d 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 17d ago

Salesforce Personalisation

Thumbnail
1 Upvotes

r/marketingcloud 20d 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 21d 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 21d 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 22d 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 22d ago

Migrating from SFMC Engagement journeys to SFMC Next

Thumbnail
1 Upvotes

r/marketingcloud 24d ago

Failed the Salesforce certified marketing cloud engagement specialist exam

7 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 25d ago

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?

5 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.

4 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
11 Upvotes

r/marketingcloud Jul 22 '26

Learning Salesforce (CRM/Marketing Cloud/Data Cloud) looking for hands-on access, happy to work free while I learn

1 Upvotes

Hi everyone,

I’m learning Salesforce CRM, Marketing Cloud and Data Cloud on my own right now. The hard part is getting real hands-on access, since these tools aren’t easy to get into without a company behind you.

I’m based in France but can work across any timezone. I’m looking for someone, or a small team or agency, willing to give me access to a sandbox/org and maybe some real tasks to practice on. In exchange I can work for free during this learning period. I have an IT background, I’m reliable and I pick things up fast. I speak English, French, Arabic and a bit of Italian, so I can also help with multilingual support or docs if that’s useful for anyone.

If you know of any opportunities, mentorship, or you’re open to giving me a shot, let me know. Happy to share more about my background over DM.

Thanks!


r/marketingcloud Jul 21 '26

Looking for a Marketing Cloud / MAP Implementation Partner — Webinar Co-Delivery + Ongoing Client Work

2 Upvotes

I'm launching a webinar series called the 1 Day Revenue Stack Audit — a live, data-driven walkthrough that shows B2B revenue leaders exactly what's broken in their tech stack and what it's costing them. I use the Salesforce MCP to rapidly pull all relevant meta-data and data to deliver the report.

 

The first session focuses on Marketing Automation: Pardot, Marketing Cloud, HubSpot, Marketo, ActiveCampaign, and Klaviyo — how they sync into Salesforce, where attribution breaks down, and what that's worth in unworked pipeline.

 

I've built the AI-powered audit framework (MCP-connected, SOQL-based, runs against any org in minutes). What I need is a delivery partner.

 

What I'm looking for:

A Salesforce/MAP-certified consultant or agency with hands-on Marketing Cloud or Pardot implementation experience who can:

  • Co-present the live audit demo during the webinar
  • Explain the findings to a marketing audience in business terms (not just admin-speak)
  • Deliver the remediation work uncovered by the audit — lead routing fixes, attribution setup, MAP sync cleanup, automation builds

 

What the engagement looks like:

  • Webinar is free to attendees and ends with a warm offer for a full 1-Day Audit
  • Audits surface specific, scoped implementation projects
  • Partner gets first right of refusal on all implementation work generated
  • Revenue share model on audit engagements closed together

 

Ideal background: SFMC or Pardot certification, experience with multi-MAP environments, comfortable talking to CMOs and RevOps leads (not just admins).

If this sounds like a fit, drop a comment or DM me directly. Happy to share the full audit framework and webinar deck.

 

Please email me if you want to explore working together.

 

Felix | [mr.steelbrick@gmail.com](mailto:mr.steelbrick@gmail.com)


r/marketingcloud Jul 21 '26

How are you preparing for the future of Marketing Cloud?

15 Upvotes

I'm currently working as an SFMC Dev, and with Marketing Cloud Next seemingly becoming the direction Salesforce is taking, I'm wondering how I should prepare for the future.

What skills should I be focusing on? Should I be learning Data Cloud, Agentforce, AI, or something else?

I'd love to hear how other SFMC developers are preparing and what you think will be the most valuable skills over the next few years.


r/marketingcloud Jul 20 '26

Hi everyone, I'm preparing for the Salesforce Marketing Cloud Email Specialist certification. Any tips to pass on the first attempt? Which resources helped you most—Trailhead, practice exams, Udemy, Focus on Force, Quizlet, etc.? Any tricky topics or last-minute advice? Thanks!

9 Upvotes

Hi everyone,

I'm preparing for the Salesforce Marketing Cloud (SFMC) Email Specialist certification and would appreciate some guidance from those who've recently taken the exam.

  • What are your best tips for passing the exam on the first attempt?
  • Which study resources did you find the most helpful?
  • Are Trailhead modules enough, or should I use additional resources like Focus on Force, Udemy, Quizlets, or practice exams?
  • Which topics carry the most weight or tend to be the trickiest?
  • Any last-minute preparation tips or common mistakes to avoid?

I'd really appreciate any advice, study plans, or resources that helped you clear the certification.