Download file from URL and attach to CRM card
Downloads a file from a URL and attaches it to a file field of a CRM entity (deal, contact, company, lead).
Downloads a file from a URL and attaches it to a file field of a CRM entity (deal, contact, company, lead).
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| File URL | string | yes | |
| Entity type: deal / contact / company / lead | string | yes | |
| Entity ID | int | yes | |
| File field code (e.g. UF_CRM_DOCS) | string | yes | |
| File name (leave empty to extract from URL) | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Success (Y/N) | string |
| Name of the attached file | string |