Recued
Menu
← Back to recipes

Open a photo set

by recued-core v2 8 views

Use “Open a photo set” in Recued. Open one delivery set for a customer. The set is keyed on its label, so re-running with the same label converges on the same set rather than opening a second one.

Complete workflow

Job Photo Delivery 7 pinned recipes

Use Job Photo Delivery in Recued for exif, metadata, privacy, and gps. It includes 16 built-in actions and 6 ready-to-run workflows. Actions that change data use Recued's approval controls.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

Open a photo set
This recipe

Use “Open a photo set” in Recued. Open one delivery set for a customer. The set is keyed on its label, so re-running with the same label converges on the same set rather than opening a second one.

pack:job-photo-deliveryphotodeliveryrecords
by recued-core pinned v2

Use “Add a photo to a set” in Recued. Register one inbound file record as a photo in a set.

pack:job-photo-deliveryphotorecordsv2
by recued-core pinned v2

Use “Prepare a photo for delivery” in Recued. Extract one photo's embedded metadata, record exactly what it was carrying, then produce a metadata-stripped delivery copy and a thumbnail derived from that stripped copy.

pack:job-photo-deliveryphotoexifmetadata
by recued-core pinned v2

Use “Review what a set is carrying” in Recued. Show, photo by photo, what a set's images were carrying before they were stripped — GPS coordinates, camera, device serial, capture time. It reads information without changing data in the connected service.

pack:job-photo-deliveryphotoprivacydisclosure
by recued-core pinned v2

Use “Deliver a photo set” in Recued. Mail a set's prepared photos to the customer as attachments.

pack:job-photo-deliveryphotodeliverymail
by recued-core pinned v2

Use “Show the photo sets” in Recued. List photo sets with their customer, status and photo counts. Read-only — it opens no image and runs no CLI.

pack:job-photo-deliveryphotoboardrecords
by recued-core pinned v2
Show all 7 recipes
View pack details, dependencies, and permissions →

Opening a set

A set is one batch of photographs going to one customer — a completed job, a survey, a shoot.

Label is the key. Re-running with the same label converges, so this is safe to re-run.

Customer email and Send from are only used by Deliver a photo set. Without both, the set can still be prepared and reviewed — it simply cannot be mailed, and the delivery recipe will say so rather than half-sending.

Opening a set sends nothing and reads no photographs. Adding photos is Add a photo to a set; stripping and resizing is Prepare a photo; mailing is Deliver a photo set. The steps are separate because the disclosure between them is the point of the pack.

How it works 20 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (20 steps)
label trim
Trim whitespace from setting label
email_trimmed trim
Trim whitespace from setting customer email
customer_email lowercase
Convert email trimmed to lowercase
sender_mail_instance trim
Trim whitespace from setting sender mail instance
contact_name trim
Trim whitespace from setting contact name
job_ref trim
Trim whitespace from setting job ref
note trim
Trim whitespace from setting note
inputs_valid all
Check if all conditions are true
inputs_guard guard
Stop if inputs valid equals
existing ?
existing_rows default
Apply default
existing_count count
Count items in existing rows
set_exists compare
Check if existing count is greater than 0
created_at date_add
Add 0 seconds to
set_create ?
skip: step.set_exists equal true
set_id coalesce
Use the first available value from: set create record id, existing rows 0 id
set_recorded compare
Check if set id has data
set_guard guard
Stop if set recorded equals
mailable all
Check if all conditions are true
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

note setting =
label setting = [object Object]
job ref setting =
contact name setting =
customer email setting =
sender mail instance setting =

About

Tags

pack:job-photo-deliveryphotodeliveryrecordsv2

Details

20 steps 6 configurable settings recipe_id: open-photo-set