Get requests via email/sms?

Is there a way to allow me to add a new TV series to Sonarr via email or SMS? Like a 3rd party integration of some kind?

Sure, if you build it. Get an SMS service that will post a msg to a url. Make that url on your machine and when received use the API to do it. This can also be done with a discord bot in the same manner :slight_smile:

if you have the ability to send an email or sms, you have an internet-capable machine, phone, or otherwise…
I’d use something like ombi, which can run on the same machine and you don’t have to invent the wheel :slight_smile:

1 Like

Ahh I didn’t realize there was an API. I guess I can build the rest of that yes. Thanks!