ניהול הגדרות החופשה
אפשר להשתמש בהגדרות כדי להגדיר תשובות אוטומטיות מתוזמנות לחשבון.
במאמר מידע על ההגדרות מוסבר איך לקבל או לעדכן את ההגדרות.
הגדרת מענה אוטומטי
כדי לשלוח תשובה אוטומטית, צריך להזין נושא וגוף של תשובה, ב-HTML או בטקסט פשוט. אפשר להפעיל אותו ללא הגבלת זמן או להגביל אותו לתקופה מוגדרת. אפשר גם להגביל את התשובה האוטומטית לאנשי קשר מוכרים או לחברי דומיין.
דוגמה להגדרת מענה אוטומטי לתקופה קבועה, עם הגבלת התשובות למשתמשים באותו דומיין:
כדי להשבית את המענה האוטומטי, מעדכנים את המשאב ומגדירים את enableAutoReply
לערך false
. אם מוגדר endTime
, התשובה האוטומטית תושבת באופן אוטומטי אחרי שהזמן שצוין חולף.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-01-15 (שעון UTC).
[null,null,["עדכון אחרון: 2025-01-15 (שעון UTC)."],[[["Configure scheduled auto-replies for a Gmail account using the Gmail API's Settings resource."],["Auto-replies require a subject and body, can be time-limited, and restricted to specific contacts or domains."],["Provided code samples (Java and Python) demonstrate enabling auto-reply for a fixed duration and within a domain."],["Disable auto-reply by setting `enableAutoReply` to `false` or letting the `endTime` automatically deactivate it."]]],["The content explains how to configure and manage Gmail's auto-reply feature using the Settings API. Key actions include: enabling auto-reply with a subject and body, setting a duration (start/end time), and restricting it to domain members or contacts. Auto-reply can be enabled indefinitely or for a set period. Code examples demonstrate enabling auto-reply for a week, restricting it to domain members. Disabling the feature requires setting `enableAutoReply` to `false`, or it will auto-disable after the `endTime`.\n"]]