invalid_attachments_format
Open
- Dominant language
- PHP
- Stars
- 51
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to reply with attachment to command?
```
$bot->reply('', [
"attachments" => json_encode([
[
"color" => "good",
"text" => "No active timers found..."
]
])
]);
```
It fails with the following error in Slack:
*/comamnd* failed with the error "invalid_attachments_format"
Contributor guide
Assessment
This issue has not been assessed yet.