Set up the core logic of your workflow
+ Add
to add one now.
Send a Message
action type for Slack), or can be a Custom HTTP Request
where you can make any API call to the connection.
.execute()
in your code.
SendMessage
action posts a message
to a Slack channel. To invoke this action in your workflow use
SendMessage.execute()
. The response is then stored in
SendMessage_response
.