Haskell API Integrations
Haskell claims to have functional purity, and hence lacks side effects. This is of course a bit of a simplication that lends itself to many jokes. Of course we can do lots of interesting communication tasks with Haskell, as long as we know the right libraries! In this series, we explore a variety of ways we can interact with our users over the internet!
Twilio and Text Messages
Welcome to part 1 of our series on Haskell API integrations! Writing our own Haskell code using o...
Sending Emails with Mailgun
In part 1 of this series, we started our exploration of the world of APIs by integrating Haskell ...
Mailchimp and Building Our Own Integration
Welcome to the third and final part in our series on Haskell API integrations! We started this se...