よく話題になっている単語
動画数:79件

Notion API – Full Course for Beginners
Learn how to work with the Notion API using JavaScript in this comprehensive beginner's tutorial.
🔽 EXPAND TO SEE TIMESTAMPS AND RESOURCES 🔽
📝 WRITTEN VERSION (contains much more detailed explanations and resource links for everything):
https://thomasjfrank.com/notion-api-crash-course/
🔗 PROJECT RESOURCES
Notion Pokédex Template: https://thomasfrank.notion.site/Notion-Pok-dex-Template-4fc48e2918944e859e30d387279a311b
Glitch project: https://glitch.com/edit/#!/notion-pokedex
PokéAPI: https://pokeapi.co/
Notion API: https://developers.notion.com/reference/intro
Notion property values: https://developers.notion.com/reference/property-value-object
🧠 ULTIMATE BRAIN (Full Second-Brain Template - use LETSGO2023 at checkout):
https://thomasjfrank.com/brain/
📚 NOTION FUNDAMENTALS (Free & Complete Notion Beginner's Course)
https://thomasjfrank.com/fundamentals/
🎥 CREATOR'S COMPANION (The Best Template for Content Creators - use LETSGO2023 at checkout):
https://thomasjfrank.com/creators-companion/
🛠 MORE COURSES AND RESOURCES:
https://thomasjfrank.com/templates/
https://thomasjfrank.com/courses/
💪GET STARTED WITH NOTION:
https://thomasjfrank.com/usenotion/ - (this is my referral link)
🔗 More Video Links:
Notion Formula Guide: http://notionformulaguide.com/
Axios docs: https://axios-http.com/docs/intro
MDN Web Docs: https://developer.mozilla.org/en-US/
Notion Databases: https://www.youtube.com/watch?v=mAJOpO73d8Y
Send YouTube Stats to Notion (no-code): https://www.youtube.com/watch?v=VUeFtATlIDY
🐦Connect with me:
Twitter ➔ https://twitter.com/tomfrankly (best way to interact with me)
Instagram ➔ https://instagram.com/tomfrankly
Music ➔ @ThomasFrankMusic
-----
⏱ TIMESTAMPS:
00:00 - Introduction
01:50 - Project overview
03:12 - JavaScript prerequisites (or lack thereof)
04:15 - Companion blog post
04:59 - Pokedex project spec
06:07 - Pokedex template link
07:10 - PokeAPI Introduction
07:30 - What is an API?
08:10 - Script flow overview
08:26 - PokeAPI response example
10:25 - Script flow whiteboard diagram
Build Start
12:30 - Glitch.com introduction
13:35 - Create a Node.JS starter app
14:19 - Starter project tour
15:03 - Create index.js
Prepare Notion
15:38 - Create a Notion API integration
16:58 - Get your internal integration token
17:24 - Create a .env file and add environmental variables
18:13 - Get your Notion database ID
19:40 - Add you integration to your database
Get Data from PokeAPI
20:49 - PokeAPI docs
22:09 - Axios library introduction
22:40 - Add Axios to package.json
23:23 - Side note: Dealing with broken npm packages
24:44 - Add the Notion SDK to package.json
25:50 - Add require statements to index.js
27:08 - Make your first call to PokeAPI
30:52 - Get response from PokeAPI
31:54 - Log a Pokemon's name
33:46 - Create an object definition to contain Pokemon stats
38:55 - Log the pokeData object
Send Data to Notion
39:17 - Add the pokeData object to your array
40:36 - Build the createNotionPage() function
41:36 - Notion API reference overview
43:53 - Create the response variable
46:12 - Side Note: Notion API page property values change
47:01 - Notion API page property reference
47:59 - Title property object structure
48:30 - Continue constructing the response variable
52:35 - Call the createNotionPage() function
53:25 - Add logging to the script
54:32 - Run the script and send your first call to Notion
Create Multiple Pages at Once
56:15 - Fetch multiple Pokemon at once with a loop
58:02 - API commands overview (GET, POST, etc.)
58:56 - Run the script again and fetch multiple records
Refine Your Data
01:00:13 - Start refining your data
01:01:35 - Get sprits and artwork from PokeAPI
01:03:33 - Overview of additional information to get from PokeAPI
01:04:06 - Refine the sprite variable
01:06:25 - Create the Pokemon types array
01:09:25 - Create the Bulbapedia URL
01:11:55 - Process and format each Pokemon's name
01:14:40 - MDN Web Docs introduction
01:15:49 - Regular expression references
01:25:43 - Send the refined/additional information to Notion
01:27:55 - Set the Notion page cover and icon
01:29:55 - Add child blocks to each Notion page
01:31:18 - Create a bookmark block for the Bulbapedia URL
01:32:00 - Send another batch of test pages to Notion
Add Flavor Text, Generation, and Category
01:34:00 - Add missing pieces of information (flavor text, generation, etc.)
01:34:44 - PokeAPI pokemon-species endpoint overview
01:35:35 - Create another loop to call pokemon-species
01:38:00 - My #1 tip for learning programming and APIs
01:39:23 - Get the English-language flavor text
01:47:30 - Add formatted flavor text to the pokeData object
01:48:13 - Add the category and generation info to the pokeData object
01:52:35 - Add the new information to the Notion API call
01:58:31 - Test the finished script!
Tutorial Wrap-Up
02:00:50 - Source code and additional resources
02:04:20 - More Notion resources and templates
-----
🎞 SPECIAL THANKS
Select video clips supplied by Getty Images
#notion #notionhq #notion app #notion tips #how to use notion #notion productivity #notion templates #thomas frank explains notion api #Notion APi #Notion Pokedex #Notion API Class #Beginner Notion API #notion javascript #notion api tutorial #how to use notion api
2023年02月11日 235回 5件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 02:07:35

Notion API Guide: How to Integrate with 200+ Apps (With NO Coding)
Today, the Notion API launched into public beta. In this video, I'll show you how to use it to connect Notion to apps like Google Calendar, Gmail, Typeform, and more - without knowing any code.
Using Automate.io, you can connect to 200+ apps using the API. Let's learn how!
Companion article: https://thomasjfrank.com/notion-api-guide/
FREE Notion Fundamentals course:
https://thomasjfrank.com/fundamentals/
All my Notion templates: https://thomasjfrank.com/templates
💪GET STARTED WITH NOTION:
https://thomasjfrank.com/usenotion/ - (this is my referral link)
🐦Connect with me:
Instagram ➔ https://instagram.com/tomfrankly
Twitter ➔ https://twitter.com/tomfrankly
Podcast ➔ https://theinforium.com
---
Timestamps:
00:00 - Intro & What is an API?
02:39 - Tutorial Start
06:02 - Zapier & Automate.io
07:46 - Send Typeform Data to Notion
11:03 - Email Notes to Notion
16:22 - Notion to Google Calendar Sync
#notion #notionhq #notion app #notion tips #how to use notion #notion productivity #notion templates #notion api #notion google calendar #notion typeform #notion zapier #notion automate.io #notion email #notion gmail #gmail to notion #email to notion #notion developers #productivity apps #productivity api #zapier api #automate.io tips #zapier tips #learn notion
2021年05月14日 99回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:24:30

How to use Zapier with Notion
The Notion api is finally live and works with Zapier. In this video, I share how to connect Zapier to Notion to automate calendar import.
- Get My Templates Free ► https://jerad.link/notiontemplates
- Master Notion Course ► https://jerad.link/masternotion
- Get Free Updates ► https://jerad.link/subscribe
Time Stamps
0:00 - Intro
00:13 - How using Zapier and Notion together will work
01:35 - Setting up a calendar page
01:58 Creating a Zap
05:21 - Connecting to Notion
08:57 - Sharing databases with Zapier
10:08 Customizing the calendar
13:52 - Final Thoughts
- Subscribe ► https://jerad.link/learnwithjerad
Jerad's Other YouTube Channels
- Jerad Hill Show ► https://youtube.com/jeradhill
- State Of Tech ► https://youtube.com/stateoftech
- Gear & Light ► https://youtube.com/gearandlight
- About Jerad ► https://jeradhill.com
GOT A QUESTION?
Want us to answer a question on the next episode? Just leave a comment below and we'll do my best to get to it on the next vid.
Gear We Use to Make Videos: https://kit.co/jeradhill/youtube-video-production-kit
#how to use zapier with notion #now to use zapier and notion #how to connect notion to zapier #how to automate notion #notion automation #how to connect notion api #how to use notion with zapier tutorial #notion zapier tutorial #notion zap tutorial #notion zapier integration #notion api #notion #productivity
2021年08月28日 40回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:14:40

How to sync Google Calendar to Notion (easy API setup)
This video shows how you can connect Google Calendar to Notion with the help of the Notion API and Zapier as well as Notion widgets.
Zapier: https://zapier.com/
Indify: https://indify.co/
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Dashboards:
🤖 Virtual Assistant OS: https://chrisnotion.gumroad.com/l/virtualassistant
🍃 Life OS Dashboard: https://chrisnotion.gumroad.com/l/lifeosdashboard
✍🏼 Student OS Dashboard: https://chrisnotion.gumroad.com/l/studentos
✉️ Join the Free Notion Newsletter: https://chrisnewsletter.ck.page/edecba72e9
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Signup to Notion: https://affiliate.notion.so/ar7k8jlgcu0y
Follow me on Twitter: https://twitter.com/chrisnotion
Tools for digital brand building: https://christemplate.notion.site/Tools-for-building-a-digital-brand-e6f73c4667f14340932f5dd722148c0d
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
🎧 Background Music
l'Outlander – Goshen
Provided by Lofi Records
Watch: https://youtu.be/mG5cI_ZCAQo
Download/Stream: https://fanlink.to/Massa
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Signing up through the affiliate links helps me and my channel
Thanks for watching, subscribe for more :)
#notion #notiontips #notiontemplates
#notion #chris notion #notion google calendar #notion google calendar integration #notion google calendar sync #google calendar notion api #connect notion to google calendar #notion google calendar zapier #notion automation #notion and google calendar sync #google calendar notion #notion google calendar 2 way #google calendar in notion #how to add google calendar to notion #notion calendar sync with google calendar #embed google calendar in notion #notion to google calendar 2022
2022年09月01日 27回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:03:13

