Are rich text arguments supported for external action integrations?

The external action integrations documentation says that arguments can either have type “text” or type “textArea.” I assume “textArea” is for rich text fields. When I try to make an argument with an argument of type textArea, though, I get the following error when I try to use the action:

Action "Note Text" isn't supported yet :(

(Note Text is the name of the textArea argument)

Is it not possible to use rich text areas as action arguments yet?

Hi, @seaotternerd

Please use "type": "textarea" instead of "textArea".
Thanks for letting us know, will fix docs.

Thanks! That worked!