Freshdesk Apply Note with Attachments
Apply note with attachments
What it does
- Takes 6 inputs and produces 1 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| Domain | String (sensitive) | Freshdesk domain |
| API Key | String (sensitive) | Freshdesk API key |
| Ticket ID | String | Ticket id (execution_external_id) |
| Body message | String | Message |
| Filenames | List (optional) | Optional List of filenames (requires file extension). If empty, filenames will be automatically generated. |
| Files | List | List of files as URLs or Base64 strings |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether successfully sent a reply |