API Notion : Guide complet — Tout connecter avec Notion
L'API de Notion est enfin sortie !
Dans cette vidéo je vous montre simplement comment utiliser cette API sans forcement savoir coder.
Il est donc maintenu possible de connecter Notion avec des centaines d'applications tierce comme Google Agenda, Typefrom ou encore Webflow.
Ici on fait un tutoriel complet avec Typeform
J'ai aussi fait un live de 60min pour expliquer le fonctionnement d'une API
Voici le lien : https://app.livestorm.co/shubham-sharma/construire-avec-lapi-de-notion
Voici les infos dans cette vidéo
00:00 Introduction
00:21 Pourquoi l'API
01:45 Les connexion actuelles à l'API
03:00 Tutoriel avec Typefrom
Retrouvez l'article sur le blog Notion Facile : https://blog.notionfacile.fr/notion-api-le-guide-complet/
🆕 Créer un compte Notion : https://sharma.fr/Notion_
💡 Une idée de vidéo à suggérer ? : https://shubham-sharma.nolt.io/
🤟 Mes templates sur Notion à cloner : https://pages.digitalwink.fr/notion-templates
👨🏫 Ma formation Notion 100% gratuite : https://www.notionfacile.fr/
💌 Ma newsletter du dimanche : https://pages.digitalwink.fr/newsletter
🔵 Ajoutez moi sur Linkedin : https://www.linkedin.com/in/sharmashubham1/
🔵 Ajoutez moi sur Twitter : https://twitter.com/shubs92i
#notion api #api notion #tuto api notion #tutoriel api notion #notion automations #typeform notion
2021年05月14日 24回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:06:37

