Please don’t spam tags - there’s a reason multiple tagging isn’t allowed in a post as mentioned in the Code of Conduct:
When you mention others to answer your question, be patient, we do our best to answer questions as quickly as possible, but sometimes we cannot jump on all questions right away. Additionally, the list of mentioned people should not exceed one person per post.
That said, you should provide more pertinent detail on what you have tried, as recommended in “How to ask a great question”, for example:
- What’s the URL you are sending your information to?
- What does your request look like?
- What command did you use to run the server?
- Are you using local mode or server mode? If the latter, which deployment method are you using?
- What are the relevant configuration points?
What you should generally do is add rest:
to your credentials.yml
file like here. You then make a POST
request to http://localhost:5005/webhooks/rest/webhook
with the following raw body:
{
"sender": "User",
"message": "Hello, world!"
}