Do the full update ticket flow when followups are posted from the API

This commit is contained in:
Timothy Hobbs 2023-11-29 22:03:09 +00:00
parent 9526ca9820
commit 5e1fb838cb

View File

@ -4,6 +4,9 @@ Integrating django-helpdesk into your application
Ticket submission with embeded iframe
-------------------------------------
Ticket submission with embeded iframe
-------------------------------------
Django-helpdesk associates an email address with each submitted ticket. If you integrate django-helpdesk directly into your django application, logged in users will automatically have their email address set when they visit the `/tickets/submit/` form. If you wish to pre-fill fields in this form, you can do so simply by setting the following query parameters:
- `queue`