🔥 Integrar GOOGLE CALENDAR con NOTION - El Infierno Desatado (Curso de la API de Notion desde Cero)
Habéis pedido esta integración hasta la saciedad y vuestras plegarias han sido escuchadas... bueno... mas o menos... En este vídeo os voy a enseñar a integrar Google Calendar en Notion... o eso es lo que me pensaba... 👹
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月19日 22回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:17:59

📨 Cómo ENVIAR CORREOS de GMAIL a una Base de Datos en NOTION (Curso de la API de Notion desde Cero)
Una de las funciones que más habéis pedido es la de poder enviar correos etiquetados desde Gmail a una base de datos de Notion. En este vídeo vamos a hacerlo paso a paso.
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月18日 16回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:09:39

Entiende el FLUJO de EJECUCIÓN de tu INTEGRACIÓN con NOTION (Curso de la API de Notion desde Cero)
Algo que me costó entender hace mucho tiempo como programador y que cuando lo interioricé me hizo ser mucho más efectivo. El secreto es que hay que pararse a pensar y analizar antes de ponerse a hacer. Por eso es necesario aprender a hacer diagramas de flujo.
Empieza a usar Miro 👉👉 https://miro.com
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月16日 16回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:06:47

🤯🔫 Llega NOTION a INTEGROMAT y Me Destruye la Vida (Curso de la API de Notion desde Cero)
Cuando creías que lo habías visto todo sobre las integraciones viene Integromat y nos sorprende con la API de Notion. Que qué es Integromat? Hay gente que lo considera una de las 8 maravillas del mundo, pero mejor te lo explico en este vídeo.
Crea tu cuenta gratuita en Integromat (ahora Make) 👉👉 https://www.make.com/en/register?pc=rubenloan
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月20日 14回 1件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:08:35

COMO USAR API NO NOTION: Integrando GOOGLE AGENDA no Calendário do Notion
📚 Conheça a GURITECA: uma biblioteca digital de aceleração de aprendizado para profissionais ACIMA DA MÉDIA
https://guriteca.gurisonhador.com.br/8YSA
✔️ Conteúdo DIÁRIO no Instagram do Guri: https://links.gurisonhador.com.br/ig
📄 TEMPLATES GRATUITAS DO GURI SONHADOR: +20XP 💎
https://gurisonhador.com.br/templates-notion/
💻 Veja Também: +100XP 💎
🎥 Playlist Dominando o Notion (43 Episódios):
https://youtube.com/playlist?list=PLiIndvpbhKDyRoqr45HzUfrPfgYB6eM9S
🎥 Tour pelo Sistema Triforce (5 Episódios):
https://youtube.com/playlist?list=PLiIndvpbhKDzTVEzzXMIUyP60pvcX7opV
ROTEIRO DO VÍDEO ⏰:
✍ Recursos:
🧠 Meus cursos de aprendizado acelerado e produtividade: https://gurisonhador.com.br/cursos
🎧 Playlists para trabalhar ou estudar com produtividade: https://gurisonhador.com.br/playlists-estudos/
💻 Ferramentas De Produtividade: https://bit.ly/3mtqSqM
💻 Anki: https://apps.ankiweb.net/
💻 HelloTalk: https://www.hellotalk.com/
📚 Dicionário de Línguas: https://www.linguee.com.br/
📚 Dicionário de Espanhol: https://dle.rae.es/
📱 Melhor APP de Meditação: https://insighttimer.com/br
📝 Meu Material de Estudos:
📱 Modelo do Meu Kindle: https://amzn.to/30ORWcA
📕 Caderno Sem Pauta: https://amzn.to/3e8CLP3
📂 Pasta Sanfonada Com 12 Divisões: https://amzn.to/2Cf8Gzr
🔖 Marcador de Página Post-it: https://amzn.to/2Natr1b
✒ Caneta Fine Pen: https://amzn.to/2YKcNLc
✒ Caneta Marca Texto Gel: https://amzn.to/2YFHLUZ
💻 Me encontre em qualquer lugar:
✍ Entre no canal do Telegram: https://t.me/gurisonhador
🎧 Escute o Podcast No Spotify: https://spoti.fi/34zFvCU
✔️ Conteúdo DIÁRIO no Instagram do Guri: https://www.instagram.com/gurisonhador/
📌 Sobre Mim:
Sou expert em Notion, aprendizado acelerado, produtividade e corredor de alta-performance, desisti da faculdade de engenharia na UFRGS para viver meu sonho de ser empreendedor e criar projetos que impactam a vida de milhares de pessoas. Estou sempre em busca da maestria, de aprender com eficácia e ensinar pequenos gênios a serem mais produtivos no seu dia a dia e nos estudos.
#GTD Notion #Notion #tutorial Notion #calendário Notion #tarefas recorrentes Notion #hábitos Notion #rotina e hábitos #Notion estudante #resumo de livros #leitura dinâmica #resumos no Notion #resumo digital no Notion #resumos digitais #como fazer resumos #hábitos notion #hábitos #planner de hábitos #Como eu me organizo com o Notion #Organização no Notion #Google Agenda #Calendário Notion #api Notion #API Notion
2021年05月18日 14回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:25:32

