Close menu
Explore Plans
Mobile menu Close menu
Ghost

Add a label to a member

This action will add a label to an existing member on your Ghost site. The member's existing labels are kept.

Developer info

API endpoint slug
ghost.add_label_to_member
Filter code method
Ghost.addLabelToMember.skip(string?: reason)
Runtime method
runAction("ghost.add_label_to_member", {})

Action fields

Email Text input > Other

Label
Member email address
Helper text
The email address of the member to add the label to.
Slug
email
Required
true
Can have default value
true
Filter code method
Ghost.addLabelToMember.setEmail(string: email)

Label Text input > Other

Label
Label to add
Helper text
The label to add to the member (used for segmentation). It is created if it does not already exist.
Slug
label
Required
true
Can have default value
true
Filter code method
Ghost.addLabelToMember.setLabel(string: label)