← Back to all apps

PSCopywriting

Businessby Noodle Seed

PS Copywriting helps businesses turn ideas into clear, engaging written content. The app showcases professional copy and content writing across blogs, product guides, SEO content, and brand messaging, making it easy to explore writing styles and subject areas. Whether you need straightforward explanations, well-structured articles, or polished marketing copy, PS Copywriting demonstrates how complex or niche topics can be translated into content that people understand, trust, and enjoy reading.

7ChatGPT Tools
Noodle SeedDeveloper
BusinessCategory

Available Tools

Ask a Question

ask_question
Full Description

Ask specific, detailed questions about this business's policies, procedures, pricing details, specifications, or how things work and get an AI-powered answer from their knowledge base. Use this for targeted inquiries like 'What are your return policies?', 'How does X work?', 'Do you offer financing?', or 'What's included in service Y?'. Do NOT use for browsing products/services catalog - use show_products instead to see what products or services the business offers. Do NOT use for general business information - use show_business_info instead.

Parameters (1 required, 1 optional)
Required
querystring

The question to ask about the business

Optional
session_idstring

Session ID for linking events in same conversation (will be hashed for privacy)

Book Appointment

book_appointment
Full Description

Use this to display an interactive booking calendar widget to schedule or book an appointment or consultation. Returns a widget that collects customer name, email, appointment date (YYYY-MM-DD), and time (HH:MM) and phone number. Widget handles all submissions internally. Do NOT use for submitting general inquiries (use submit_contact_form instead) or making purchases (use purchase_product instead).

Parameters (0 required, 6 optional)
Optional
customerEmailstring

Customer's email (optional)

customerNamestring

Customer's full name (optional - call without params to show interactive calendar)

customerPhonestring

Customer's phone number (optional)

datestring

Appointment date YYYY-MM-DD (optional)

session_idstring

Session ID for linking events in same conversation (will be hashed for privacy)

timestring

Appointment time HH:MM (optional)

Show Business Information

show_business_info
Full Description

Display a business information card with company details, contact information, and location. Shows business name, description, email, phone, address, and website. Use this when users ask about the business, location, contact details, or company information.

Parameters (0 required, 1 optional)
Optional
session_idstring

Session ID for linking events in same conversation (will be hashed for privacy)

Show Locations

show_locations
Full Description

Display an interactive map showing all business locations. Shows location pins on a map, location details (address, phone, services), and available providers at each location. Use this when users ask about business locations, where to find the business, which locations offer specific services, or want to browse nearby options. Users can view providers (vets, groomers, etc.) and book appointments directly from the map.

Parameters (0 required, 3 optional)
Optional
location_idstring

Optional: specific location to highlight/focus on

service_typestring

Optional: filter locations by service type (e.g., 'vet', 'grooming', 'shop')

session_idstring

Session ID for linking events in same conversation (will be hashed for privacy)

Show Products

show_products
Full Description

Use this to display an interactive product catalog widget when users ask what products or services the business offers, want to browse available offerings, or ask to see products. Shows product names, descriptions, prices, and images. Each product has a 'View on Website' button that redirects users to the business website for purchase. This is a read-only catalog display - no purchases are made through this tool. Use this for questions like: 'What products do you sell?', 'What services do you offer?', 'Show me your products', 'What do you have available?'. Do NOT use for submitting inquiries (use submit_contact_form instead), scheduling appointments (use book_appointment instead), or specific questions about product details/policies (use ask_question instead).

Parameters (0 required, 5 optional)
Optional
categorystring

Filter by product category (case-insensitive exact match)

max_pricenumber

Maximum price filter (inclusive). Products with quote-based pricing are excluded from price filtering.

min_pricenumber

Minimum price filter (inclusive). Products with quote-based pricing are excluded from price filtering.

searchstring

Search products by name or description (case-insensitive substring match)

session_idstring

Session ID for linking events in same conversation (will be hashed for privacy)

Submit Contact Form

submit_contact_form
Full Description

Use this to display an interactive contact form widget for customer lead capture. Returns a widget that collects customer name, email, phone number, and message or inquiry details. Widget handles all submission internally. Do NOT use for booking appointments (use book_appointment instead) or purchasing products (use purchase_product instead).

Parameters (0 required, 5 optional)
Optional
prefill_emailstring

Pre-fill value for email field from conversation context

prefill_messagestring

Pre-fill value for message field from conversation context

prefill_namestring

Pre-fill value for name field from conversation context

prefill_phonestring

Pre-fill value for phone field from conversation context

session_idstring

Session ID for linking events in same conversation (will be hashed for privacy)

Track Analytics Event

track_analytics_event
Full Description

Internal analytics tracking (private - not user visible)

Parameters (2 required, 3 optional)
Required
event_namestring

Specific event identifier (e.g., 'submit_button', 'email_field', 'product_123')

event_typestring

Type of analytics event from predefined categories

Options:button_clickform_field_focusform_field_blurform_validation_errorform_submission_startedlink_clickwidget_viewedscroll_depthtime_on_widgetproduct_viewedproduct_link_clickedcalendar_date_selectedcalendar_time_selectedcustom
Optional
metadataobject

Additional event-specific data (NO PII allowed!)

session_idstring

Session ID for linking events in same conversation (will be hashed for privacy)

widget_namestring

Name of the widget triggering the event (e.g., 'contact-form', 'appointments')