Send custom email in a scheduled job

Send custom email in a scheduled job

This question is answered

I am in the process of creating a job in telligent that calls the REST API for unanswered posts and finds out the post with "Replycount" 0 and then send out an email to a particular email address about all the above posts. After going through the documentation I think I can create the job and call the REST API but could not figure out on how to send an email to a particular email address leveraging telligent email capabilities.

Verified Answer
  • Sending email isn't part of the public API at this point.  The best route may be to just use the .NET email functionality to send the email yourself.  Googling "send email c#" returns a bunch of results for how to do that.

All Replies
  • Sending email isn't part of the public API at this point.  The best route may be to just use the .NET email functionality to send the email yourself.  Googling "send email c#" returns a bunch of results for how to do that.