I use a form in my help center with a custom field to collect an email address (not the requester's email). It's a Regex field that allows me to restrict the email address to the specific domains we allow. The submitted form is picked up by our API and sent to a different system that will have an error if it receives emails outside the allowed domains.
Is there a way that I can add the email address from that custom Regex field as a CC on the resulting ticket?
Can I pull an email address from a custom Regex field and make it a CC on a ticket?
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
I'm thinking that it's possible by the use of custom webhooks and the ticket update API. However, this is just an idea I have but the implementation for it is outside our scope.