Introduction
This integration enables users to send messages to Slack channels directly from Clay. By utilizing Slack’s chat.postMessage API method, this feature allows seamless communication within specified Slack workspaces. Users can compose and dispatch messages to designated channels, leveraging Slack’s messaging capabilities while operating within the Clay environment.
Provider: https://slack.com
API Documentation: https://api.slack.com/methods/chat.postMessage
Input
Name | Is Optional | Description | Type |
Bot Name | true | The name of the Bot that will post the message | text |
Emoji | true | The emoji the Bot will use when posting the message | text |
Slack Channel | The Slack Channel you'd like to post the message to | text | |
Summary | true | Text at the beginning of the message (e.g. 'A new response has been submitted'). This field is markdown enabled | text |
Form Information | true | You can use this field to add structured form data to your message (i.e. First Name -> Kareem). The form will be sorted alphabetically based on field name. | object |
Output
Name | Type |
boolean |