Skip to main content
OpenAI The OpenAI integration enables AI-powered features across Notifuse using GPT models. This integration powers the AI agent for blog content creation and email generation.

Configuration

Navigate to SettingsIntegrationsAdd IntegrationOpenAI.

Form Fields

FieldDescriptionExample
API KeyYour OpenAI API keysk-proj-...
ModelSelect the GPT model to usegpt-4.1

Available Models

ModelDescription$ Pricing (per MTok)
GPT-4.1Most capable model for complex reasoning and creative tasks2input/2 input / 8 output
GPT-4.1 miniBalanced performance and cost for most use cases0.40input/0.40 input / 1.60 output
GPT-4.1 nanoFast and cost-effective for simpler tasks0.10input/0.10 input / 0.40 output

Features Enabled

Once configured, the OpenAI integration enables the following AI-powered features:

Blog AI Agent

The AI agent can assist with blog content creation:
FeatureDescription
Write blog postsGenerate complete blog articles based on topics or brief descriptions
SEO optimizationAutomatically generate SEO-friendly meta titles, descriptions, and keywords
Content editingImprove, expand, or summarize existing content

Email Editor AI

Generate emails automatically using AI:
FeatureDescription
Email generationCreate email content from prompts or descriptions
Subject linesGenerate compelling subject lines for better open rates
Content variationsCreate multiple versions for A/B testing

Enhanced with Firecrawl

The OpenAI AI agent can be enhanced by adding the Firecrawl integration. This gives the AI agent web access capabilities:
CapabilityDescription
Web researchSearch the web for current information and trends
URL scrapingExtract content from specific web pages for reference
Competitive analysisResearch competitor content and strategies
Fact verificationVerify claims against current web sources
When Firecrawl is configured, the following tools become available to the AI agent:
ToolDescription
scrape_urlScrapes a URL and returns its content as markdown
search_webSearches the web and returns relevant URLs

Using OpenRouter

OpenRouter is a unified API gateway that gives you access to hundreds of AI models (Google Gemini, Meta Llama, Mistral, DeepSeek, and more) through a single OpenAI-compatible endpoint. Since Notifuse’s OpenAI integration uses the standard OpenAI SDK, you can point it to OpenRouter by setting the Host field:

Form Fields for OpenRouter

FieldDescriptionValue
API KeyYour OpenRouter API keysk-or-v1-...
ModelAny model available on OpenRoutergoogle/gemini-2.5-pro
HostOpenRouter API base URLhttps://openrouter.ai/api/v1
This allows you to use any model supported by OpenRouter — including Google Gemini, Meta Llama, Mistral, DeepSeek, Qwen, and many others — directly from Notifuse’s AI features.
Browse available models at openrouter.ai/models to find the best fit for your use case and budget.
The AI agent generates structured MJML email templates and full blog posts with HTML formatting. Only models with strong coding capabilities (e.g. GPT-4.1, Claude Sonnet, Gemini Pro) are smart enough to produce correct output. Smaller or weaker models may generate broken templates or malformed content.

Prerequisites

Before configuring OpenAI:
  1. OpenAI Account: Create an account at platform.openai.com
  2. API Key: Generate an API key from the OpenAI dashboard
  3. Credits: Ensure your account has sufficient API credits

Usage Notes

API calls to GPT models count toward your OpenAI account usage. Monitor your usage in the OpenAI dashboard to manage costs.
For most use cases, GPT-4.1 mini offers the best balance of capability and cost. Use GPT-4.1 for complex creative tasks and GPT-4.1 nano for simple, high-volume operations.