Notion API Guide - Turn Gmail Emails into Notion Tasks
In this Notion API Guide, I showcase a secret hack I found that can connect Gmail to Notion! This bypasses a security block Gmail had when connecting to Notion in the API. If you're looking for more Notion API Guides, Notion Tips, and other productivity app tutorials then make sure to check out the rest of my videos!
Thank you very much for watching this video! Make sure to leave a like, subscribe to the channel, and hit the notification bell to stay up to date with all of my latest content.
📚 My Notion Course: https://skl.sh/3W476DR
⚙ My Notion Templates: https://www.riseproductive.com/notion-templates
TIMESTAMPS:
____________________________________________
0:00 - The Automation
2:30 - Notion API Setup
3:50 - Setting Up the Automation
____________________________________________
RESOURCES & LINKS:
- 📚 Try Audible Free for 30 Days ➡ https://amzn.to/3twJKKH
- 🗓️ Notion to Google Calendar Sync Addon ➡ https://notion-automations.com?via=riseproductive
- ❓ Try Nord VPN ➡ https://nordvpn.org/riseproductive
- 🎥 The Best YouTube Tool ➡ https://www.tubebuddy.com/riseproductive
- 🔒 Protect Your Passwords ➡ https://lastpass.wo8g.net/c/3276847/552329/8692
- 💻 My Favorite Tools ➡ https://riseproductive.com/resources-and-tools
- 🖱️ My Essential Products ➡ https://riseproductive.com/my-essential-products
MY STUFF:
📞 Book a Free Coaching Call ➡ https://tidycal.com/1xg2xn3
⚙️ Notion Templates ➡ https://riseproductive.com/notion-templates
📚 My Courses ➡ https://riseproductive.com/courses
📧 My Newsletter ➡ http://eepurl.com/gQAgIT
📧 Email Me ➡ [email protected]
📘 Get My Free eBook ➡ https://riseproductive.com/ebook
⌨️ My Essential Products ➡ https://riseproductive.com/my-essential-products
🎙️ My Podcast ➔ https://anchor.fm/demetri-panici
📷 Instagram ➔ https://www.instagram.com/demetripanici/
Some of the links in this description are affiliate links that I receive a monetary kickback from. I believe in all of the applications and think they provide great value.
#notion api guide #notion api #notion api tips #notion api integration #notion #notion guide #notion tutorial #notion zapier #notion automate.io #notion gmail #notion google tasks #notion integration #notion project management #gmail notion #zapier #api #notion app #notion productivity #notion how to #notion productivity app #second brain #database #notion database #notion table #notion pages #email #tasks #task database #project database #productivity #project management
2021年09月09日 13回 1件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:05:28

Cómo Obtener Datos de un FORMULARIO en NOTION con TYPEFORM (Curso de la API de Notion desde Cero)
Muchas veces tenemos que recoger datos de varias personas y guardarlos dentro de nuestra base de datos de Notion. Para esto existe Typeform, una plataforma que nos permite crear formularios muy bonitos y útiles de una forma super sencilla. Esta va a ser nuestra primera integración con Notion en este curso.
Crea tu cuenta en Typeform 👉👉 https://www.typeform.com
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月16日 13回 1件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:06:05

QUÉ ES la API de NOTION y Cuál debes Utilizar? (Curso de la API de Notion desde Cero)
Bienvenido al primer vídeo del curso de la API de Notion desde Cero, en este vídeo vamos a ver qué es la API de Notion, los dos tipos de API y cuál debes utilizar para cada situación.
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月14日 12回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:05:45

【13分で解説】Fast Notion Alfred (Notion API + Alfred)を使って Mac で即座にメモを取る方法
--------------------------------------------------------------------
◽ 日本最大級 Notion が学べるコミュニティ「Notion 大学」
--------------------------------------------------------------------
Notion コミュニティとしては国内最大規模で、会員数は200名以上。
未経験からでもスムーズに Notion を学び始められる学習プログラムを準備しています。
Notion を既に使っている方だけではなく、
これから Notion を始めたいという方でも安心して学べるオンラインコミュニティです。
詳しくはこちら → https://notion.35d.jp/notion-university
💁♀️ チャンネル登録はこちらからお願いします! → https://bit.ly/3wGSzl7
🔗 Alfred のダウンロードリンク → https://www.alfredapp.com/
🔗 Fast Notion Alfred のソースコード → https://www.notion.so/35d/Fast-Notion-Alfred-803a818d7ef245abaebdcac092c54f76
--------------------------------------------------------------------
👀 目次
--------------------------------------------------------------------
00:00 はじめに / チャンネル登録者数の話
00:25 Fast Notion Alfred の概要とデモ
02:37 Notion API の設定
06:27 Alfred Workflow の作成
13:10 さいごに
--------------------------------------------------------------------
🦤 ひとこと
--------------------------------------------------------------------
少し難易度が高めの内容なのですが、
一度設定してしまえば、便利になること間違いナシのワークフローなので
是非導入してみてください。かなりオススメです。
不明点等あれば、Twitter の DM かコメント欄で質問してくださいませ。
--------------------------------------------------------------------
◽ BLOG
---------------------------------------------------------------------
◽ (少しマニアックな)Notion の使い方まとめ note マガジン
https://note.com/35d/m/m7c560704a9b8
毎月コーヒー杯分の値段で、Notion 情報が毎週配信されます。
月に2本以上記事を読む場合には、記事単体で購入するよりも、マガジンを購読いただいた方がお得です。
「最新の Notion 情報をキャッチアップしたい」「Notion により詳しくなりたい」という方は購読をオススメします。
◽ 【2022年版】Notion で自分の人生・日々の学びをまとめるページを作成した
https://note.com/35d/n/nbd024a693a62
僕の人生の全てをまとめた Notion ページを公開しています。
◽ 【🎁 テンプレート配布】Notion + GTD でストレスフリーな生活を手に入れる(2022年版)
https://note.com/35d/n/n76595b8df722
僕のタスク管理術の全てがこの記事に詰まっています。
テンプレートも配布しているので、複製してすぐに使い始めることが可能です。
---------------------------------------------------------------------—
📧 お問い合わせ・SNS
-----------------------------------------------------------------------
Notion に関するご相談はこちらから → https://tally.so/r/nGeqMp
◽ Twitter
https://twitter.com/___35d
◽ Instagram
https://www.instagram.com/yuji_tsuburaya/
◽ note
https://note.com/35d
--------------------------------------------------------------------
🔖 タグ
---------------------------------------------------------------------
#Notion
#Notion #Fast Notion #Alfred #Notion API
2021年06月30日 12回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:13:51

