← все видео

Automate Social Media Content with Simple AI Chats

Pabbly · 2026-05-25 · 12м 56с · 51 просмотров · YouTube ↗

Топики: launch-ai-content

Аудио ещё не скачано.

📝 Summary

model=openai/gpt-oss-120b · prompt=summary-v7 · 4 222→1 308 tokens · 2026-05-28 08:06:40

🎯 Главная суть

С помощью нового инструмента Pabbly Agentic AI можно создать полностью автоматизированный процесс генерации контента для соцсетей, просто описав требуемую задачу в обычных словах. AI сам построит интеграцию между Google Sheets, генерацией изображений и текстов, а также настроит триггер и обработку ошибок без необходимости писать код или вручную соединять сервисы.

Описание требуемой автоматизации

Пользователь формулирует запрос: «При добавлении новой темы в Google Sheets генерировать Instagram‑подпись с хештегами, создать изображение и сохранить всё обратно в таблицу». AI принимает эту формулировку, распознаёт нужные поля и предлагает структуру рабочего процесса.

Сбор информации о таблице

AI задаёт уточняющие вопросы о колонках листа. В примере таблица содержит следующие столбцы:

Эти данные позволяют AI понять, какие ячейки нужно читать, а какие заполнять.

Выбор стиля текста и изображения

Для подписи пользователь указывает желаемый тон (например, «дружелюбный, с хештегами»). Для изображения задаётся стиль – в примере выбран реалистичная фотография интерьера. AI сохраняет эти параметры и будет использовать их при генерации контента.

Настройка триггера без внешних сервисов

Поскольку пользователь не подключает сторонний инструмент (например, Pabbly Connect), AI предлагает polling‑workflow: каждые 5 минут сканировать таблицу и искать строки, где колонка F (ссылка на изображение) пуста. Такие строки считаются новыми и требуют обработки.

Получение доступа к Google Sheets

Для работы требуется:

  1. Google Service Account JSON – файл с учётными данными.
  2. ID таблицы – длинная строка из URL Google Sheets.

AI пошагово объясняет, как создать сервисный аккаунт:

Полученный JSON‑файл и ID таблицы вводятся в диалог AI, после чего система проверяет их корректность.

Формирование и запуск рабочего процесса

AI собирает план выполнения:

  1. Чтение новых строк из Google Sheets.
  2. Генерация подписи с помощью модели OpenAI, учитывая заданный тон и хештеги.
  3. Создание изображения через OpenAI (или другой выбранный генератор) в стиле «реалистичная фотография».
  4. Запись полученных подписи и ссылки на изображение обратно в соответствующие ячейки (E и F).

После подтверждения план автоматически реализуется в системе Pabbly. При тестовом запуске некоторые шаги могут временно падать, но AI самостоятельно обнаруживает ошибку, исправляет её и продолжает работу без вмешательства пользователя.

Проверка работы и финальные детали

Для проверки пользователь добавляет новую строку, например:

Через несколько секунд в колонках E и F появляются сгенерированная подпись и ссылка на изображение кухни.

Важно также поделиться таблицей с сервисным аккаунтом (email, указанный в JSON‑файле) и предоставить ему права редактора, иначе запись будет невозможна.

Таким образом, полностью без программирования, без ручных интеграций и без написания API‑запросов, можно построить автоматический конвейер создания и публикации визуального контента для Instagram и Facebook, используя лишь естественный диалог с AI.

📜 Transcript

en · 2 373 слов · 128 сегментов · clean

