> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/integrations/dynamics/dynamics-journey-steps/create-update-lead.md).

# Dynamics - Create/Update Lead

![Create/Update Lead step configuration with Always create a lead checkbox](/files/rL3B1oQcvbUmNnCFxuNK)

### Step configuration

When you add this step to a Journey, configure the following fields:

* **Subject (required):** Sets the main title for the Lead record in Dynamics (for example, "Webinar Attendee" or "Contact Us Form").
* **Description:** Passes additional notes, campaign details, or context to your sales team.

### The "Always create a lead" setting

This checkbox controls how eMarketeer searches your CRM and handles existing records.

**If unchecked (default)**

This option protects your CRM from creating Leads for people who have already progressed in your sales cycle.

* eMarketeer first checks Dynamics to see if the person already exists as a Contact.
* **If they are a Contact:** The step stops completely. No Lead is created.
* **If they are not a Contact:** eMarketeer updates an existing Lead. If no Lead is found, it creates a new one.

**If checked**

This option forces the step to process the Lead, regardless of whether the person already exists as a Contact in your CRM.

* eMarketeer bypasses the initial Contact check and attempts to update an existing Lead.
* If no existing Lead is found, it creates a new Lead.
* **Smart linking:** If it creates a new Lead *and* the person already exists as a Contact in Dynamics, eMarketeer automatically links the new Lead to their existing Contact and Account records.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.emarketeer.com/integrations/dynamics/dynamics-journey-steps/create-update-lead.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
