Skip to content
Marketing automation & email

github.com

Salesforce Marketing Cloud sandbox and mock API

Marketing Cloud's REST API is our newest API. It supports multi-channel use cases, is much more lightweight and easy to use than our SOAP API, and is getting more comprehensive with every release. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
29
Collections
-
Event types
-
example request
curl https://your-salesforce-marketing-cloud.slurry.io/messaging/v1/email/definitions/ \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 29.

  • GET/asset/v1/content/assets/{id}
  • PATCH/asset/v1/content/assets/{id}
  • DELETE/asset/v1/content/assets/{id}
  • POST/asset/v1/content/assets
  • POST/hub/v1/campaigns
  • GET/hub/v1/campaigns/{id}
  • DELETE/hub/v1/campaigns/{id}
  • GET/messaging/v1/email/definitions/
  • POST/messaging/v1/email/definitions/
  • GET/messaging/v1/email/definitions/{definitionKey}
  • PATCH/messaging/v1/email/definitions/{definitionKey}
  • DELETE/messaging/v1/email/definitions/{definitionKey}