# =============================================================================
# TEMPLATE FOR A SINGLE PROFILE
# =============================================================================
#
# HOW TO USE:
# 1. Replace the number after [profile ...] with your profile external_id.
#    Find it in the plugin sidebar – each profile card shows "ID: XXXXX".
# 2. Load options:
#    a) From the profile card: expand the profile, click "Load template", select this file.
#    b) From the header: click "Load template" (next to Start All). Applies to any profile
#       whose external_id matches the [profile XXXXX] in this file.
# 3. Stop any running automation before loading a template.
#
# --- If you upload this to ChatGPT ---
#
# Profile ID: The number in [profile 2001239684] is your profile external_id – the unique
# ID of your dating profile. Replace it with your actual profile ID from the plugin.
#
# Invites/sections: These are automation types for different contact methods:
# - chance_chat: you start a chat first (chance encounter)
# - chance_mail: you send a letter first
# - wink_reply: they winked at you, you reply
# - like_reply: they liked your profile, you reply
# - free_message: they sent a free message, you reply
# Sections ending in _combo_1, _combo_2 etc. are alternative message pairs – one is chosen
# randomly when sending. message = first message, follow_up_message = sent later.
#
# Should ChatGPT generate text? Yes. Ask ChatGPT to improve the messages (tone, length,
# language) while keeping the structure: [profile X], [section], message:, follow_up_message:.
# Variables {name}, {country}, {age} are replaced at send time – leave them as-is.
# You can randomize words or even entire sentances using following syntax: Do you like [coffee / tea]?. Service will choose a random word and form a sentance e.g.: Do you like tea?
#
# =============================================================================

[profile 2001239684]
[chance_chat]
message: Hello {name}! I saw your profile and thought I'd say hi. How are you?
follow_up_message: Did you get my message? I'd love to chat when you have a moment.

[chance_chat_combo_1]
message: Hey {name}, just dropping by to say hello! Your profile stood out to me.
follow_up_message: Hope you're doing well – reply when you can!

[chance_chat_combo_2]
message: Hi there {name}! Nice to meet you. How's your day going?
follow_up_message: Let me know if you'd like to chat more – I'm around!

[chance_mail]
message: Hi {name}! I noticed we might have a lot in common. I'm from {country} too and always enjoy meeting new people. Would be nice to get to know you better – drop me a line when you can. I'm usually around and happy to chat. Take care!
follow_up_message: Hope you got my letter! Feel free to reply here in chat if that's easier.

[chance_mail_combo_1]
message: Dear {name}, I wanted to write you a short note. It's not every day someone interesting pops up – so here I am saying hello! Hope to hear from you soon. I'm looking forward to your reply. Best wishes!
follow_up_message: Got my letter? Reply in chat anytime.

[wink_reply]
message: Thanks for the wink, {name}! 😊 How's your day going?
follow_up_message: Just checking in – hope everything is good on your side!
follow_up_letter_message: Hi {name}, I wanted to send a longer note to say thanks for getting in touch. It's always nice to hear from someone new. Maybe we can chat more soon – I'm usually around and would love to hear from you. Have a great day!

[wink_reply_combo_1]
message: Wow, thanks for the wink! 😊 Hey {name}, what's up?
follow_up_message: Talk to you later!

[like_reply]
message: Thanks for the like, {name}! I really appreciate it. Your profile caught my eye too!
follow_up_message: Let me know if you'd like to chat sometime.
follow_up_letter_message: Hello {name}, thank you for liking my profile. I'd love to learn more about you. If you have a moment, send me a message – I'm usually around and happy to talk. Looking forward to getting to know you. Best wishes!

[like_reply_combo_1]
message: Hey {name}, thanks for the like! That's very kind of you.
follow_up_message: Feel free to say hi anytime!

[free_message]
message: Hi {name}! Thanks for getting in touch. How can I help you today?
follow_up_message: Just following up – feel free to reply whenever you're free.
follow_up_letter_message: Dear {name}, thank you for your message. I've read it and would be glad to continue our conversation. Please reply when it's convenient for you. I'm usually around and happy to chat. Looking forward to hearing from you!

[free_message_combo_1]
message: Hello {name}! Got your message – thanks for reaching out.
follow_up_message: I'll be here when you want to chat!
