# Template added

This webhook is triggered when a new template is added to the account. It includes basic information about the template, including its title and fingerprint.

Endpoint: POST add-template
Version: 1.0.0
Security: basicAuth

## Request fields (application/x-www-form-urlencoded):

  - `action` (string, required)
    The action taken. Defaults to add-template.
    Example: "add-template"

  - `action_date` (string, required)
    The UTC timestamp of when the template was added
    Example: "2025-08-07T12:36:56+00:00"

  - `company_id` (integer, required)
    The ID of the company that added the template
    Example: 64034

  - `template_fingerprint` (string, required)
    A string identifying the newly added template
    Example: "584ea8b41b0d4c17a96b967433b211e6"

  - `template_title` (string, required)
    The title of the added template
    Example: "Signable Contract"

  - `template_page_total` (integer, required)
    The number of pages in the template
    Example: 5

  - `template_pages` (array, required)
    An array of page metadata (if available)

  - `template_thumbnails` (array, required)
    An array of thumbnail URLs (if available)

  - `client_ip` (string, required)
    The IP address from which the template was added
    Example: "203.0.113.150"


## Response 200 fields
