Description Usage Arguments Value Examples
View source: R/rt_ticket_history_reply.R
Reply to a ticket
| 1 2 3 4 5 6 7 8 9 | 
| ticket_id | (numeric) The ticket identifier | 
| text | (character) Text that to add as a comment | 
| cc | (character) Email for cc | 
| bcc | (character) Email for bcc | 
| time_worked | (character) | 
| attachment_path | (character) Path to a file to upload | 
| ... | Other arguments passed to  | 
(numeric) The ID of the ticket
| 1 2 3 4 5 6 7 8 | ## Not run: 
# Reply to ticket 11 with a courteous message
rt_ticket_history_reply(11,
                        "Thank you.
                        Have a great day!")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.