Показать текст транскрипта
what if you simply type what you want for your business automation in simple terms to ai and ai is going to generate complete magical automation for you that is going to automate each and every task that you wanted that's not magic it is the power of ai automation today i'm going to show you that how simply by chatting to ai you can create business automations that too too much powerful to automate entire tasks that you wanted for example i wanted whenever i'm going to add a new idea in my google sheets automatically the caption for the post and the image should be generated for my social media postings but in order to create this automation i haven't performed any single connection i haven't done any integration and any configuration i have simply provided my requirements to ai and my work is done let me show you a live example whenever i'm going to add a new post idea in this google sheet as soon as i have added this row automatically the image for this idea and the post caption for this idea will be generated according to the details i have mentioned and here you can see we have the image and the caption let me open this image in a new tab this is the beautiful living room design it is generated according to the requirements that i have submitted and here we got the caption to be posted along with this image as well in this way i can maintain the consistency for my facebook and instagram post i can post designs multiple times regularly even every day and that too sitting back and relaxing while ai is going to handle everything at back end so let's start creating this amazing automation that too without any coding and programming skills without any connection any configuration just by simply talking to ai so i'm going to describe what kind of automation i want in very simple language so this is my requirement whenever a new topic is added in my google sheets generate an instagram caption with hashtags create an ai image for the post and save all the generated content back to my google sheets so this is my basic requirement as i am going to click on enter it is providing me all the steps that it understood what i want what what a great workflow idea let me ask a couple of questions to make sure i build this perfectly so it is asking me google sheet structure what what columns do you have in your google sheet for example what is the topic caption image etc so basically it is asking me some details it is asking my columns of google sheets so you can see i have multiple columns in my google sheets date post idea room type style caption tone these will be the details that i am going to fill in and for the column f and e ai is going to generate the output and going to enter the details over here okay so instead of entering the details manually i will simply screenshot this sheet and i'm going to attach it like this then it is asking us caption style any specific tone or style for instagram captions so i have already mentioned that as well in my columns that what kind of caption i want to generate for each post idea so i'm going to enter the detail over here second already mentioned in the sheet third it is asking image style what kind of image do you want to generate realistic photo digital art minimalist i want realistic photos for interior designs and the fourth thing is it is asking us is the webhook trigger will you be using pably connect to detect new rows in google sheets and send the data to this workflow or do you have any other way to trigger it so for this i am going to enter i do not know how to trigger my workflow i am not using pably connect or any other thing whatever details i had i have submitted that if some of the things i do not know i have entered that as well please tell me and guide me and it is going to guide us everything and here you can see we got the answer got it i can see your sheet clearly so these are the fields i have in my sheet since you are not using any external tool the easiest approach is polling workflow i'll set it up and run every five minutes on a schedule scan your google sheets for rows where column f image link is empty those are new unprocessed topics ai got what we wanted also when i have provided the sheets column it has understood and extracted the details i have from my google sheets and now it is asking us another things first of all google sheet id okay so here we have to provide the google sheet id a google service account json key and i do not know anything about this so i am going to enter i i don't know how to get google service account json third it is asking us which model we want to use for generate the images i am using open ai so i am going to provide my open aiq over here it is saving the credentials how easily we are creating the entire automation with the help of ai basically this is newly launched pably agentic ai with the help of which we can create powerful automations just by talking to ai like human and everything will be created effortlessly it is going to make each and every complex thing easy for us we do not have to know anything even not coding not even the technical terms nothing you can just ask each and every small simple thing to it if you do not know without any hesitation and it is going to guide you now it is saying how to create a Google service account for that because I instructed I do not know how to get Google service account Jason it is providing me each and every step what we have to do to enable it okay once you have the Jason file downloaded you also need your Google sheet ID it's a long string in your sheets URL it is asking is the contents of the downloaded json key file and our google sheet id so by following the steps it is providing us we will just get the json key which is which it is asking go to google cloud console with this link we can go towards google cloud console and as i am already logged in now it is saying that and now it is saying the next we have to go towards our project we can also create a new project but i already have one so i'm going to use the same project and we are already on our project so what we are going to do i'm going to go back and we have to go towards apis and services next in order to enable google sheets api okay so after going on apis and services we have to go towards library and over here we need to search for google sheets api this is google sheets api you need to enable it this api is already enabled in my account and now what we are supposed to do the next we have to go towards create a service account so here we have to go towards apn services where we will find credentials there we have to simply click on this create credentials button and we have to go to our service account we will name it this and if we have already done that we can simply click on continue and we have to provide editor as a role okay so we will go back towards apis and services and here we will go towards credentials okay so i have already created a credential over here if you want to create a new one you can click on this create credentials and click on the service account okay now when we'll go towards the name given over here we have managed service accounts and here we have all the details the email the email where we have to share the google sheet it is already enabled this is the name of the service account and here we have the key id so now it is saying and now we have to go towards this email and after coming on this email we can see the option of keys and here we have to click on this create key button create a new key and in the json format we will simply click on create and it will be downloaded we have to provide this downloaded key over here either we can directly paste the key over here but for the security reasons it says us it guides us that we can provide it in the notepad format but currently i am going to attach the key directly the next it is asking us is the google sheet id and here we have the so this is the link of my spreadsheet i'm going to simply copy it and i'm going to paste it over here from this link find the id okay i have attached the content of the downloaded json file and also i've provided the spreadsheet link so that it can fetch out the google sheet id from that it is saying i can see both pieces of information what you have shared it fetched out the google sheet id from my url of the spreadsheet also it has fetched out the service account json we have provided everything that it wanted and now it is providing us the next steps that are to be done it is saying now i have everything i need here is the plan this is the plan in which it is going to execute our workflow it is going to read the google sheet then it is going to generate the caption according to the data we have in google sheets it is going to generate the image for the idea that also it has received from google sheets and and then it is going to add and update everything generated back to the sheet okay in this in this simple way the workflow is going to be executed as we have completed the workflow now we do not have to do anything we just have to check whether the workflow is running fine or not even if anything it find that is creating issue it is going to find out the bug find out the issue on its own and going to fix it automatically without anything you can see while it is checking out the workflow some of the steps are getting failed due to execution errors but i am not doing anything in order to fix those errors it is identifying the error automatically on its own and fixing it at its end okay i just have to sit and relax and see what it is doing i do not have to do anything else so it is saying that the workflow test is completed and now the workflow is running perfectly fine what else i can do what else should i do now it is saying your workflow is fully built and ready here's what you need to do your workflow is complete you only need to do two things add a new row to your google sheets open your google sheet and add a new row with these details some of the details and see whether the workflow is running fine or no so let's go towards our google sheet and then here i'm going to add a new row with a new idea as i have entered these details for the date of today i have i wanted a design of minimal kitchen the room type is kitchen then we have the type of photo that we wanted or type of caption that we wanted and here we are going to wait for a few seconds to check whether it is generating our image and the caption or not and yes here we can see that it got us the image when I'm going to open this image here we got the kitchen image and here we got the caption as well one more thing I forgot to record very important thing while connecting Google sheets with fabulous intake AI this is the email that we have received as you can see we have to copy this email we have to go to our share option and here we have to provide the editor access to this email we have to share our sheet basically with this agentic ai with this workflows then only it will be able to add or edit data in our sheet okay so now as we have completed the workflow without any manual connection without any decisions we have to made what kind of action we should choose what what is the action application what will be the action event and how to get the api key to build this connection how to get the client id client secret much more though all those traditional methods are now finished we just have ai we can simply talk to it we can simply provide what we want and it is going to tell us everything also not only telling but it is going to create the workflow in actual for us okay so as we have completed the workflow now it's your turn to create amazing powerful automations for your business using pably agentic ai if you have any doubt or if you want specific use case to be used in my next video write down in the comment section so that i can help you out thank you for watching the video

