Philips Hue: Activate Scene logo

Catalog action Integrations pipedream:philips_hue

Activate a predefined Philips Hue light scene. Accepts both v1 scene IDs (e.g., '5') and v2 UUIDs (e.g., '3f8a...'). Ideal for: mood setting, automation, scheduled ambiance, entertainment.

At a Glance

FieldValue
Action IDphilips-hue-activate-scene
CategoryIntegrations
Connectorpipedream:philips_hue
Requires gasNo
Funds movementNone declared
Tagspipedream, integration, oauth, philips-hue, smart-home, lights, scene

Payload Schema

FieldTypeRequiredDescription
sceneIdstringYesID of the scene to activate. Accepts v1 IDs (e.g., '5') or v2 UUIDs (e.g., 'f5e6d7c8-...').

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the action succeeded
dataobjectNoResponse from Philips Hue API

Examples

json
{ "type": "philips-hue-activate-scene", "payload": { "sceneId": "example-sceneId" }, "children": [], "connector": { "type": "pipedream:philips_hue", "id": "conn_pipedream_philips_hue" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I