Password type field in gmail card service
Right now, in gmail appscript we don't have any option to add a password type field. Gmail Card Service for add-on has a very good ability to show any thing in it. We can integrate with any app which has basic REST api. We need authentication for that which commonly need password type field. Any work around to show password type field? Sabbu As of now, there is no support for password field in Gmail add-on. But we can build a hack for it. I hope password is needed only in registration forms. So, we can build a registration form using HTML and that can be served through authorization action.