Jump to content

turn off support autoresponder for specific customer


sol2010

Recommended Posts

I have a few specific customers (VIPs) who always moan about the support ticket autoresponder.   It would be great if I could disable the support autoresponder just for a few customers - but keep it on for all the others.

Anyone know a way to turn off the email autoresponder on a per customer basis?  

Happy to have this as a hook if needed.

 

Alternatively, is there a way to "assign a support department" to specific customers (e.g. a VIP department that has no autoresponder but that only accepts emails from specific customers - as determined by their email addresses.)

 

 

 

Edited by sol2010
Link to comment
Share on other sites

43 minutes ago, steven99 said:

NotificationPreSend might work for this and just do an abort exception if the client is a VIP .

Thank you - that is helpful. 

So now I need to write the additional code to search for the client id e.g.  (simplified)  

1) get the submission email address and search for any related client ID 

2)  if client id exists and is in array { 123, 456, 789} (I guess I can manually add these) - then don't send the notification , else send per usual.

Also - I assume that this hook NotificationPreSend will not have any affect on the actual support ticket backwards and forwards ?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated