Skip to content

Max Automations

  • Home
  • About
  • Contact
Max Automations
  • Salesforce Marketing Cloud

    How to find resource IDs on SFMC

    ByMax Chu September 7, 2026September 8, 2026

    Email Asset ID Find Category ID / Folder ID 1. Open the folder tree Go to Content Builder > left navigation pane. 2. Inspect the DOM If you want to find the category ID of a folder named “CAMPAIGNS”, just go to the folder navigation pane. Right click anywhere, choose Inspect. 3. Expand the DOM…

    Read More How to find resource IDs on SFMCContinue

  • Salesforce Marketing Cloud

    FREE eDM & SMS Reporting Dashboard in SFMC

    ByMax Chu August 29, 2026September 5, 2026

    Marketing Cloud’s native reporting is fine for a quick check, but it doesn’t really give you what most teams actually want: one place to see triggered sends, user-initiated sends, and Journey Builder sends side by side, broken down by day, with trend lines you can actually compare across 30/60/90-day windows — for both email and…

    Read More FREE eDM & SMS Reporting Dashboard in SFMCContinue

  • Salesforce Marketing Cloud

    Automating cloning Emails with SSJS and the Content Builder API

    ByMax Chu August 27, 2026September 8, 2026

    I wrote about cloning an eDM a few weeks ago — fetch the JSON, strip the IDs, post it as new. Turns out that same fetch/edit/repost loop is useful for more than cloning. Two things worth calling out: automated QA on existing builds, and generating new emails from a template without opening Content Builder. How…

    Read More Automating cloning Emails with SSJS and the Content Builder APIContinue

  • Salesforce Marketing Cloud

    Secure CloudPages Login with SSJS

    ByMax Chu August 25, 2026September 6, 2026

    If you’ve ever needed to gate a CloudPage behind a login — for an internal tool, a partner portal, or any page that shouldn’t be publicly indexable — you’ve probably discovered that Marketing Cloud doesn’t give you this out of the box. There’s no built-in auth layer for CloudPages, so you end up rolling your…

    Read More Secure CloudPages Login with SSJSContinue

  • Salesforce Marketing Cloud

    How to Bulk Cancel Pending Email Sends in Salesforce Marketing Cloud Engagement

    ByMax Chu August 15, 2026August 19, 2026

    I understand this almost never happens. Imagine if it does though, and you need to cancel a large number of pending sends to minimise the impact. Going through them one by one in the tracking sends would be very tedious, and slow enough that it defeats the purpose of acting quickly. This post walks through…

    Read More How to Bulk Cancel Pending Email Sends in Salesforce Marketing Cloud EngagementContinue

  • Salesforce Marketing Cloud

    Pause Automation in SFMC Using SOAP API

    ByMax Chu August 14, 2026August 19, 2026

    Sometimes you need to stop a running Automation from outside Automation Studio. A monitoring system might detect bad data upstream and need to halt a send before it goes out, an internal tool might want a “kill switch” button, or another system in your stack might need to react to something and pause a dependent…

    Read More Pause Automation in SFMC Using SOAP APIContinue

  • Salesforce Marketing Cloud

    Creating Query Definitions in SFMC Made Easy

    ByMax Chu August 11, 2026September 17, 2026

    In the last post, we walked through how to clone a Data Extension from a template using WSProxy. That solves half the problem — you’ve got a properly structured target. The other half is getting data into it, and one of the most common ways to do that in SFMC is a Query Activity: a…

    Read More Creating Query Definitions in SFMC Made EasyContinue

  • Salesforce Marketing Cloud

    Automate Data Extension Creation in SFMC

    ByMax Chu August 8, 2026August 19, 2026

    If you build automations in Salesforce Marketing Cloud (SFMC), you’ve probably hit this workflow: you have a “template” Data Extension with a carefully designed schema — the right field types, primary keys, retention settings — and you need to spin up a new Data Extension with that exact same structure, over and over, for different…

    Read More Automate Data Extension Creation in SFMCContinue

  • Salesforce Marketing Cloud

    Automating Folder Creation in Salesforce Marketing Cloud Engagement

    ByMax Chu August 5, 2026August 19, 2026

    If you’re automating anything in Salesforce Marketing Cloud, such as cloning Data Extensions, generating Query Activities, or building emails programmatically, you’ll eventually hit the same small problem: before you can create the item, you need somewhere to put it. That means a folder needs to exist first. If it doesn’t, your script needs to create…

    Read More Automating Folder Creation in Salesforce Marketing Cloud EngagementContinue

  • Privacy Policy
  • Terms and Conditions

© 2026 Max Automations - WordPress Theme by Kadence WP

  • Home
  • About
  • Contact