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

W-16416195 | Slack New File Upload APIs #2746

Open
wants to merge 7 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12655,7 +12655,7 @@ Update the configuration for a workflow extension step. This operation makes an
| Step name a| String | Optional field used to override the step name that is shown in the Workflow Builder. | |
| outputs a| String | JSON array of output objects used during step execution. This is the data your app agrees to provide when your workflow step is executed. | |
| Workflow step edit ID a| String | Context identifier provided with `view_submission` payloads used to call back to `workflows.updateStep`. | | *x*
| inputs a| String | JSON key-value map of inputs required from a user during configuration. This is the data your app expects to receive when the workflow step starts. **NOTE**: The embedded variable format is set and replaced by the workflow system. You cannot create custom variables that will be replaced at runtime. [Read more about variables in workflow steps here](/workflows/steps#variables). | |
| inputs a| String | JSON key-value map of inputs required from a user during configuration. This is the data your app expects to receive when the workflow step starts. The embedded variable format is set and replaced by the workflow system. You can't create custom variables that are replaced at runtime. For more information about variables in workflow steps, refer to the https://api.slack.com/reference/workflows/workflow_step[Slack API documentation]. | |
| Step image URL a| String | Optional field used to override the app image that is shown in the Workflow Builder. | |
| Config Ref a| ConfigurationProvider | Name of the configuration to use to execute this component. | | *x*
| Streaming Strategy a| * <<RepeatableInMemoryStream>>
Expand Down
2 changes: 1 addition & 1 deletion slack/1.0/modules/ROOT/pages/slack-connector-studio.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Using Anypoint Studio to Configure Slack Connector l.0 - Mule 4
= Using Anypoint Studio to Configure Slack Connector 1.0 - Mule 4

Anypoint Studio (Studio) editors help you design and update your Mule applications, properties, and configuration files.

Expand Down
18 changes: 18 additions & 0 deletions slack/1.1/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: slack-connector
version: '1.1'
display_version: 1.1 (Mule 4)
title: Slack Connector
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
page-component-desc: Enables access to the Slack platform.
page-connector-type: Connector
page-connector-level: Select
page-exchange-group-id: com.mulesoft.connectors
page-exchange-asset-id: mule4-slack-connector
page-runtime-version: 4.2.1
page-release-notes-page: release-notes::connector/slack-connector-release-notes-mule-4.adoc
page-vendor-name: slack
page-vendor-title: Slack
page-service-name: Slack
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions slack/1.1/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.xref:index.adoc[Slack Connector]
* xref:index.adoc[Slack Connector Overview]
* xref:slack-connector-studio.adoc[Using Anypoint Studio to Configure Slack Connector]
* xref:slack-connector-xml-maven.adoc[Slack Connector XML and Maven Support]
* xref:slack-connector-examples.adoc[Slack Connector Examples]
* xref:slack-connector-reference.adoc[Slack Connector Reference]
27 changes: 27 additions & 0 deletions slack/1.1/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
= Slack Connector 1.1 - Mule 4



Anypoint Connector for Slack (Slack Connector) gives you access to the Slack platform. This connector exposes all of the operations provided by the Slack API. See Slack's https://slack.com/help/articles/115004071768-What-is-Slack-official[official site] to learn more.

For compatibility information and fixed issues, see the Slack Connector Release Notes.

include::connectors::partial$prerequisites-partial.adoc[]
* The Slack API
* Credentials to access the Slack target resource

== Authentication Types

Slack Connector uses the OAuth 2.0 authentication type, which uses access tokens provided by the authorization server to get access to protected data.

For information about configuring the OAuth 2.0 authentication type, see xref:slack-connector-studio.adoc[Using Anypoint Studio to Configure Slack Connector].

== Next Step

After you complete the prerequisites, you are ready to create your own app and configure the connector using xref:slack-connector-studio.adoc[Anypoint Studio].

== See Also

* xref:connectors::introduction/introduction-to-anypoint-connectors.adoc[Introduction to Anypoint Connectors]
* xref:connectors::introduction/intro-use-exchange.adoc[Use Exchange to Discover Connectors, Templates, and Examples]
* https://help.mulesoft.com[MuleSoft Help Center]
Loading