I noticed from youtube it can be used, but for some reason in n8n it is not working.
I noticed something similar - trying to send adaptive card via ms team channel message but I cannot set the content type to json which I believe you need to be able to send such a thing
Any news on this?
Has anyone done this successfully?
{
“body”: {
“contentType”: “html”,
“content”: “”
},
“attachments”: [
{
“id”: “1”,
“contentType”: “application/vnd.microsoft.card.adaptive”,
“contentUrl”: null,
“content”: “{“$schema”:“http://adaptivecards.io/schemas/adaptive-card.json\\",\\“type\\”:\\“AdaptiveCard\\”,\\“version\\”:\\“1.5\\”,\\“body\\”:\[{\\“type\\”:\\“TextBlock\\”,\\“text\\”:\\"Demo Ticket: Lorem Ipsum Test”,“size”:“Large”,“weight”:“Bolder”,“wrap”:true,“spacing”:“Medium”},{“type”:“TextBlock”,“text”:“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.”,“wrap”:true,“spacing”:“Small”},{“type”:“TextBlock”,“text”:“Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.”,“wrap”:true,“spacing”:“Small”}],“actions”:[{“type”:“Action.OpenUrl”,“title”:“Visit iDzine”,“url”:“https://idzine.be”,“style”:“positive”}]}”
}
]
}
