I'm currently working with the Meraki Dashboard API and looking to create an Organization Alert Profile via API (specifically to include alerts like CRC errors and assign it to a specific webhook receiver). I’ve reviewed the API documentation but I’m having trouble finding the endpoint or method that supports creating or configuring Alert Profiles at the organization level, similar to what’s available in the Dashboard UI under: Organization > Alerts > Alert profiles Here’s what I’m trying to do programmatically: Create a new organization-level alert profile Set a custom profile name and assign to a specific webhook receiver Enable specific alerts (e.g., CRC error alerts, port down, etc.) Optionally apply it to specific networks 🔍 What I’ve Tried: I checked endpoints under: GET /organizations/{orgId}/alertProfiles (doesn’t seem to exist) GET /organizations/{orgId}/webhooks/receivers PUT /networks/{networkId}/alerts/settings (but this is per-network, not org-wide) ❓ Questions: Is there an endpoint available to create/update Organization Alert Profiles? If not available yet, is there any roadmap for exposing this functionality via API? Are there any workarounds (e.g., using templates or cloning from another org)? I’d really appreciate any help or guidance. Thanks in advance!
... View more