Skip to main content

Destination

Entity representing where/how Messages are delivered (e.g. HTTP Webhook, Email etc)

Messages received from Devices can be delivered to one or more Destinations. The platform supports popular data delivery methods as well as integrations with major Cloud Providers and IoT Platforms.

Notes

  • Destinations are associated to Thing Groups
  • The same Destination can be associated to multiple Thing Groups
  • All Destination types support delivery of Mobile Originated (MO) Messages
  • Some Destinations support Mobile Terminated Messages (e.g. AWS SQS or MQTT)

Health Status

The "health" of a Destination is evaluated each time it's used (i.e. each time Message delivery is attempted); some Destinations (e.g. AWS SQS) facilitate proactive checks to ensure that the platform can successfully communicate with the Destination at all times.

  • UNKNOWN - Status is not yet known [Grey]
  • OK - Recent deliveries have been successful [Green]
  • WARNING - Some recent deliveries have failed [Orange]
  • ERROR - Recent deliveries have all failed [Red]