Create a Google folder
Create a new Action add a name to it and select application/json as template.
Select POST as method
Select the Google authentication created before in Google Authentication Setup
In the body section add
Â
{
"name":"{{issue.key}}",
"mimeType":"application/vnd.google-apps.folder",
"parents":["PARENT_ID_OF_FOLDER"]
}
If you want to add the folder in another folder use the parents field