Blog
Pingram Roundup - 2026 Week 37
- Product Updates
- Developer Experience
OpenClaw MCP integration, auto upgrade, Integrations catalog, and clearer SMS and email editor fixes.

OpenClaw (ClawBot) can talk to your Pingram account through our hosted MCP server. Point the agent at https://mcp.pingram.io, sign in once with OAuth, and it can send email and SMS, check delivery logs, and manage account resources from chat. Canada and EU accounts use the regional MCP hosts the same way.
export PATH="$HOME/.openclaw/bin:$PATH"
openclaw mcp add pingram \ --url https://mcp.pingram.io \ --transport streamable-http \ --auth oauth
openclaw mcp login pingramopenclaw mcp doctor pingram --probeOptional: openclaw skills install pingram installs the ClawHub skill so agents know which tools to call. Full setup, prompts, and troubleshooting live in the OpenClaw guide and announcement.
Auto upgrade
Paid accounts can turn on Auto upgrade under Settings → Plan. When spend hits 90% of the monthly budget, we move you up one tier and charge the difference so sending keeps going instead of stopping at the cap. GET /account exposes autoUpgrade; PATCH /account with { "autoUpgrade": true } enables it. See auto upgrade and the announcement.
Mid-cycle upgrades charge the full budget difference
Manual upgrades now charge the full difference between tiers, not a leftover-days amount. The extra budget is available immediately and your billing date stays the same.
Integrations catalog in Settings
Settings → Integrations lists official Pingram integrations in one place (n8n, Make, Apprise, GitHub Actions, MCP, Hermes, Skills, CLI, Auth0, and more). Copy an MCP URL or install command from a card, then open the matching setup guide.
Clearer SMS errors for invalid destinations
Failed SMS logs and Send API errors now call out when the recipient number is not a real destination, with a specific code and fix guidance instead of a generic unknown failure.
Visual email templates save the canvas
Saving a visual email template stores the design from the canvas instead of the default starter HTML. Pasted raw HTML templates still keep the markup you pasted.
Full ship list: changelog.