Send AI-drafted emails automatically when you express email intent.
📅
Google Calendar
Book meetings and create events with Google Meet links automatically.
📊
HubSpot CRM
Create and update contacts in HubSpot from your plain English intents.
💬
Slack
Get instant Slack notifications every time ClikGPT executes an action.
🗄️
Supabase
All your executions are stored in real-time in your Supabase database.
📝
Notion
Create Notion pages and database entries from your intent automatically.
💼
Salesforce
Update deals, contacts and opportunities in Salesforce from plain English.
✅
Linear
Create issues and update project tasks in Linear from your intent.
💚
WhatsApp
Send WhatsApp messages automatically when you express messaging intent.
Billing & Plan
Manage your subscription and usage
Current Plan● Active
Starter
$19
/month
Executions used0 / 50
✓ 50 executions per month
✓ Gmail + Resend integration
✓ Google Calendar integration
✓ Claude AI intent engine
✓ Slack notifications
Next billing date
—
No active subscription yet
Payment method
No payment method added yet.
API Access
Integrate ClikGPT into your own apps
Webhook Endpoint
Send POST requests to trigger ClikGPT from anywhere.
Example Request
Send a POST request with your intent and email:
// Trigger ClikGPT from your appfetch('https://hook.us2.make.com/ynwicz91736918fp8cjse0w419fx0mwj', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
"intent": "Send email to Rahul about proposal",
"email": "user@company.com"
})
});
Response Format
ClikGPT returns a structured JSON action plan:
{
"summary": "Send email to Rahul about the proposal",
"email_content": "Hi Rahul, I wanted to follow up...",
"calendar_content": "Meeting with Rahul next week...",
"intent_types": ["email"]
}
Settings
Manage your account preferences
Profile
Update your personal information
⚠️ Danger Zone
Once you delete your account, all your data will be permanently removed.