Get file URL from CRM card
Reads a file field from a CRM entity and returns the download URL, filename, and size.
Reads a file field from a CRM entity and returns the download URL, filename, and size.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Entity type: deal / contact / company / lead | string | yes | |
| Entity ID | int | yes | |
| File field code | string | yes | |
| File index (0 = first, -1 = last; default 0) | int | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Download URL | string |
| File name | string |
| Size in bytes | int |
| File found (Y/N) | string |