Back to Docs
Actions

Export Actions

Trigger recipe exports directly from your workflows. Ship structured recipe data to third-party services, backup pipelines, or content platforms with a single action call.

Quick Start

Export actions live inside your recipe automations. When a trigger fires, Meridian serializes the matched recipe into your chosen format and delivers it to the configured destination.

Trigger → Filter → Export → Destination

Supported Formats

JSON

Full recipe graph with metadata

Markdown

Human-readable ingredient lists and steps

CSV

Flat ingredient table for spreadsheet imports

HTML

Styled recipe card ready for embedding

Destinations

Route exports to webhooks, cloud storage buckets, or email recipients. Each destination accepts a format-specific payload signed with your workspace key.

WebhookS3GCSEmailSFTP

Configuration

Add an export step in the workflow builder. Select format, destination, and optional field mapping. Meridian handles serialization, retries, and delivery acknowledgements.

action: export
format: json
destination: webhook
url: https://api.example.com/recipes

Need help?

Check the API reference for advanced field mapping and retry policies.

API Reference