# LeadToAccountMatch

API Name: `GradientWorks__LeadToAccountMatch`

Provides information about Accounts that match a Lead as a result of executing [Match Lead to Account](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/matching/matchleadtoaccountaction).

## Properties

| Name      | Type                                                                                                            | Description                                                                                                  |
| --------- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| bestMatch | Account                                                                                                         | The Account (if any) that best matches the lead                                                              |
| count     | Integer                                                                                                         | The number of matches. This will be 0 if there are no matches.                                               |
| lead      | Lead                                                                                                            | The Lead that was matched                                                                                    |
| matches   | List<[AccountMatchResult](https://docs.gradient.works/kb/automation-builder-kit-abk/models/accountmatchresult)> | All the matching accounts in order of relevance. The first item in this list will correspond to `bestMatch`. |
