# Triggers the workflow new_lead **POST /wf/new_lead** Triggers the workflow new_lead ## Servers - https://cloover.co/version-test/api/1.1: https://cloover.co/version-test/api/1.1 () ## Parameters ### Body: (object) Body of the POST request - **address** (object) The address where the installation will be conducted. It can be different from the customer's personal address. - **country** (string) The country where the installation will be conducted. - **organization** (string) You can obtain your sales representative ID by making a GET request to the Get User Information endpoint. - **customer_email** (string) - **customer_first_name** (string) - **customer_last_name** (string) - **customer_phone** (string) - **comment** (string) - **sales_rep_id** (string) You can obtain your sales representative ID by making a GET request to the Get User Information endpoint. - **estimated_cost_of_installation** (number(float)) Estimated total cost of the installation after subsidies, including VAT. ## Responses ### 200 Workflow response #### Body: (object) - **status** (string) Outcome of the workflow - **response** (object) ### 400 Workflow failure #### Body: (object) - **status** (string) Outcome of the workflow - **message** (string) Error message for the workflow ### 401 Permission denied #### Body: (object) - **message** (string) Error message for the operation ### 404 Not found #### Body: (object) - **message** (string) Error message for the operation ### 405 Wrong method #### Body: (object) - **message** (string) Error message for the operation ### 429 Too many requests #### Body: (object) - **message** (string) Error message for the operation ### 500 Internal bug. Please file a bug report at bubble.io/support/report with the request that triggers this bug #### Body: (object) - **code** (string) Error code - **message** (string) Error message for the operation ### 503 Service Unavailable #### Body: (object) - **message** (string) Error message for the operation [Powered by Bump.sh](https://bump.sh)