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
- Label
- Which Triby IO?
- Slug
- triby
- Required
- true
- Can have default value
- false
- 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)