Plugins
6 posts tagged with "Plugins"
groq-ai-chat
The groq-ai-chat action Sends a message to Groq AI and gets a response. It belongs to the groq category within the plugins area.
Action Syntax
groq-ai-chat "text"
groq-ai-chat $variable
Return Value
This function returns a
$result = groq-ai-chat
Valid sizes
Tags
full
returns complete response with metadata
groq-models
The groq-models action Gets a list of available AI models from Groq. It belongs to the groq category within the plugins area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = groq-models
Valid sizes
Examples
// Basic Usage
groq-models
openai-chat
The openai-chat action sends message to OpenAI. It belongs to the openai category within the plugins area.
Action Syntax
openai-chat "text"
openai-chat $variable
Return Value
This function returns a
$result = openai-chat
Valid sizes
Tags
full
returns a full response including all details
model
specifies the model name to use
resend-send-email
The resend-send-email action sends an email using resend. It belongs to the resend category within the plugins area.
Action Syntax
resend-send-email in 30m
resend-send-email true|false YYYY-MM-DD
Return Value
This function returns a
$result = resend-send-email
Valid sizes
Examples
// Basic Usage
$response = resend-send-email in 3d
set-groq-api-key
The set-groq-api-key action Stores your Groq API key for AI chat features. It belongs to the groq category within the plugins area.
Action Syntax
set-groq-api-key "text"
Valid sizes
Examples
// Basic Usage
set-groq-api-key "value"
set-resend-api-key
The set-resend-api-key action sets the RESEND email plugin API key. It belongs to the resend category within the plugins area.
Action Syntax
set-resend-api-key "text"
Valid sizes
Examples
// Basic Usage
set-resend-api-key "value"