How to send an Adaptive Card to Teams with a form and wait for form reply

Hi,

I would like to know if anyone knows what approach I should take to send an Adaptive Card in a Teams channel where I draw a form with 1 field (Name) and a button “Accept”, the tricky part is that I would like continue my workflow in n8n once the field is set and the Accept button is clicked.

As a first attempt, I’ve sent the Adaptive Card to teams by using an “HTTP Request” node, the thing is that I haven’t found the way n8n can wait for a reply and it looks like the button in the Adaptive Card can’t communicate back to n8n.

Thanks you for any inputs.

I would suggest creating a new workflow (Webhook) and have that one called with sufficient information from the Adaptive Card to continue the proces (running in a a new workflow).