⚙️ Pipeline jobs

StageStatusAtt.UpdatedError
download done 0/3 2026-05-27 23:36:56
transcribe done 1/3 2026-05-28 03:29:23
summarize done 1/3 2026-05-28 08:06:40
embed done 1/3 2026-06-30 06:42:19

📄 Описание YouTube

Показать
Use Discount Code 'SHRYT' at the time of checkout to get exclusive discounts: https://buy.pabbly.com/agenticai/

Discover how to fully automate social media content creation using Pabbly AgenticAI 🚀

In this video, you’ll learn how to create an AI-powered workflow where whenever a new topic is added in Google Sheets, AI automatically:

generates Instagram captions,
creates relevant hashtags,
generates AI images for posts,
and saves everything back to Google Sheets automatically.

And the best part?
The complete workflow is created simply by chatting with AI — no coding required.

This is a perfect real-world automation for:

content creators,
social media managers,
marketing agencies,
ecommerce brands,
and businesses looking to automate content creation.

In this tutorial, we’ll cover:
✅ Overview of Pabbly Agentic AI
✅ How AI workflow creation works
✅ Creating automation using simple AI prompts
✅ Google Sheets trigger setup
✅ AI caption generation
✅ AI image generation automation
✅ Automatically saving generated content

If you want to automate repetitive tasks and create content faster using AI, this workflow will help you get started easily.