How I Automated My Notion Consulting Business with Zapier
You read the title right, I have automated my Notion consulting business with Zapier! The way I utilize automation software to create contracts, tasks, and manage all of my invoicing has absolutely changed the way I work. These systems save me 20+ hours a month and I absolutely love onboarding new clients with Notion and Zapier now! If you want to learn how to do something like this for your own business check out my Notion consulting services below.
My Services ➡ https://riseproductive.com/notion-consulting
📚 My Notion Course: https://skl.sh/3W476DR
⚙ My Notion Templates: https://www.riseproductive.com/notion-templates
⏰ TIMESTAMPS:
0:00 - Onboarding
1:26 - My Process
2:55 - Qualified
4:45 - The Best Part
RESOURCES & LINKS:
- 🎧 Try Audible Free for 30 Days ➡ https://amzn.to/3twJKKH
- 🗓️ Notion to Google Calendar Sync Addon ➡ https://notion-automations.com?via=riseproductive
- 📚 Try Skillshare Free for 1 Month ➡ https://skl.sh/3O9fsHg
- ❓ Try Nord VPN ➡ https://nordvpn.org/riseproductive
- 🎥 The Best YouTube Tool ➡ https://www.tubebuddy.com/riseproductive
- 🔒 Protect Your Passwords ➡ https://lastpass.wo8g.net/c/3276847/552329/8692
- 💻 My Favorite Tools ➡ https://riseproductive.com/resources-and-tools
- 🖱️ My Essential Products ➡ https://riseproductive.com/my-essential-products
MY STUFF:
📞 Book a Free Coaching Call ➡ https://tidycal.com/1xg2xn3
⚙️ Notion Templates ➡ https://riseproductive.com/notion-templates
📚 My Courses ➡ https://riseproductive.com/courses
📧 My Newsletter ➡ http://eepurl.com/gQAgIT
📧 Email Me ➡ [email protected]
📘 Get My Free eBook ➡ https://riseproductive.com/ebook
⌨️ My Essential Products ➡ https://riseproductive.com/my-essential-products
🎙️ My Podcast ➔ https://anchor.fm/riseproductive
📷 Instagram ➔ https://www.instagram.com/demetripanici/
Some of the links in this description are affiliate links that I receive a monetary kickback from. I believe in all of the applications and think they provide great value.
#notion app #notion for students #notion template #notion setup #productivity apps #how to use notion #keep productive notion #what is notion #notion tour #notion for productivity #notion productivity #how i use notion #best productivity apps #notion add ons #notion for content creators #notion for youtubers #productivity #notion new feature #notion power user #content ideas #weekly exercise #life #notion tips #organizing #automation #consulting business
2022年09月30日 11回 1件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:07:41

🥳 POR FIN! TAREAS RECURRENTES Reales en NOTION con INTEGROMAT (Curso de la API de Notion desde Cero)
Ha tenido que llegar la API para que podamos crear tareas recurrentes de verdad en Notion. ¿No sabes cómo hacerlas? Pues no te pierdas este vídeo porque te va a explotar el cerebro.
Crea tu cuenta gratuita en Integromat (ahora Make) 👉👉 https://www.make.com/en/register?pc=rubenloan
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月23日 10回 2件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:23:59

Cómo CREAR una INTEGRACIÓN con la API de NOTION (Curso de la API de Notion desde Cero)
El primer paso para poder enlazar Notion con cualquier herramienta es crear una integración. Una integración es un usuario virtual ficticio que se va a encargar de ser el mediador entre nuestras páginas o bases de datos de Notion y otras herramientas.
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月14日 10回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:09:49

