# Add Person to Sales Engagement Cadence

{% hint style="info" %}
Authentication with a [Salesloft](/kb/integrations/salesloft.md) or [Outreach](/kb/integrations/outreach.md) is required to use this action. This action runs asynchronously and does not have any result outputs.
{% endhint %}

Use this action to add a Lead or Contact to an existing Sales Engagement Cadence and assign them to a specific User in the Sales Engagement platform. If the Lead or Contact already exists in the Sales Engagement Cadence, the action will skip that Lead or Contact.

## Configuration

{% tabs %}
{% tab title="Flow Element" %}

<figure><img src="/files/pzUq2C2juBQOnHvxq6TF" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Apex Properties" %}
Please note that you will not directly interact with these input fields as you do with some Flow Actions. Instead the Gradient Works custom editor will take care of the heavy lifting.

| Name           | Required | Type    | Description                                              |
| -------------- | -------- | ------- | -------------------------------------------------------- |
| assignToId     | No       | Id      | User Id to assign the Sales Engagement Cadence member to |
| assignToRecord | No       | User    | User to assign the Sales Engagement Cadence member to    |
| cadenceId      | No       | String  | Sales Engagement Cadence Id or Name                      |
| prospectId     | No       | Id      | Lead or Contact Id to add to Sales Engagement Cadence    |
| prospectRecord | No       | SObject | Lead or Contact to add to Sales Engagement Cadence       |
| {% endtab %}   |          |         |                                                          |
| {% endtabs %}  |          |         |                                                          |


---

# Agent Instructions: 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://docs.gradient.works/kb/automation-builder-kit-abk/actions/next-steps/addprospecttocadenceaction.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.
