laravel-notification-channels / microsoft-teams

Microsoft Teams Notifications Channel for Laravel
https://laravel-notification-channels.com
MIT License
137 stars 15 forks source link

[Feature] Dismiss Button #10

Closed hanstsangcwc closed 2 years ago

hanstsangcwc commented 3 years ago

is it possible to make a button disappear after clicking it?

or dismiss the whole card like polly?

Thank you

image

Tob0t commented 3 years ago

Hmm I never tried it but I suggest to check out https://messagecardplayground.azurewebsites.net/ or https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference#actions

Basically you should be able to create everything described in the documentation with the method action(string $text, $type = 'OpenUri', array $params = [])

Tob0t commented 2 years ago

Closed due to inactivity