This action will remove a label from a Gmail conversation, removing it from every message in the conversation at the time the action runs. Messages added to the conversation later are not affected.
API endpoint slug
gmail.remove_label_from_conversation
Filter code method
Gmail.removeLabelFromConversation.skip(string?: reason)
Runtime method
runAction("gmail.remove_label_from_conversation", {})
Action fields
Label
Thread ID
Helper text
The conversation to remove the label from. Use the ThreadId ingredient from a Gmail trigger or query.
Slug
thread_id
Required
true
Can have default value
true
Filter code method
Gmail.removeLabelFromConversation.setThreadId(string: thread_id)
Label
Label
Helper text
The label to remove from the conversation.
Slug
label
Required
true
Can have default value
false