Action Types
slack
If you haven’t learned about actions checkout the actions page.
How to interact with the slack API with functionary.
Message a Slack Channel
typerequired
string = 'slack'
Must equal the string slack
.
integrationId
string
The integrationId
is the id from the integrations page. Technically, this is
optional. If it is left blank, we will send a message from the functionary
slack bot account.
argsrequired
object
methodrequired
string = 'message'
The type of slack action. In this case it’s message
.
message
sends a message to a slack channel.
channelrequired
templatable string
Name of the slack channel to send a message too.
contentrequired
templatable string
Content of the message to send to the slack channel.
{
"type": "slack",
"args": {
"method": "message",
"channel": "{{modelProperties.slackConnectChannel}}",
"content": "Finished integration."
}
}
See action for all the accessible properties for templating
We’ll build any action. No questions asked. Just email me at [email protected]