# Standardized Customer Support Email Signature HTML

**Use case:** 

Create a standardized email signature in HTML for customer support teams to ensure consistent, professional communication with clients. This helps build trust a

## Input

```json
{
  "name": "Alex Johnson",
  "title": "Customer Support Specialist",
  "company": "HelpDesk Pro",
  "email": "support@helpdeskpro.com",
  "phone": "+1-800-111-2222",
  "website": "https://www.helpdeskpro.com/support",
  "address": "123 Main St, San Francisco, CA 94102",
  "template": "corporate",
  "socialMedia": {
    "linkedin": "https://www.linkedin.com/in/johndoe",
    "twitter": "https://twitter.com/johndoe",
    "github": "https://github.com/johndoe",
    "facebook": "https://facebook.com/johndoe",
    "instagram": "https://instagram.com/johndoe"
  },
  "branding": {
    "primaryColor": "#28a745",
    "logoUrl": "https://www.helpdeskpro.com/hd-logo.png"
  },
  "outputFormats": [
    "html"
  ],
  "imageWidth": 600,
  "includeDisclaimer": true,
  "disclaimerText": "Thank you for contacting HelpDesk Pro. We strive to provide excellent support."
}
```

## 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.