# Create Modern Sales Team Email Signatures (PNG)

**Use case:** 

Generate sleek, modern email signatures as PNG images for your entire sales force to ensure visual consistency across all communications. This helps sales reps 

## Input

```json
{
  "name": "John Davis",
  "title": "Senior Sales Executive",
  "company": "Innovatech Global",
  "email": "john.davis@innovatech.com",
  "phone": "+1-888-777-9876",
  "website": "https://www.innovatech.com/sales",
  "address": "123 Main St, San Francisco, CA 94102",
  "template": "modern",
  "socialMedia": {
    "linkedin": "https://www.linkedin.com/in/john-davis-sales",
    "twitter": "https://twitter.com/InnovatechGlobal"
  },
  "branding": {
    "primaryColor": "#333333",
    "logoUrl": "https://www.innovatech.com/logo_small.png",
    "fontFamily": "Arial, sans-serif"
  },
  "outputFormats": [
    "png"
  ],
  "imageWidth": 450,
  "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.