# Minimalist Freelancer Email Signature (JPG)

**Use case:** 

Generate a clean, minimalist email signature as a JPG for independent freelancers or consultants to maintain a professional online presence. This simple yet eff

## Input

```json
{
  "name": "Michael Reed",
  "title": "Freelance Web Developer",
  "company": "Reed Digital Solutions",
  "email": "michael.reed@reedsolutions.dev",
  "phone": "+1-212-987-6543",
  "website": "https://www.reedsolutions.dev",
  "address": "123 Main St, San Francisco, CA 94102",
  "template": "minimalist",
  "socialMedia": {
    "linkedin": "https://www.linkedin.com/in/michael-reed-dev",
    "github": "https://github.com/michaelreeddev"
  },
  "branding": {
    "primaryColor": "#6a5acd",
    "fontFamily": "Verdana, sans-serif"
  },
  "outputFormats": [
    "jpg"
  ],
  "imageWidth": 500,
  "includeDisclaimer": false,
  "disclaimerText": "This email and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify the sender immediately and delete this email."
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "template": {
    "label": "Template",
    "format": "text"
  },
  "outputFormats": {
    "label": "Formats",
    "format": "array"
  },
  "htmlUrl": {
    "label": "HTML File",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image File",
    "format": "link"
  },
  "svgUrl": {
    "label": "Svg url"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Signature Generator](https://apify.com/crawlerbros/signature-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/signature-generator) to learn more, explore other use cases, and run it yourself.