Zendesk Send Attachment
Sends a Zendesk attachment with comment to a given zendesk ticket
Sends a Zendesk attachment with comment
Action Inputs
Name | Type | Description |
---|---|---|
Ticket ID | String | ID of the ticket to update |
Filename | String | Filename of attachment |
Base64 File | String | Base64 file string. Add “None” if you use the fileURL |
File URL | Optional String | file url - if used, it will override base64 input |
Body Comment | String | Comment to send with attachment |
Public | Boolean | True if comment is public |
Zendesk Token | String | Zendesk API Token |
Zendesk Username | String | Zendesk User Email with /token |
Zendesk Subdomain | String | Zendesk subdomain, can be found in your zendesk url |
Action Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether sent successfully |
Updated 2 months ago