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
| Action | Example Prompt |
|---|---|
| Generate text | Use @OpenAI to write a product description for {{product}} |
| Summarize | Use @OpenAI to summarize this article in 3 bullet points |
| Analyze sentiment | Use @OpenAI to analyze the sentiment of these reviews |
| Extract data | Use @OpenAI to extract company name, industry, and size from this text |
| Translate | Use @OpenAI to translate this text to Spanish |
| Classify | Use @OpenAI to categorize these support tickets |
Models
| Model | Best for |
|---|---|
gpt-4o | Complex reasoning, analysis |
gpt-4o-mini | Fast, cost-effective tasks |
Examples
Content generation
Data extraction
Classification
Tips
- Be specific — Detailed prompts get better results
- Provide examples — Show the format you want
- Use structured output — Request JSON for data extraction
- Iterate — Refine prompts based on results