Automate Notion Relations with Zapier
Zapier is essential to architecting a cohesive and streamlined system with Notion. It powers automations and integrations with other apps. But a persisting limitation is Zapier’s inability to update Relation properties. As a workaround, we can directly access the Notion API with the Code by Zapier action.
For copying and pasting the script, visit the companion post on Notion VIP: https://www.notion.vip/insights/automate-notion-relations-with-zapier
// ----- //
💡 RESOURCES
Notion A-to-Z: https://premier.notion.vip/a-to-z
William on Twitter: https://twitter.com/WilliamNutt
Subscribe to Notion VIP: https://www.notion.vip
// ----- //
👋 MEET WILLIAM
William Nutt is the founder of Nutt Labs and creator of Notion VIP (https://notion.vip), the most widely referenced resource for Notion users. Notion’s support team and thousands of users use his resources in Notion A-to-Z (https://premier.notion.vip/a-to-z) to master and maximize Notion. William also created the Bulletproof methodology, which is Notion's most popular framework and top-selling template.
In addition to consulting users, William works directly for Notion on a variety of projects: he co-authored the official user reference, created and manages the Notion Certified program, and trains new members of Notion’s support team.
Follow William: https://twitter.com/WilliamNutt
// ----- //
#Notion #Productivity
#Notion #Zapier #Productivity #Automation
2023年04月22日 10回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:07:31

How to build with the Notion API (Block × Block)
Join Platform Engineer Aman for a walkthrough on building apps with Notion's recently launched beta API.
To follow along with this tutorial remix this blueprint app: https://glitch.com/edit/#!/block-x-block-blueprint?path=README.md%3A1%3A55
To view a final version of the completed integration from this workshop, please see:
https://glitch.com/edit/#!/block-x-block-final?path=README.md%3A1%3A59
Get started by creating your integration at:
https://www.notion.so/my-integrations
Reference documentation for this workshop is available at:
https://developers.notion.com/
2021年06月30日 9回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:27:06

Tarefas Recorrentes no Notion - A forma mais fácil, rápida e grátis 🤯
Olá Produtivos 👋
Se você é usuário do Notion já deve ter ficado frustrado em não conseguir criar tarefas recorrentes, certo?
Mas neste vídeo vamos te mostrar a solução definitiva. A forma mais rápida, mais fácil e grátis para você criar suas tarefas recorrentes no Notion, de uma vez por todas.
Neste vídeo vamos conversar sobre esse problema, entender o motivo do Notion não contar com esse recurso e conhecer o Bardeen, um plugin do Notion que vai resolver isso de uma vez por todas.
Vá direto para:
00:00 Já deu like?
00:37 O Notion
01:19 Uma solução
01:46 A melhor solução
03:29 Instalação
07:08 Conclusão
🔗 Links Importantes:
- Link do Bardeen: https://www.bardeen.ai/
- Nossa série Notion do Zero: https://notiondozero.com/
💬 Não se esqueça de deixar sua opinião. Aqui respondemos os comentários :)
🤑 Aproveite o desconto de 25% no Invideo:
https://produtive.me/parceria-invideo/
🔗 Nosso site: https://produtive.me
🔗 Nosso Clube (Templates) e mais: https://produtiveme.club/
🔗 Nossos parceiros e benefícios: https://produtive.me/parceiros/
🔗 Link do Notion: https//notion.so
✨ O Link para nosso Guia de Conteúdos do Notion: https://produtive.me/guia-do-notion/
Estamos em Redes Sociais:
🐤 Twitter: https://twitter.com/@produtiveme
🎮 Discord: https://discord.gg/Ec2ZQAarUG
🌅 Instagram: https://instagram.com/produtiveme
🧰 Linkedin: https://linkedin.com/company/produtiveme
📍 Pinterest: https://br.pinterest.com/produtiveme/pins/
✉️ [email protected]
#Notion #Bardeen #TarefaRecorrente
#Notion #Bardeen #Bardeen plugin #Chrome Plugin #Notion Chrome #ProdutiveMe #Produtive.ME #notion app #notion tutorial #notion tips #Dica Notion #Tarefa Recorrente #Tarefa recorrente Notion #Notion.so #como criar tarefas recorrentes no Notion #Tarefas Repetidas Notion #Hábitos Notion #Notion passo a passo #Como usar o Notion #2022 #Notion tarefas recorrentes #Daniel Freela #tutorial Notion #notion #notion recurring tasks #bardeen
2022年05月10日 8回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:09:03

Cómo CREAR una Cuenta de Zapier con sus Pros y Contras (Curso de la API de Notion desde Cero)
Si no eres programador es probable que necesites una plataforma que haga las integraciones por ti. Zapier es una herramienta que se encarga de conectar unas herramientas con otras. En este vídeo verás si es la herramienta que necesitas para hacer tus integraciones.
Crea tu cuenta en Zapier 👉👉 https://zapier.com
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月14日 8回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:06:37

Notion Gmail Automation with Zapier
The ability to send emails to Notion has been highly requested. Learn how to label your email to send to Notion with Zapier.
Get my Email Database Template: https://bit.ly/2U0qyH0
Templates: https://nikkidavidson.gumroad.com/
Email: [email protected]
Follow me:
Website: https://automatednotion.com/
Twitter: https://www.twitter.com/automatednotion
Instagram: https://www.instagram.com/automatedno...
Facebook: https://www.facebook.com/Automated-No...
#notion gmail integration #notion gmailautomation #gmail in notion #notion api #notion api integration #Automated notion
2021年06月16日 7回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:09:05

【Notion API】Notion × Googleカレンダーやってみたくない?🥺 夢の書籍が出るよ。
hkobさんが執筆された『Notion API活用術』のご紹介🙌
「興味はあったけどハードルが高かった...🥺」そんなNotionマニアの方は要チェック!
ゲストのhkobさんには定番企画「おたくのNotion、見せてください。」にもご出演いただきました。近日公開予定です、お楽しみに。
◆今回ご紹介した『Notion API活用術』
https://amzn.asia/d/d1FyJYF
◆hkobさん Twitterアカウント
https://twitter.com/hkob
◆hkobさんNotionページ
https://hkob.notion.site/
◆ノースサンド出版 『Notion最強の仕事術』
https://amzn.asia/d/eTB62kV
【チャプター】
00:00 はじめに
00:12 ゲスト hkobさん ご紹介
01:11 お知らせ
01:26 本の見どころ
02:50 執筆の、裏話。
05:09 最後に
ーーー
◆チャンネル登録はこちら
http://www.youtube.com/channel/UCm-cmm9kfD5xjH1RFBAq0bA?sub_confirmation=1
◆ さらにNotionを詳しく知りたい時には?
https://biz-notion.northsand.co.jp/contents-list
◆企業・チーム利用についてのお問合せはこちら
https://biz-notion.northsand.co.jp/contact
ーーー
◆Notionとは?
https://biz-notion.northsand.co.jp/
◆NorthSandとは?
https://northsand.co.jp/
◆便利なNotionテンプレートをこっそりご紹介します。
https://store.biz-notion.northsand.co.jp/
#Notion #NorthSand #作業効率化
#notion #northsand #ノーション #tips #itコンサル #how to #テンプレ #テンプレート
2023年04月07日 7回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:06:27

