From 2e989ac8e6108901fe39f5e908b651500c369b00 Mon Sep 17 00:00:00 2001 From: Michael Lim Date: Thu, 17 Oct 2024 16:51:16 -0700 Subject: [PATCH] Adding AI disclosure to LGL readme. --- components/little_green_light/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/little_green_light/README.md b/components/little_green_light/README.md index 45483012d2bf1..40abb84cb906c 100644 --- a/components/little_green_light/README.md +++ b/components/little_green_light/README.md @@ -2,6 +2,8 @@ The Little Green Light API provides access to a robust donor management platform, allowing for the creation, retrieval, update, and deletion of donor data. With the API, you can automate tasks related to fundraising, event management, and donor engagement. On Pipedream, you can harness this API to construct serverless workflows that trigger on various events, integrate with other apps, and automate repetitive tasks without managing infrastructure. +Note: Little Green Light strongly recommends against connecting your LGL account with any AI services like ChatGPT, as that could lead to unintended use of personal data. + # Example Use Cases - **Sync Donor Information to Google Sheets**: Whenever a new donor is added in Little Green Light, automatically add their details to a Google Sheet. This workflow can help maintain an up-to-date backup of donor data and facilitate easy sharing and reporting.