iiRecord
Agentic AI Atlas · Push Notification Delivery Audit
workflow:push-notification-delivery-audita5c.ai
II.
Workflow JSON

workflow:push-notification-delivery-audit

Structured · live

Push Notification Delivery Audit json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-mobile-niche.yamlCluster · workflows
Record JSON
{
  "id": "workflow:push-notification-delivery-audit",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-mobile-niche.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Push Notification Delivery Audit",
    "workflowKind": "operational",
    "triggerType": "scheduled",
    "typicalCadence": "weekly",
    "complexity": "cross-team",
    "description": "Audits push notification delivery pipelines across iOS (APNs) and Android\n(FCM) — measuring delivery rates, analyzing token hygiene (stale/invalid\ntokens), verifying payload formatting, checking opt-in rates by segment,\nreviewing throttling and priority configurations, and surfacing silent-push\nfailures. Excludes notification content strategy.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "role:qa-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "skill-area:push-notifications",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "domain:mobile",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "domain:observability",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "responsibility:data-quality-monitoring",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "responsibility:triage-incoming-issues",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:push-notification-delivery-audit",
      "to": "org-unit:quality-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:notification-service",
      "to": "workflow:push-notification-delivery-audit",
      "kind": "follows_workflow"
    }
  ]
}