Chek Signature Service

This service generates email signatures for Chek Creative team members, with options for ad-hoc generation and previewing. It is designed to be deployed as a Cloudflare Worker.

Usage

Endpoints

Optional Query Parameters

Example

To generate a signature for John Doe with a custom title and company, you can use the following URL:

/signature?full_name=John Doe&title=CEO&company=Chek Creative

This will return the signature HTML with the custom title and company, and the headshot photo hidden.

Deployment

To deploy this service, you can use the following command:

wrangler deploy

This will deploy the service to the Cloudflare Workers platform.