Reputation: 9037
Is it possible to post a message in Slack from a webhook with a Snippet?
Upvotes: 6
Views: 7442
Reputation: 32697
No, you can only post messages incl. attachments with webhook.
If you want to post a snippet, you need to use the API method files.upload
. Snippets are automatically created based on the specified or detected filetype
.
Upvotes: 7