Skip to content
Marketing automation & email

sendgrid.com

SendGrid sandbox and mock API

The Beta endpoints for the new Email Activity APIs - functionality is subject to change without notice. You may not have access to this Beta endpoint. Email Activity offers filtering and search by event type for two days worth of data. There is an optional add-on to store 60 days worth of data. This add-on also gives you access to the ability to download a CSV of the 60 days worth of email event d Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
334
Collections
-
Event types
-
example request
curl https://your-sendgrid.slurry.io/v3/access_settings/activity \
  -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 334.

  • GET/access_settings/activity
  • GET/access_settings/whitelist
  • POST/access_settings/whitelist
  • DELETE/access_settings/whitelist
  • GET/access_settings/whitelist/{rule_id}
  • DELETE/access_settings/whitelist/{rule_id}
  • GET/alerts
  • POST/alerts
  • GET/alerts/{alert_id}
  • PATCH/alerts/{alert_id}
  • DELETE/alerts/{alert_id}
  • GET/api_keys