Cloud functions
Particle.publish()
Publish an event through the Particle Device Cloud. This can trigger a webhook to an external service, a Logic block to perform operations in the cloud, or another device using Particle.subscribe()
.
See Publish, below.