Split multi-file email attachments into individual files

Breaks a batch of attached files, like email attachments, into individual files you can process one by one.

How the work actually flows

A straight line. Runs once per each file in bundle.

Pattern: Sequence (1) ยท Multiple Instances without Synchronization (12)

flowchart TD trig>"batch of files arrives"]:::trig s0["identify files in bundle"]:::task s1[["split out each file"]]:::mi trig --> s0 s0 -->|"one per each file in bundle"| s1 out[/"individual files ready for processing"/]:::out pay{{"no manual separation of attachments"}}:::pay s1 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepRuns once per itemResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
General Automation
Connects
Email

The problem it solves

When several files arrive bundled together, like attachments on one email, handling them as a group makes it hard to save, forward, or process each one on its own. You end up manually separating files before you can do anything useful with them.

Who it fits

Teams that regularly receive multiple attachments per email or record and need to process each file separately.

How it works

  1. A batch of files arrives, such as email attachments
  2. The system identifies each file within the bundle
  3. Each file is split out into its own item
  4. Every file is ready for separate processing
What you get

Attachments ready to process one by one

You get every file bundled in an email attachment split out into its own separate item ready for individual handling.

What you get

Individual files split out from a bundle, ready to save, forward, or process one at a time.

What you need

Whatever email or storage account the files originally arrive in.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook