This workflow automates push notifications via Spontit, replacing manual app sends or API scripting that takes 10-20 minutes per batch for marketers. The Webhook Trigger receives POST with content/title, the Input Validation If checks fields, the Spontit Push node delivers, the Check Spontit Success If verifies, the HTTP Request fetches the notification URL, the Check HTTP Success If confirms, the HTML Extract pulls subscription data, the Check Extract Success If routes, and Success Response returns JSON with details. Error paths (Validation/Spontit/HTTP/Extract Error Response) handle failures. It helps app owners in small mobile teams (5-20 staff) sending 50+ alerts weekly, enabling quick campaigns without dashboards, streamlining user engagement and reducing opt-out errors.\n\nThis workflow saves 3-5 hours weekly on 50 notifications, boosting delivery by 90%. Use cases include promo alerts for e-commerce, update pushes for SaaS in startups. Suitable for small-mid teams. Requires Spontit API (free tier, $10/month Pro); n8n (free self-hosted or $20/month cloud). Scalable to 200 notifications/day with Pro tiers.\n\nInstall n8n via n8n.io or cloud.n8n.io. Get Spontit token at spontit.com (create app). Set SPONTIT_TOKEN env var. Import JSON, configure Spontit Push with token. Webhook URL: https://your-n8n-instance/webhook/spontit-push.\n\nTest with Postman: {content: 'Hello world'}. Verify response with subscription. Errors: Empty content (400), API fail (500—retry). Activate webhook. Monitor dashboard weekly. Optimize titles; refresh token quarterly.", "businessValue": "Saves 3-5 hours/week on 50 push notifications", "setupTime": "15-25 minutes", "difficulty": "Beginner", "requirements": ["Spontit API (free tier, $10/month Pro)", "API token access", "n8n instance"], "useCase": "Automated mobile push notifications with data extraction"
$5.49
Workflow steps: 13
Integrated apps: webhook, if, respondToWebhook