Integrate ChatGPTs powerful natural language generation into your workflows.

chatgpt-header

Setup

To start using the ChatGPT Prompt action, you need to navigate to Settings > Integrations > ChatGPT and provide your OpenAI API token to connect to the ChatGPT API.

Usage

Once you’ve set up your OpenAI token in the integration settings, you can use the action to send any prompt to ChatGPTs’ API. The result will be returned as a JSON object, with a string of the generated natural language response.

Output

{
    "Content": "" // ChatGPTs' generated natural language response
}