Getting started

Create and test your first ChatGPT based integration with our easy-to-follow tutorial

Your first ChatGPT automation

Today you will learn how to create AI automations for your business to handle

  • automated content creation
  • information extraction from unstructured text
  • email drafting and communication automation
  • text analysis, summary writing

With your automation, you can

  • run it from Visiomera app in browser
  • connect it to an API
  • apply it to large amounts of data in spreadsheets with batch processing

First steps

First, open the Visiomera app.

Although not required at this point, we recommend signing in with your Google account so that you can save your work and don’t lose what you have already built.

Create a ChatGPT prompt

You should now see a empty automation.

If not, click the cogwheel icon in the top center part of the screen or the Create new automation button on the dashboard.

Type in your first prompt, for example “Suggest a title for an article about AI art”. We also have to specify the name of the field where the response will be saved, for example “title”. Optionally, we can provide a description for the field to help ChatGPT better understand what we want.

Dynamic prompts

Let’s make things more flexible and create an automation that can write an article about any topic. The topic will be provided as a parameter. We will modify our prompt to “Suggest a title for an article about {{topic}}”.

Running the automation

Congratulations! You just made your first ChatGPT automation! Now we have to actually run it.

In the desktop version, find the “Execute automation” section in the right panel.

In the mobile version, click the ⚡ lightning bolt icon in the top of the screen.

Provide a value for our parameter topic and click Execute. The automation will be run on the Visiomera server and you will soon see the results together with some runtime and usage statistics.

Multiple output fields

Your automation can return multiple fields at once. Click the + Add filed button that appears when hovering over your first field to add more.

Here we specify two more fields body and publish. We provide description for these fields so that ChatGPT understands what their meaning is.

Note how we selected data type timestamp for the field publish to indicate our desired output type.

Read more about different data types and complex response structures here.

Integrate with your business

You have multiple ways to integrate Visiomera automations into your processes and pipelines.

1. Run manually from the Visiomera app

This is the easiest and quickest way we already used in this article. It already saves you a ton of work, in our example, just put in the topic for an article and with smart designed prompts, you can get all the parts of the article.

2. Connect to the API

To run everything truly automatically, you can send requests to your automation. You specify the parameters, like our topic parameter, in the JSON request body and receive the values of returned variables in the JSON response. See this tutorial for further details.

3. Batch processing

If you want to process large amounts of data but you don’t want to build the whole API integration infrastructure, just store your data in an Excel or CSV file and run the automation over each row in the spreadsheet. This is very easily done from the Visiomera app. This tutorial will help you out.

Where to go from here

You are now equipped to build something awesome and useful! Here are some recommended links for you:

Scroll to Top