Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the Slack task to allow sending files as attachments #166

Open
anna-geller opened this issue Jul 23, 2024 · 2 comments
Open

Extend the Slack task to allow sending files as attachments #166

anna-geller opened this issue Jul 23, 2024 · 2 comments
Assignees
Labels
area/plugin Plugin-related issue or feature request enhancement New feature or request good first issue Great issue for new contributors

Comments

@anna-geller
Copy link
Member

anna-geller commented Jul 23, 2024

Slack task(s)

First, we need to make sure that attachments are possible on the Slack task.

Create a blueprint and a how-to guide on how to extract data from external source (via HTTP download) and sending that data directly via Slack and Email

I've heard feedback from a user who tried to simply extract data via HTTP download and then send that data as an email attachment or Slack attachment. We should create a guide on:

  1. How to set up Gmail to receive an email with an attachment
  2. How to configure Slack incoming webhook payload to receive data as an attachment to a Slack message

This blog post has a good example that can be used as a starting point for the Email attachment setup https://motherduck.com/blog/motherduck-kestra-etl-pipelines/

@anna-geller anna-geller added the documentation Improvements or additions to documentation label Jul 23, 2024
@anna-geller anna-geller assigned mgabelle and unassigned shrutimantri Sep 6, 2024
@anna-geller anna-geller added enhancement New feature or request area/plugin Plugin-related issue or feature request and removed documentation Improvements or additions to documentation labels Sep 6, 2024
@anna-geller anna-geller changed the title Create a blueprint and a how-to guide on how to extract data from external source (via HTTP download) and sending that data directly via Slack and Email Extend the Slack task to allow sending files as attachments Sep 6, 2024
@anna-geller anna-geller transferred this issue from kestra-io/docs Oct 10, 2024
@anna-geller anna-geller added the good first issue Great issue for new contributors label Oct 10, 2024
@mgabelle
Copy link
Contributor

After investigating for the Slack plugin :

  • Sending attachments with the IncomingWebhook is not possible.
  • We can send attachements but using a different API and a different authentication mode

@anna-geller
Copy link
Member Author

Let's add that if we can, thx a lot Matt 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request enhancement New feature or request good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

3 participants