# Post a message to a Slack Channel or User

Here are the steps required for SlapFive to set up the automated workflow that sends messages to Slack users:

1. Work with your SlapFive technical account manager to design the workflow trigger and actions. For example, the trigger could be that a customer has been selected to fulfill a request, the action is then to get permission from that customer's CSM or AM to use them to fulfill that request.
2. For the message you want to post to Slack, determine the following:

* [ ] The Slack Channel or the User the message should be sent to. If it is a User, decide which user role in the transaction, such as the Customer's Trusted Contact.
* [ ] The Text to appear in the message.
* [ ] The Attachment Title.
* [ ] The Attachment Title Link.
* [ ] The Attachment Text

<figure><img src="/files/PSWVRs8Ea50IFeznCUyJ" alt=""><figcaption><p>Defining the Slack Message to Post</p></figcaption></figure>

With a Slack Message defined as in the screenshot above, the message looks like this in Slack:&#x20;

<figure><img src="/files/8Zk00XS7L7NmPkyETVB9" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.slapfive.com/integrations/slack/post-a-message-to-a-slack-channel-or-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
