Notify channels when emails from particular senders / subjects come in #1

Open
opened 2021-08-11 11:38:38 +00:00 by 3wordchant · 0 comments
Owner

Email from client@example.com → boop in #clients.example.

Email with "project" (case insensitive) in the subject → boop in #clients.project

Thinking either a YAML or a JSON config, like:

channels:
	fashionrevolution:
    	rules:
        	sender: client@example.com 
        channel: "#clients.example"
Email from `client@example.com` → boop in `#clients.example`. Email with "project" (case insensitive) in the subject → boop in `#clients.project` Thinking either a YAML or a JSON config, like: ``` channels: fashionrevolution: rules: sender: client@example.com channel: "#clients.example" ```
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 3wordchant/mailboop#1
No description provided.