# Creative Startup Founder Email Signature with Logo

**Use case:** 

Design a unique and creative email signature for a startup founder to reflect innovation and personality while establishing credibility. This distinctive signat

## Input

```json
{
  "name": "Emily Chen",
  "title": "CEO & Founder",
  "company": "Spark Innovations Co.",
  "email": "emily.chen@sparkinnovations.co",
  "phone": "+1-415-123-4567",
  "website": "https://www.sparkinnovations.co",
  "address": "123 Main St, San Francisco, CA 94102",
  "template": "creative",
  "socialMedia": {
    "linkedin": "https://www.linkedin.com/in/emily-chen-founder",
    "instagram": "https://www.instagram.com/sparkinnovations.co"
  },
  "branding": {
    "primaryColor": "#ff6347",
    "secondaryColor": "#4682b4",
    "logoUrl": "https://www.sparkinnovations.co/brand-logo.svg",
    "fontFamily": "Georgia, serif"
  },
  "outputFormats": [
    "html",
    "svg"
  ],
  "imageWidth": 600,
  "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.