API de Notion: Cómo conectar Gmail con tu CRM
Cómo hacer nuestra primera integración con la API de Notion y usar Zapier para conectar nuestro correo de Gmail con un CRM en Notion.
A automatizarlo todo!
--------
🚀 NOTION STARTER PACK:
https://www.elenamadrigal.com/herramientas/notion-starter-pack
🧭 LIFE DESIGN KIT:
https://www.elenamadrigal.com/herramientas/life-design-kit
⚙️ OTRAS HERRAMIENTAS Y SISTEMAS EN NOTION:
elenamadrigal.gumroad.com
🖤 EL PROYECTO APRENDE NOTION
===========================
🖥 Página web del proyecto → https://aprendenotion.com
🐦 Síguenos en Twitter → https://twitter.com/aprende_notion
🌈 SOBRE ELENA MADRIGAL
===================
🐦 Twitter → https://twitter.com/elenayuscula
💌 Newsletter → https://elenamadrigal.com/makinprocess
🖥 Más sobre mí → https://elenamadrigal.com
🤝 TRABAJAR JUNTOS
===============
👩🏻💻 Consultorías a empresas o asesorías individuales → https://www.elenamadrigal.com/pick-my-brain
👋 Otras colaboraciones, dudas o simplemente saludar → [email protected]
--------
⏱ Timestamp
00:00 Intro
00:48 Qué es una integración
01:10 Crear una integración en Notion
03:35 Qué vamos a hacer en el CRM
06:10 Configurando el trigger
08:30 Dando acceso al bot a nuestro espacio de trabajo
09:30 Configurar la acción
11:08 Enviamos un mail de prueba
--------
#cómo usar la api de notion #cómo crear una integración con la api de notion #tutorial notion español #api de notion español #hacer un crm en notion #notion gestión de clientes #notion gestión de proyectos #notion y zapier #como usar notion con zapier #como usar zapier #como enviar mails a notion #notion productividad #como usar notion
2021年05月19日 6回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:15:36

Como personalizar o Notion com Temas 🤯 - Fácil e Rápido
Olá Produtivos 👋
No vídeo de hoje vamos te mostrar como personalizar o Notion com temas e fontes usando um plugin chamado Notion Themes.
Se você é usuário do Notion já deve ter investido um bom tempo personalizando seu Workspace, tentando deixa-ló mais bonito e útil e certamente o Notion Themes vai ajudar a deixar tudo ainda mais incrível.
ℹ️. O plugin está disponível para Chrome, Firefox e navegadores que usam o Chromium, é grátis e muito fácil de instalar.
🔗 Links Importantes:
🖥 Use no Chrome: https://chrome.google.com/webstore/detail/notion-themes/pglbhommhmgieofbdbnlpcbgcdmoagfo/
🦊 Use no Firefox: https://addons.mozilla.org/en-US/firefox/addon/notion-themes/?ref=producthunt
🐦 Perfil do Desenvolvedor no Twitter: https://twitter.com/_yudax
Você já conhece os nossos parceiros?
https://produtive.me/parceiros/
🤑 Aproveite o desconto de 25% no Invideo:
https://produtive.me/parceria-invideo/
⚠️ Vale lembrar que você pode conhecer nossos templates do Notion em: www.produtiveme.club
✨ O Link para nosso Guia de Conteúdos do Notion: https://produtive.me/guia-do-notion/
Não se esqueça de deixar sua opinião. Aqui respondemos os comentários :)
🔗 Nosso site: https://produtive.me
🔗 Nosso Clube (Templates) e mais: https://produtiveme.club/
🔗 Nossos parceiros e benefícios: https://produtive.me/parceiros/
🔗 Link do Notion: https//notion.so
Estamos em Redes Sociais:
🐤 Twitter: https://twitter.com/@produtiveme
🎮 Discord: https://discord.gg/Ec2ZQAarUG
🌅 Instagram: https://instagram.com/produtiveme
🧰 Linkedin: https://linkedin.com/company/produtiveme
📍 Pinterest: https://br.pinterest.com/produtiveme/pins/
✉️ [email protected]
#Notion #O que é Notion #Notion 2022 #Como usar Notion #Notion em português #Produtive.ME #Daniel Freela #Notion.so #Notion como usar #Notion como funciona #Notion como fazer #Notion como #Notion app #Notion App como usar #Notion app review #Notion Theme #Como personalizar o Notion #Personalizar Notion #Mudar fonte do Notion #Como mudar fonte do Notion #Chrome Plugin #Firefox Addon #notion app #notion tutorial #Passo a passo Notion #Mudar cor Notion #Cor Notion
2022年02月01日 6回 1件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:06:58

