# Add Person to Sales Engagement Cadence

{% hint style="info" %}
Authentication with a [Salesloft](https://docs.gradient.works/kb/integrations/salesloft) or [Outreach](https://docs.gradient.works/kb/integrations/outreach) 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="https://2378295204-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUYXbv7c6RsZzQ00WCDTM%2Fuploads%2Fgit-blob-59a5460e9c2f6a1f0d6ebdf5d46accc34e77d767%2FAddProspectToCadenceAction.png?alt=media" 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 %}  |          |         |                                                          |
