Ryosuke Takahashi created NIFI-14089:
----------------------------------------
Summary: Add MethodsEndpointUrlPrefix Property to PublishSlack
Processor
Key: NIFI-14089
URL: https://issues.apache.org/jira/browse/NIFI-14089
Project: Apache NiFi
Issue Type: Improvement
Reporter: Ryosuke Takahashi
*Feature Request:*
I would like to request the addition of a property to customize the
"MethodsEndpointUrlPrefix" in the PublishSlack processor. This would allow
settings to be applied via
{{{}slackConfig.setMethodsEndpointUrlPrefix(methodsEndpointUrlPrefix);{}}}.
*Reason:*
We are currently using the PostSlack processor, but need to transition to the
PublishSlack processor for the following reasons:
# The {{files.upload}} API is scheduled to be deprecated on March 11, 2025.
[Reference|https://api.slack.com/changelog/2024-04-a-better-way-to-upload-files-is-here-to-stay]
# The PostSlack processor is planned to be deprecated, and transitioning to
the PublishSlack processor is recommended.
However, we are unable to migrate to the PublishSlack processor because we use
custom endpoints for the Slack Web API URL. Adding the ability to customize the
MethodsEndpointUrlPrefix would resolve this issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)