Mailscript cli
Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails.
Low-code automation for inbound emails. Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails. The project is written primarily in TypeScript, distributed under the MIT License license, first published in 2020. Key topics include: accessory, automation, cli, daemon, easy-to-use.
<a href="https://twitter.com/intent/follow?screen_name=getmailscript">
<img src="https://img.shields.io/twitter/follow/getmailscript.svg?label=Follow%20@getmailscript" alt="Follow @getmailscript" />
</a>
Table of Contents π
Features
- Low code automations for your emails
- Create automations to filter and route emails as they hit your inbox.
- Create an infinte number of email addresses, and automate them individually.
- Parses every element of the email for you and provides a clean JSON object with all the metadata you will need.
- No need to transfer over to another email provider: Use your current email provider with Mailscript.
- Integrate your own custom coded email filters. Filter based on key words, or email header contents.
- Redirect high priority emails to your primary inbox, keeping it clean of clutter.
Use Cases
- Send a text message to your phone upon receiving an important email
- Auto reply to first time senders.
- Save important attachments to a file server, or location of choice.
Getting Started π
- Read our documentation
- Take a look at the HTTP API documentation
Usage π©βπ»
Install through npm
In order to use the Mailscript CLI, you must first install it with the global flag. Run the following:
sh$ npm install -g mailscript
Alternatively, you could install the dev version (not recommended!)
sh$ npm install -g https://github.com/mailscript/cli.git
Basic usage
$ mailscript COMMAND
running command...
$ mailscript (-v|--version|version)
mailscript/0.4.8 darwin-x64 node-v14.15.0
$ mailscript --help [COMMAND]
USAGE
$ mailscript COMMAND
...
Login via local daemon
sh$ mailscript login ... You should see a browser window open prompting you to login to your Mailscript account. The daemon will handle the rest upon completion
Commands β¨
Ready to dive into Mailscript? Read the command line documentation
Development π¬
Development information available here
License β
CLI license: MIT
Contributors
Showing top 6 contributors by commit count.
