У нас вы можете посмотреть бесплатно Make.com (Integromat) Complete Tutorial For Beginners 2024 (Mini Course) или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Work with me 👉🏻 https://calendly.com/optimalpath/30-m... In this video we will see a step by step tutorial of how to use Make.com (Integromat) completely from scratch. We will see some basic concepts like filters and routers, and some advanced concepts like Webhooks and HTTP requests that will help us to understand how Make works, that later on we will apply when creating automations. We will also create two automations, in the first one we will automatically send payment links and invoices using Airtable & Stripe, and then in the second one we will create an HTTP request to store our Tiktok's videos, that then, we will be able to reporpuse. Let's connect: IG: @borrch Email: [email protected] 00:00 Intro 01:11 Basic Concepts 02:18 Advanced Concepts 03:21 Airtable & Stripe Integration 11:38 Webhook Integration 16:53 Filters & Routers 20:48 HTTP Request (Tiktok & Airtable Integration) 26:33 Outro Signup in Make (Affiliate): https://www.make.com/en/register?pc=b... Webhook script: const inputData = input.config() const { recordId } = inputData; const response = await fetch("YOURWEBHOOKURL?recordId="+recordId) console.log(response.status) Stripe Endpoint URL: /v1/invoices/{InvoiceIdVariable}/send