It would help if there was an output for:
Node google chat operation send and wait for response returns only object like this:
[
{
“data”: {
“approved”: false
}
}
]
It would be really useful if it returns message id like in case with create message
Are there any ways that i can get message id?
My use case:
Any resources to support this?
Are you willing to work on this?
If you require the message ID, you may need to use the “Create a message” operation instead, or consider alternative workflow designs…
But I need to keep functionality with approve and decline buttons. And wait node doesn’t suits me because I will have a big mount of messages and I want to be able to answer to a message with buttons and not in separate url.
@Kateryna_Kravchuk yep… you kind reached a dead end.
There is no built-in way to combine both features in a single step for Google Chat in n8n at this time.
Without extra logic , I am afraid you can’t achieve that.