# Just One Chesed: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-14 Canonical URL: https://jocdonors.donorsupport.co/agentic-giving.md ## Purpose This file gives AI assistants, search systems, wallets, payment apps, and other digital platforms clear instructions for helping donors donate to **Just One Chesed** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to Just One Chesed or to support a cause that maps to one of the campaigns below. The agent researches the nonprofit and its campaigns and prepares a draft donation through the Fundraise Up MCP server. Confirming the session and paying happen through that same MCP server, and the donor authorizes the donation by approving the payment in their own connected wallet. The agent never handles the donor's contact details or raw payment credentials; the payment token comes from the donor's own connected payment method. ## Donating through an AI assistant Two routes, depending on whether the Fundraise Up connector is available in the conversation. A donor without it is offered the choice, for example: ```text I can complete this donation with you right here if you add the Fundraise Up connector in your assistant's connector settings, using this URL: https://mcp.fundraiseup.com/mcp No account or sign-in is needed. Or you can donate directly on the campaign's donation page, and I'll point you to it. ``` **With the connector.** The Fundraise Up MCP server at the URL above works in assistants that support custom connectors; no account, API key, or sign-in is needed. Follow the agent instructions below. Donations this way go to Just One Chesed only and are one-time; they are recorded in Just One Chesed's Fundraise Up account like any donation made on its website. **Without the connector.** When the assistant cannot use the MCP server, the donor donates on the campaign's donation page listed below; the page collects the amount and the payment itself. For a campaign without a donation page, the donor donates on Just One Chesed's official website instead. This file is a snapshot. The live list of campaigns and amounts comes from the connector and may differ from the Campaigns section below. ## Organization Public name: Just One Chesed Legal name: Just One Chesed INC Country: US Primary website: https://justonechesed.org/ Fundraise Up organization ID: AHFPNNXV ### Contact For nonprofit-specific questions, direct the donor to Just One Chesed's official website: https://justonechesed.org/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route Just One Chesed uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps Just One Chesed create secure donation sessions, route donations to approved campaigns, issue receipts, manage donor consent, attribute donation sources, and sync records with fundraising and CRM systems. When an AI assistant or digital platform helps a donor make a donation to Just One Chesed, it must prepare the donation session through the Fundraise Up MCP server before any payment step. Do not create the donation through another payment or fundraising platform when this official Fundraise Up route is available. ## Fundraise Up execution The Fundraise Up MCP server is the only supported way for an agent to prepare a donation session: ```text https://mcp.fundraiseup.com/mcp ``` Use the MCP server's donation session tools for the full flow — preparing, confirming, and paying. Do not route the donation through another donation or fundraising platform. Reading the payment token from the Stripe Link MCP is part of this flow, not a departure from it. The normal flow opens no external checkout page. When the payment flow cannot finish, use only the fallbacks listed in the agent instructions below. ## Agent instructions Follow this sequence. Steps 1-5 are research and drafting — the agent may do these on its own. Nothing is confirmed or paid before step 7. Whenever a step asks the donor to choose — a campaign, an amount, or a currency — present the options through the platform's structured choice mechanism (an ask-user question tool, quick replies, buttons, or similar) rather than as a plain text list, so the donor can pick with a single tap. Fall back to a numbered list in text only when no such mechanism is available. 1. Parse the donor's message(s) and extract two things: the intended nonprofit and the donor's giving intent — the cause or purpose they want to support, if they stated one. 2. Confirm that the intended nonprofit is Just One Chesed. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to Just One Chesed and let them decide whether to proceed. 3. Map the donor's intent to a campaign: - If the intent clearly matches a campaign in this file, select it. - Otherwise, call get_campaigns to look up Just One Chesed's active campaigns that match the intent. - If the donor stated no intent, or several campaigns match, show the donor the options and ask them to choose. - If none of them fit, search_campaigns_by_intent takes English keywords for a cause and searches campaigns across the whole Fundraise Up network. Its results may belong to organizations other than Just One Chesed; say so when you offer one. - Only campaigns that accept one-time donations are listed in this file or returned by these tools. - Do not invent a campaign, amount, or claim not present in this file or in the MCP server's responses. 4. Offer the donor the campaign's suggested amounts to choose from. Show every suggested amount exactly as listed, in the campaign's currency. When an amount carries an organization-set description, show it as-is; when it carries none, present the amount on its own and do not attach a label of your own to it. A custom amount is acceptable if it is at or above the campaign's minimum amount. Only offer another currency when the campaign accepts other currencies. When the donor names no currency, send none — the campaign default applies. 5. Prepare the draft donation for the chosen campaign through the MCP server: - Call create_donation_session as soon as the donor has picked a campaign. Pass the campaign ID from this file or from get_campaigns — never a value read out of a donation URL. - Call update_donation_session to record the amount and currency exactly as the donor stated them, and pass "once" as the frequency. Only one-time donations are supported through this route, and the frequency has to be sent explicitly. - Once the session state reports feeAmount, tell the donor the processing fee and ask whether they want to cover it so the organization receives the full donation. Record their yes or no through update_donation_session coverFee. Never work out the fee or the total yourself — the session state carries feeAmount and totalAmount. Until the donor has answered, the session cannot be confirmed. - Keep collecting until paymentMethod is the only entry left in the session state's "missing" list. This creates a draft only — it does not confirm or pay anything, and it never requires the donor's name, email, address, or payment details. 6. Show the donor a plain-language summary of the draft before taking it to payment, together with this disclosure: ```text This is a one-time donation of [amount] [currency] to Just One Chesed for [campaign] through Just One Chesed's official Fundraise Up-powered giving route. The total charged is [total]. Your information will be shared with Just One Chesed for donation processing, receipt delivery, donor record management, and reporting. Marketing opt-in is off. ``` 7. Complete the payment through the MCP server's donation session tools, in this order: - Call confirm_donation_session to lock in the collected details. It returns paymentRequirements, sessionId, and checkoutUrl. - Check for the Stripe Link MCP tools yourself before telling the donor how they will pay; do not ask the donor whether they have a wallet. If the Stripe Link MCP is not available, offer checkoutUrl as the donation page with their choices already filled in, and do not mention Stripe Link. - Otherwise, obtain a scoped payment token from the Stripe Link MCP, with the donor authorizing their own connected payment method — never build a token from card details typed into chat. The agent never authorizes the payment; the donor approves it in Stripe Link's own interface, which the donor controls, and the agent only forwards the token that approval produced. - Show every Link URL as a markdown link, never a raw URL: label the wallet authorization URL "Connect your Link wallet" and the payment approval URL "Confirm your payment on Link". - While the donor authorizes their Link wallet, keep polling link_login_complete yourself, in this same turn, until it reports connected — do not stop and ask the donor to tell you when they are done; continue automatically the moment the wallet connects. Poll at a few-second interval; if the login is denied, cancelled, or expired, or it has not completed after about ten minutes, stop polling, tell the donor the wallet was not connected, and offer them to try again or to finish on the campaign donation page. - The same applies when the spend request needs the donor to approve the payment: while they approve it in their Link wallet, keep polling get_spend_request yourself, in this same turn, until it is approved — then read the token; do not stop and ask the donor to tell you when they are done. Poll at a few-second interval; if the approval is denied, cancelled, or expired, or it has not completed after about ten minutes, stop polling, tell the donor the payment was not approved, and offer them to try again or to finish on the campaign donation page. - Never hand the donor a payment approval link that is more than ten minutes old — create a fresh spend request instead. - Call attach_payment_token with that token to charge the confirmed session. Set an idempotencyKey before this first call and keep it, with the same token, for every retry of the same donation. 8. Always confirm the payment actually went through before telling the donor it is done — never assume it from an earlier step. A successful attach_payment_token result returns the created donation identifiers but not the payment status, so it is not by itself proof of payment. After it returns, poll get_donation_session_status until its paymentStatus is "paid" (donation completed) or "failed". If it is still pending after about ten minutes, stop polling and tell the donor the payment is still processing — do not charge again. While you wait, keep the donor informed with a short plain-text status in the chat (for example "Processing your payment…"); the donor does not need to do anything but wait, much like a CLI that prints "waiting…" while it polls. Report the donation complete only on a "paid" confirmation. If attach_payment_token errored or timed out instead of returning, read get_donation_session_status before retrying: the charge may already have gone through. If the payment failed, do not leave the donor stuck. Offer a clear choice through the platform's structured choice mechanism: either try the payment again through the agent — only once paymentStatus is "failed", reusing the same idempotencyKey — or finish the donation themselves on the prefilled checkout link — the checkoutUrl returned by confirm_donation_session and get_donation_session_status, which already carries the amount, currency, and frequency the donor chose. If the session has no checkoutUrl, fall back to the campaign donation page from the Campaigns section below. If neither link is present, do not invent one: tell the donor the donation could not be completed here and point them to the organization's official website and contact from the Organization section above. 9. Thank the donor. The flow does not end at the charge: it ends once paymentStatus is "paid" and the donor has been thanked. Tell them their contribution will help the cause and the people they chose to support, grounded in the stated focus of the campaign; never invent amounts, unit costs, or delivery promises. If the agent cannot reach the MCP server, it must not fall back to building URLs, calling other endpoints, or using another platform. Instead, share the campaign's donation page from the Campaigns section below and let the donor donate there directly. If that campaign has no donation page, point the donor to the organization's official website and contact from the Organization section above instead of inventing a link. ### Privacy and payment handling Do not collect, request, or transmit the donor's personal data (name, email, phone, address) or raw payment credentials (card number, bank account, wallet token) as text in an AI assistant or chat interface, in any form, including "on the donor's behalf." Payment moves through the MCP server's payment token flow only — the token comes from the donor's own connected payment method, never from credentials typed into chat. Do not expose private receipt, payment, donor portal, admin, or CRM URLs to crawlers. ## Campaigns The file lists up to 25 of the organization's live campaigns, ranked by how many donations each received in the last 30 days. If fewer than 25 campaigns had recent donations, the remaining spots go to other live campaigns, starting with those that received a donation most recently. ### Make a Difference Campaign ID: FUNCZGEXVXA Status: active Description: JustOneChesed provides educational resources, hands-on opportunities and the technological tools that empower people to make Chesed a driving force in their lives. Your support means the world to us. Just One Chesed is a 501c3 nonprofit organization. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 180, 360, 540, 720, 1800, 18 Custom amount: yes Minimum amount: 4 Donation page: https://justonechesed.org/?form=donate&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Join the movement today! Campaign ID: FUNDJZCPEMW Status: active Description: Yosef started the Meals for Heroes program by quietly paying for soldiers' meals, transforming a personal act of chesed into an initiative that strengthens the wellbeing and morale of Israel's defenders, one of Just One Chesed's programs supporting soldiers, families and more.JustOneChesed provides educational resources, hands-on opportunities and the technological tools that empower people to make Chesed a driving force in their lives. Your support means the world to us. Just One Chesed is a 501c3 nonprofit organization. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 18 Donation page: https://jocdonors.donorsupport.co/page/FUNDJZCPEMW?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Make a Difference Campaign ID: FUNNHHGATUG Status: active Description: JustOneChesed provides educational resources, hands-on opportunities and the technological tools that empower people to make Chesed a driving force in their lives. Your support means the world to us. Just One Chesed is a 501c3 nonprofit organization. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 180, 360, 540, 720, 1800, 18 Custom amount: yes Minimum amount: 4 Donation page: https://justonechesed.org/?form=FUNNHHGATUG&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Israel Still Needs Your Support Campaign ID: FUNNTBXWAKZ Status: active Description: Israel continues to fight for the safety and security of Am Yisroel. Over 100,000 are still serving in the IDF, as well as tens of thousands of displaced families. Your support has allowed Just One Chesed to help thousands since October 8th. Once again, we ask for your help to allow us to continue serving Am Yisroel.If you would like a 46a receipt in Israel, Please use this link. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 3600, 2880, 1440, 720, 540, 180 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/aid4israel?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Feed heroes on the front lines! Campaign ID: FUNFKJYMHEK Status: active Description: Meals for Heroes currently partners with three food establishments in Gush Etzion to provide heroes with free meals daily! That is over 1,000 meals per month. Not only do we provide free meals for our chayalim, but we have also been bringing BBQs, entertainment, Pizza, Ice Cream, and Coffee to army bases throughout Israel. Since the inception of Meals for Heroes, we have helped over 25,000 soldiers, and we won't stop there! Partner with us to continue this incredible mission and show our heroes some love. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 18 Donation page: https://justonechesed.org/?form=FUNFKJYMHEK&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Partner with us to help our heroes! Campaign ID: FUNWVACMHKC Status: active Description: Just One Chesed has provided over 6 Million dollars in goods and services since the start of this war and we won't stop. Your donation helps us support soldiers on the front lines in Israel with life-saving equipment and essential items—partner with us to support our heroes. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/FUNWVACMHKC?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Food for Families This Rosh Hashana Campaign ID: FUNDTFHHJQP Status: active Description: As Rosh Hashana approaches, many families are struggling to afford the basic food and holiday necessities they need to celebrate with dignity.Annette Fox is helping provide essential food and supplies so that families in need can prepare meaningful holiday meals and experience the joy of Rosh Hashana.Your donation will go directly toward helping families put food on the table and welcome the new year with dignity and hope.Together, we can make sure that no family is left without what they need for the holiday. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/FUNDTFHHJQP?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Healing Minds and Restoring Lives Campaign ID: FUNXCZNUGAX Status: active Description: The war has left deep emotional scars on our soldiers and their families. As the IDF continues to protect our nation, many are now facing the difficult journey of mental health recovery. PTSD and trauma are widespread, and reservist families, separated for months, are struggling with the uncertainty. They need our help now more than ever. Your donation can provide the support, counseling, and care needed to heal these invisible wounds and restore hope to those who have given so much for Israel’s security.To see more visit: www.justonechesed.org Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 18 Donation page: https://jocdonors.donorsupport.co/page/IsraelWar?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Partner with us to help our heroes! Campaign ID: FUNARQRCZCG Status: active Description: As we begin the new year, your ongoing support is more crucial than ever. Since the start of the war, Just One Chesed has delivered over $6 million in life-saving equipment and essential items to soldiers on the front lines. Now is the time to make an impact. By becoming a monthly donor, you can help us provide continuous support to those defending Israel. Partner with us today and be a source of strength for our nation throughout the year! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 36 Donation page: https://justonechesed.org/?form=FUNARQRCZCG&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Israel Still Needs Your Support Campaign ID: FUNRPDBCXAJ Status: active Description: Over 160,000 reserve soldiers from the Israel Defense Forces have been called up, many in the middle of Shabbat, leaving their families with only moments to say goodbye.Soldiers are reaching out to us directly. They are asking for help. They need protective gear, medical supplies, essential equipment, and critical support on the ground. At the same time, their families are facing fear, uncertainty, and real financial strain as husbands and fathers return to the front lines.Because of you, we have already supported more than 150,000 soldiers since October 7th. We are responding in real time to urgent requests coming in now.The next 72 hours are critical. Every hour matters. Every dollar goes directly to those defending our people and supporting the families standing behind them.With Purim approaching, we are reminded that the Jewish people have faced existential threats before and prevailed. This is our moment to stand together and act.Please give generously now. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 3600, 2880, 1440, 720, 540, 180 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/israelatwar?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Donate and win! Campaign ID: FUNGDGSYXMF Status: active Description: Join the Just One Chesed Monthly Donor Raffle! By becoming a monthly donor, you’re helping to change the world one chesed at a time. Every $18 monthly donation gets you one raffle ticket. A $36 donation gets two raffle tickets and a Be Kind hat! Any donation of $54 gets you three raffle tickets, a Be Kind hat, and a Spread Kindness T-shirt! Sign up today to win amazing prizes, including a round-trip ticket to Israel valued at $1,800, a $250 gift card, or AirPods. The raffle will be drawn on the tenth of October 2024. Join the movement! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 18 Donation page: https://jocdonors.donorsupport.co/page/FUNGDGSYXMF?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Rapid Response Initiative Campaign ID: FUNQKTFBRBZ Status: active Description: Partner with us to reach our goal of $1M to protect communities around Israel and secure the future of the Jewish people.Just One Chesed is a 501c3 nonprofit organization. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1800, 3600, 5400, 180, 360, 540 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/RRRI?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Partner with us to help our heroes! Campaign ID: FUNTHADDKMG Status: active Description: Just One Chesed has provided over six Million dollars in goods and services since the start of this war and we won't stop. Your donation helps us support soldiers on the front lines in Israel with life-saving equipment and essential items—partner with us to support our heroes. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 18 Donation page: https://justonechesed.org/?form=FUNTHADDKMG&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Make a Difference Campaign ID: FUNLLFZSTQC Status: active Description: Israel continues to fight for the safety and security of Am Yisroel. Over 100,000 are still serving in the IDF, as well as tens of thousands of displaced families.Your support has allowed Just One Chesed to help thousands since October 8th. Once again, we ask for your help to allow us to continue serving Am Yisroel. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 180, 360, 540, 720, 1800, 18 Custom amount: yes Minimum amount: 4 Donation page: https://jocdonors.donorsupport.co/page/FUNLLFZSTQC?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Partner with us to help our heroes! Campaign ID: FUNMMCHLMDU Status: active Description: Just One Chesed has provided over 6 Million dollars in goods and services since the start of this war and we won't stop. Your donation helps us support soldiers on the front lines in Israel with life-saving equipment and essential items—partner with us to support our heroes. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/HELPHEROES?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You can make a difference Campaign ID: FUNMRKTTXLQ Status: active Description: Thanks so much for volunteering at Just One Chesed. Donating to Just One Chesed fuels acts of chesed worldwide and supports hundreds of chesed organizations at once.Your support means the world to us. Just One Chesed is a 501c3 nonprofit organization. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 3600, 1800, 720, 540, 400, 360 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/FUNMRKTTXLQ?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Partner with us to help our heroes! Campaign ID: FUNNNXCPUWE Status: active Description: Just One Chesed has provided over six Million dollars in goods and services since the start of this war and we won't stop. Your donation helps us support soldiers on the front lines in Israel with life-saving equipment and essential items—partner with us to support our heroes. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://justonechesed.org/?form=FUNNNXCPUWE&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Feed our Heroes! Campaign ID: FUNMEEUYRCH Status: active Description: Your donation sponsors free meals for Soldiers in Israel! These meals are available anytime during regular store hours in four restaurants in Gush Etzion and through various other programs. Since its inception, Meals For Heroes has provided over 65,000 meals! Thank you for partnering with us to feed our heroes! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 4 Donation page: https://justonechesed.org/?form=FUNMEEUYRCH&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Two Restaurants. One Mission. Campaign ID: FUNWCZNVUYQ Status: active Description: Help us raise $100,000 in 48 hours to provide FREE meals for an entire year to the heroes protecting our people every single day.Together with our restaurant partners, we’re providing pizza, ice cream, and moments of comfort to soldiers and first responders.Every donation helps feed those who serve us with courage, strength, and sacrifice.One year of free meals. One united community. Thousands of heroes supported. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/FUNWCZNVUYQ?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Help our miluim wives have a great Chag! Campaign ID: FUNREBDUNJJ Status: active Description: We are helping an organization for army wives who are struggling. Our attention and love helps them get through this very difficult period of time. We want to give them mishloach manot. Your help would be greatly appreciated Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/FUNREBDUNJJ?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Partner with us to help our heroes! Campaign ID: FUNBTBMJXKB Status: active Description: Just One Chesed has provided over six Million dollars in goods and services since the start of this war and we won't stop. Your donation helps us support soldiers on the front lines in Israel with life-saving equipment and essential items—partner with us to support our heroes. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://justonechesed.org/?form=FUNBTBMJXKB&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Here4You Campaign ID: FUNGHXXTGWD Status: active Description: Thousands of families from Israel have been evacuated from their homes due to the attacks by Hamas on October 7th. Most of these families left with the clothes on their backs, leaving behind all their belongings. Just One Chesed is coordinating a central location where these families can get the desperately needed items. Please partner with us and help them during this extremely difficult time!If you would like a 46a receipt in Israel, Please use this link. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 540, 1800, 3600, 18, 180, 360 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/here4you?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You can make a difference Campaign ID: FUNBLLEYGHA Status: active Description: A Kindness Booth is an interactive pop up booth set up in public areas, where members of the public are encouraged to pause and take part in a simple act of chesed. The goal is to spread positivity, create kindness, and inspire others to do something meaningful. At the booth, visitors are invited to choose from a variety of simple acts of kindness, whichever one speaks to them most.They include:Write a note - perhaps to thank a soldier for their service, or a message of positivity to share with someone on the street to brighten their day.Take a candy - for yourself and another candy to give to someone else on the street to sweeten their day. Recite a chapter of Tehillim - on behalf of our soldiers, those who need healing, or for all of Am Yisrael. Call someone - who could use a little encouragement or call and tell a loved one you appreciate them.Treat a Soldier to a Meal - Contribute any amount and lets buy a soldier a well deserved meal.Each month we add a new act of Kindness either connected to an upcoming Holiday or a theme for that month. With your help and generosity, we can bring more kindness to Am Yisrael. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 120 (Sponsor a Booth for a daily session), 180 (Sponsor a Booth + custom recap video), 280 (Family Experience to join us (inc. 6 shirts)) Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/FUNBLLEYGHA?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Beit Knesset and Religious Needs Campaign ID: FUNZSNWSAHJ Status: active Description: Make the world better, kinder, brighter. Every dollar you give will create real change. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 5400, 3600, 1080, 540, 360, 54 Custom amount: yes Minimum amount: 5 Donation page: https://justonechesed.org/?form=FUNZSNWSAHJ&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Support the Just One Chesed Podcast Campaign ID: FUNAMPKEVRT Status: active Description: One story can inspire one act of kindness, and one act can change a life.The Just One Chesed Podcast shares powerful stories of ordinary people doing extraordinary things through kindness, courage, generosity, and chesed. Through honest conversations with people from all walks of life, we hope to inspire listeners to see what is possible when someone simply chooses to show up for another person.Your support helps us continue producing and sharing these stories, reaching new audiences, and spreading the message that changing the world can begin with just one act.Partner with us and help inspire the next chesed. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://jocdonors.donorsupport.co/page/FUNAMPKEVRT?recurring=once¤cy=USD&utm_source=fundraiseup_agent