# Contact added This webhook is triggered when a new contact is added to the account. It includes basic information about the contact and the company that added them. Endpoint: POST add-contact Version: 1.0.0 Security: basicAuth ## Request fields (application/x-www-form-urlencoded): - `action` (string, required) The action taken. Defaults to . Example: "add-contact" - `action_date` (string, required) The UTC timestamp of when the contact was added Example: "2025-08-07T12:41:52+00:00" - `company_id` (integer, required) The ID of the company that added the contact Example: 64034 - `contact_id` (integer, required) The ID of the newly added contact Example: 17499057 - `contact_name` (string, required) The name of the contact Example: "Abby" - `contact_email` (string, required) The email address of the contact Example: "abby@signable.co.uk" - `client_ip` (string, required) The IP address from which the contact was added Example: "203.0.113.150"