Group Location
Explore Plans
Mobile menu Close menu
ParticleParticle

Call a function

This Action will call a function on one of your Devices, triggering an action in the physical world.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
particle.call
Filter code method
Particle.call.skip(string?: reason)
Runtime method
runAction("particle.call", {})

Action fields

Core function Dropdown list

Label
Then call (Function Name)
Helper text
Slug
core_function
Required
true
Can have default value
false

Input Text input > Short text

Label
with input (Function Input)
Helper text
Slug
input
Required
false
Can have default value
true
Filter code method
Particle.call.setInput(string: input)