Create a Ticket via the ticket API with an article of type “email”
Add an Article of type “email” to an existing ticket via the article API
both without this triggering an email to be send out.
We’d like to do this because:
We plan on performing a number of classification- and enriching-steps on incoming emails before tickets are created and we can pass all of those to the ticket directly if we create it via API
We still want the agent to be able to use the “reply to” feature of email-type articles
Actual behavior:
Whenever adding an article of type “email” an email is being send-out by the system. We found no way to suppress this
Steps to reproduce the behavior:
Use the Zammad-Ticket-API to create a new ticket with e.g. the following payload:
What kind of email is send out? Are these notification emails? If so, you can edit your profile to get only notifications for specific groups or actions.
This I think illustrates it well. Here we tested setting the “to” address to an address from which emails are imported to Zammad and this resulted in the email created via API being added to the ticket again
We’ve set the email we want to reply-to as the “to” field and it got populated in the recipient when using “reply”
We’ll try! For our first use-case this will be fine but later we’ll need to handle cc. We could do this by just maintaining multiple addresses in the “to”. Can this be done?