You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2019/03/07 18:03:00 UTC

[jira] [Updated] (NIFI-6078) Create PostSlack processor

     [ https://issues.apache.org/jira/browse/NIFI-6078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated NIFI-6078:
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0
           Status: Resolved  (was: Patch Available)

> Create PostSlack processor
> --------------------------
>
>                 Key: NIFI-6078
>                 URL: https://issues.apache.org/jira/browse/NIFI-6078
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Peter Turcsanyi
>            Assignee: Peter Turcsanyi
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> Implement a new PostSlack processor which is able to upload and attach the FlowFile content (eg. an image) to the Slack message.
> The current PutSlack processor uses Slack Webhooks which have some limitations:
> - file uploading not supported, only text messages (which can contain attachment links, but not the file to be uploaded itself)
> - the current version of Slack Webhooks do not support the runtime configuration of Channel, Username, etc, parameters any more, so these properties of PutSlack have no effect
> To overcome these limitations, the Slack Web API needs to be used instead of Webhooks. Due to this technology change, it is better to reimplement the functionality in a new processor than extending the existing one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)