Send push notifications to a custom CleanCloud pickup-and-delivery app when order status changes.
domain: cleancloudapp.com · 4 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Capture the Firebase push token from the customer-facing iOS/Android app.
POST to https://cleancloudapp.com/api/addPushToken with api_token, customerID, pushToken, platform (0 = Android, 1 = iOS), and the app's bundleID.
Rely on CleanCloud to automatically push notifications to that token when the customer's order status changes or when CleanCloud-originated marketing sends.
Call deletePushToken when a customer logs out or uninstalls the app to stop future notifications to that device.
Known gotchas
bundleID must exactly match the registered iOS/Android app identifier (e.g., com.companyname.appname) or push delivery will silently fail.
Forgetting to call deletePushToken on logout can result in notifications continuing to reach a device after the customer has switched accounts.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?