# Email Signature Generator Service

This microservice builds standardized HTML signatures for new employees. It
pulls the employee record from the database and merges the details into a
predefined template located in `api/templates/EmailSignature.php`.

The `EmailSignatureGenerator` service saves the rendered HTML file under the
`signatures/` directory and returns the file path. Future integration will
deploy the signature to Outlook using a web add-in.

Workflows can trigger this service using the `trigger_api` step with the item
`"email_signature"`.
