GetProjectAttribute
The GetProjectAttribute action retrieves the value of a specific project-level attribute. Project attributes store configuration and settings that apply to the entire project.
GetProjectAttribute(
field: str
)
Where:
- field: The name of the project attribute to retrieve.
Example
{{Set(name="booking_type", value=GetProjectAttribute(field="project_attributes_setting_booking_type"))}}
{{SendMessage(message=booking_type)}}The above code snippet retrieves the booking type setting for the project and sends it to the chat.
Updated 4 days ago
