Skip to main content

Trigger on renewal date

  • October 18, 2018
  • 3 replies
  • 103 views

I would like Freshdesk to email me 2 weeks before the our customer contract is ending. I have the ending contract date stored in "renewal date" field on the customer.

How will I setup the trigger to manage that? 


Regards

Niklas

Did this topic help you find an answer to your question?
This topic has been closed for comments

Sounds like you would have to do that in your CRM (Salesforce) to email you or your support alias, if that is desirable.


Hi Niklas,


You can use the "Renewal Date" field in the Company's profile:


image




image


There is an API to retrieve this date:


https://developers.freshdesk.com/api/#companies


image



You can probably create a custom app to trigger an alert every time a company is 2 weeks away from their renewal date. 



Thanks a lot!