Notion API to Google Doc Template
In this video, learn how to send your Notion pages to a Google Doc template using the Notion API with Automate.
Have you ever tried exporting your Notion Pages to PDF? It looks horrible. Send to Google Docs using the Notion API allows us to add things like letterhead and structured content. Perfect for letters and memos.
[Support me on Patreon and get rewards](http://patreon.com/uxdiva)
[Or Buy me a Coffee](https://www.buymeacoffee.com/darapressley) so I can continue to bring more content.
Check out my website @[NotionDiva.com](https://notiondiva.com/)
#Automate #Google Docs #Notion #Notion API
2021年09月07日 5回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:14:22

Email Reminders From Notion Databases With Zapier | Teacher Tutorial 2022
I always forget to collect in homeworks from my students which is a real pain and causes me loads of work gathering it in randomly as I bump into students around school. All of this is solved by sending myself a fully automated homework reminder email from my Outlook account, triggered by my Homeworks Database in Notion.
This is all done by fairly simple Zaps in Zapier which allow Notion and Outlook to communicate and send the necessary information.
Links as promised in the video are here:
The Zap which you can copy to your own Zapier Workspace is here: https://zapier.com/shared/19458e883efb5f7a9b03fb45d5920138f12224d9
Remember that The Notion Teacher Planner is available to duplicate from Gumroad so jump across and nab it for yourself while it's still hot: https://notionforteachers.gumroad.com...
It's got all of the databases, dashboards, views and properties that I need to make my Teacher Planner work for me every day, taking the sting out of all that teacher admin and leaving me to focus on delivering the very best lessons I can.
Now this took me a couple of weeks, using my experience from the past few years of working in Notion to perfect to this level so I encourage you to grab yourself a copy before they all go and make your start of term, and the whole of the school year, an admin breeze.
#Notion #NotionforTeachers #Teaching #repeatingtasks #weeklyplanner #dailyplanner #notioncolumns #navigationbar
TIMESTAMPS/CHAPTERS
00:00 Introduction
01:15 Homework Reminder Zap in Zapier
08:30 The Homeworks Database in Notion
Click subscribe and the bell icon to make sure you don't miss out on any of my future videos when I will cover everything theat we as teachers have to gain from using Notion every lesson of every day to improve our teaching while reducing our workload.
Enjoy and speak soon, Andrew
BE MY FRIEND:
💌 Sign up to my weekly email newsletter - http://andrewjtarnold.com/index.php/w...
🌍 My website / blog - https://www.andrewjtarnold.com
🌐 LinkedIn - www.linkedin.com/in/andrew-arnold-notion-for-teachers
📸 Instagram - https://instagram.com/notion_for_teac...
🐦 Twitter - https://twitter.com/andy_maths
😀 Facebook - https://www.facebook.com/groups/30878...
WHO AM I:
I'm Andrew, a maths teacher working in Buckingham, UK. I make videos to support Teachers. As you can imagine I don't have time for a lot more than that although I have blogged about technology, productivity and lifestyle design and will get back to that when the time is right. You can catch up on that here: www.andrewjtarnold.com.
🌍 My website / blog - https://www.andrewjtarnold.com
GET IN TOUCH:
If you’d like to talk, I’d love to hear from you. Tweeting @andy_maths directly will be the quickest way to get a response, but if your question is very long, feel free to email me at [email protected]. I try my best to reply to things but there sadly aren't enough hours in the day to respond to everyone 😭
I wish that some of the links in this description were affiliate links that I would get a kickback from, but they're not, for now.
Shout out to @aliabdaal for the inspiration to get creative on Youtube, for meeting me for a coffee that time and for not giving me permission for the template for this description, because I didn't ask. My fav Ali video on Youtube is here: https://www.youtube.com/watch?v=M5y69...
#notion #notion app #how to use notion #notion automation #notion database #zapier tutorial for beginners #zapier automation #notion api integration #notion productivity #notion zapier #zapier tutorial #zapier integration
2022年11月24日 5回
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:09:42

IDENTIFICADORES AUTO-INCREMENTALES en Notion con Integromat (Curso de la API de Notion desde Cero)
¿Quieres tener IDs únicos en tu base de datos de Notion que se incrementen automáticamente en cada registro? Gracias a Integromat ahora esto es posible.
Crea tu cuenta gratuita en Integromat (ahora Make) 👉👉 https://www.make.com/en/register?pc=rubenloan
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月24日 5回 2件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:05:16

∑ Cómo Crear IDENTIFICADORES ÚNICOS en NOTION (Curso de la API de Notion desde Cero)
Quieres crear IDs únicos en tus bases de datos de Notion y no sabes cómo hacerlo? En este vídeo voy a enseñarte como hacerlo gracias a la API de Notion.
Crea tu cuenta gratuita en Integromat (ahora Make) 👉👉 https://www.make.com/en/register?pc=rubenloan
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月21日 5回 1件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:08:14

Cómo CREAR una Cuenta de Automate.io con sus Pros y Contras (Curso de la API de Notion desde Cero)
Automate.io es una herramienta que se encarga de conectar unas herramientas con otras como Notion. En este vídeo verás si es la herramienta que necesitas para hacer tus integraciones.
Crea tu cuenta en Automate.io 👉👉 https://automate.io
Curso de la API de Notion GRATIS desde Cero 👉👉 https://www.youtube.com/playlist?list=PLWji3OEqhByTxDz33iTHPxJDYvCL7CgHh
Descargar plantillas de Notion (GRATIS) 👉👉 https://www.rubenloan.com/plantillas-gratis
Si tienes alguna duda o estás pensando en escribirme, mira esto antes 👉👉 https://www.rubenloan.com/preguntas-frecuentes
2021年05月15日 5回 1件
動画分析 コメント分析
動画分析 コメント分析
00:00:00 - 00:05:26