Get company/contact address
Reads the actual or legal address of a CRM company or contact, returning it as a single string and as individual parts.
Reads the actual or legal address of a CRM company or contact, returning it as a single string and as individual parts.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Entity type: company / contact | string | yes | |
| Company or contact ID | int | yes | |
| Address type: 1 — actual (default), 6 — legal | int | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Full address (single line) | string |
| City | string |
| Street (ADDRESS_1) | string |
| Postal code | string |
| Region | string |
| Country | string |
| Address found (Y/N) | string |