1
3 Comments

Release 1.4: Filtered Job Alerts and Newsletter

Since beginning Full-Stack Job/Candidates Board has a Job Newsletter, where User can signup for daily or weekly Newsletter with a list of added Jobs during frequency.

Now with new Release, there is a possibility for the user to Setup different Newsletters, based on Filters for:

  • Tech Skill's
  • Countries, where Office is
  • Remote Work Option's
  • Job Type's

In the same Release and with same Filtering options User can define Job Alerts, which send him an Email for every new job added where his Filters apply. In a very next Release, there will be also a Web-Push and SMS option to get such alerts.

Check it out: https://fullstackjob.com/newsletter/subscribe

Cheers
Stefan

, Founder of Icon for Full Stack Developer Job Board
Full Stack Developer Job Board
on June 20, 2019
  1. 1

    Hey.. I’m wondering what the workflow is for your job board - what do you use to automate the jobs being pulled into an email template?

    1. 1

      Hey...
      Not sure if you mean WF for compiling the newsletter based on settings user did or how I "import" jobs.
      I assume it's first option :-)
      I have a Go-based engine with a scheduler, on task running daily, other once-weekly Friday morning. this task is then going through all subscriptions, make query based on user settings in subscription, which gives a list of jobs and then i iterate over this list and add the jobs to the email template. these emails are added to a NSQ (kind of RabbitMQ) based queue and from there send out through smtp provider.
      Then there is a option for user to get Info about new job added (also based on query). this is a job added via NSQ, which goes through subscriptions and where options are equal new job added, email is sent (via NSQ decoupled task) as above

      1. 1

        Thanks @altafino, yes I meant the WF for compiling :) I'm trying to use Premotely as a node-code experiment. There's been a rise in "newsletter content curation tools" but they all assume you want to post a series of web links, not structured data. You're answer is still helpful though :)

        I'm testing out MailerLite and a few others, even going as far as looking at their ecommerce integrations since they will pull in product data based on subscriber data.

        Anyway, thanks !