Group Location
Explore Plans
Mobile menu Close menu
Invoxia TribyInvoxia Triby

Send an image to specified Triby IO

This action will send an image to a Triby IO you specify.

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
This action will send an image to a Triby IO you specify.
API endpoint slug
invoxia_triby.send_an_image_to_specified_triby
Filter code method
InvoxiaTriby.sendAnImageToSpecifiedTriby.skip(string?: reason)
Runtime method
runAction("invoxia_triby.send_an_image_to_specified_triby", {})

Action fields

Triby Dropdown list

Label
Which Triby IO?
Slug
triby
Required
true
Can have default value
false

Image URL Text input > Photo

Label
What image URL?
Helper text
This has to be the URL of an image file (png, jpeg, bmp).
Slug
image_url
Required
true
Can have default value
true
Filter code method
InvoxiaTriby.sendAnImageToSpecifiedTriby.setImageUrl(string: imageUrl)