Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Mass notifications can be triggered by external systems using the Inbound Notifications features. There are two methods available:

  1. Notification Endpoints: Allows notifications to be triggered by sending CAP 1.2 formatted XML to an HTTPS url.

  2. CAP Feeds: Will poll a URL that contains an RSS feed that conforms to CAP 1.2 specifications.

Generally speaking, we recommend using the “Notification Endpoints” option whenever possible. This method is more efficient and does not rely on polling which introduces a time delay.

Implementing either of these features requires technical expertise in XML and networking concepts.

  • No labels