Skip to main content

Connect

1

Go to Settings → Integrations → OpenAI

2

Enter your OpenAI API key

3

Done

Get your API key from platform.openai.com/api-keys

Actions

ActionExample Prompt
Generate textUse @OpenAI to write a product description for {{product}}
SummarizeUse @OpenAI to summarize this article in 3 bullet points
Analyze sentimentUse @OpenAI to analyze the sentiment of these reviews
Extract dataUse @OpenAI to extract company name, industry, and size from this text
TranslateUse @OpenAI to translate this text to Spanish
ClassifyUse @OpenAI to categorize these support tickets

Models

ModelBest for
gpt-4oComplex reasoning, analysis
gpt-4o-miniFast, cost-effective tasks

Examples

Content generation

Use @OpenAI to write a personalized follow-up email for {{lead_name}} at {{company}}.
Reference their recent {{news}} and connect to our {{product}}.
Keep it under 100 words.

Data extraction

Use @OpenAI to extract from this job posting:
- Job title
- Required skills (list)
- Years of experience required
- Salary range (if mentioned)

Output as JSON.

Classification

Use @OpenAI to classify these customer messages:
- billing
- technical
- feature_request
- complaint
- other

Include confidence score.

Tips

  1. Be specific — Detailed prompts get better results
  2. Provide examples — Show the format you want
  3. Use structured output — Request JSON for data extraction
  4. Iterate — Refine prompts based on results

Next