Custom Intent to open Gmail Label

I am trying to launch a label using the touch function. The built in function is not working to open a gmail label so I am putting in the manual intent URL.

intent://#Intent;launchFlags=0x10000000;component=com.google.android.gm/.ConversationListActivityGmail;end

This opens the gmail app but I am trying to figure out how to get it to open my alternate email and label.

Any ideas?