Support
Help Center
Airtable Universe
Airtable Templates
Airtable Guides
Developer Documentation
Sign up for Airtable
Airtable Community
Announcements
Discussions
Ask A Question
Show & Tell
Development & APIs
Groups
Airtable AI
Airtable Enterprise Network
Marketing
Product Operations
EDUser Group
Events
Resources
Getting Started
Job Board
Product Ideas
Search
Community
Knowledge base
JordanTLewis514
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Browse
Airtable Community
JordanTLewis514 - profile
JordanTLewis514
4 - Data Explorer
since
May 07, 2024
Jul 24, 2024
User Statistics
2
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
User Activity
Posts
Replies
No posts to display.
Re: How to access all posts using AirTable using REST API?
Jul 15, 2024
Just follow these screenshots and copy and paste the script that I added into the scripting automations, should be super simple. tbh I dont have a wordpress account so I can't really test it out
Re: How to access all posts using AirTable using REST API?
Jul 13, 2024
let inputConfig = input.config(); const WordPressAPI = (function () { const baseUrl = inputConfig.wordpressBaseUrl; const wordpressAPIKey = inputConfig.wordpressAPIKey; const fetchPosts = async (page, perPage) => { const url = new URL(`...