If you haven’t learned about actions checkout the actions page.

How to interact with the slack API with functionary.

Message a Slack Channel
type
string = 'slack'
required

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.

args
object
required
method
string = 'message'
required

The type of slack action. In this case it’s message.

message sends a message to a slack channel.

channel
templatable string
required

Name of the slack channel to send a message too.

content
templatable string
required

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]