Create an email signature
create_email_signatureBuild ready-to-paste email-signature HTML from a person's details. The output follows every rule that keeps a signature intact in Outlook for Windows and Gmail: tables only, inline CSS, absolute pixel widths, email-safe fonts, and images by absolute URL (never base64, which Gmail refuses to render). The free result carries one small credit line at the bottom; get_pricing explains how to remove it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City, or city and state. | |
| No | |||
| phone | No | ||
| company | No | ||
| website | No | ||
| language | No | Language of the credit line. Defaults to 'en'. | |
| No | |||
| template | No | Layout. Defaults to 'ficha'. Call list_signature_templates for what each one looks like. | |
| No | |||
| full_name | Yes | Person's full name. Required. | |
| No | |||
| job_title | No | ||
| photo_url | No | Absolute https URL of a photo or logo. Anything else is ignored. | |
| accent_color | No | Hex colour like #B4522F. Defaults to the SignatureForever vermilion. |