Reputation: 67
I'm trying to send multiple message card in same time
When I'm doing a request for only one message with postman, it works for example :
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"summary": "Summary",
"title": "Connector Card HTML formatting",
"sections": [
{
"text": "This is some <strong>bold</strong> text"
},
}
And now, how can I create a another card message in same time?
Upvotes: 2
Views: 958
Reputation: 2464
Upvotes: 1
Reputation: 266
Currently Webhook does not support sending multiple messages in one request. This is by design.
Upvotes: 1