How can it be achieved inside Zendesk to parse a Zendesk subject or ticket descriptions using regular expression and store the content in a custom field?
Examples
- Parse a customer ID and store it in a custom field i.e. #CUST123
- Parse a order ID and store it in a custom field i.e #2019-O112233
- …
Solution
We have built a middleware/API that does exactly that. It makes use of regular-expressions, so every format you need is possible.
The desired parsing action will be pushed to our Zendesk AddOn API and the required custom field will be updated.