Close menu
Explore Plans
Mobile menu Close menu
Visualizer Coffee

Upload shot from URL

This action uploads an espresso shot to your Visualizer account from a shot export file hosted at a URL.

Developer info

API endpoint slug
visualizer_coffee.upload_shot
Filter code method
VisualizerCoffee.uploadShot.skip(string?: reason)
Runtime method
runAction("visualizer_coffee.upload_shot", {})

Action fields

Shot file url Text input > File

Label
Shot file URL
Helper text
Direct URL to a shot export file — a Decent .shot, or a Beanconqueror/Gaggiuino/GaggiMate/Meticulous JSON export. The file is downloaded and uploaded to Visualizer.
Slug
shot_file_url
Required
true
Can have default value
true
Filter code method
VisualizerCoffee.uploadShot.setShotFileUrl(string: shot_file_url)

Profile title Text input > Other

Label
Profile title
Helper text
Optional. Set or override the brew profile title on the uploaded shot.
Slug
profile_title
Required
false
Can have default value
true
Filter code method
VisualizerCoffee.uploadShot.setProfileTitle(string: profile_title)

Tag list Text input > Tags

Label
Tags
Helper text
Optional. Comma-separated tags to add to the shot (requires a Visualizer subscription).
Slug
tag_list
Required
false
Can have default value
true
Filter code method
VisualizerCoffee.uploadShot.setTagList(string: tag_list)