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
June_Lau
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
June_Lau - profile
June_Lau
4 - Data Explorer
since
Sep 27, 2021
Nov 29, 2022
User Statistics
2
Posts
1
Solutions
0
Kudos given
1
Kudos received
User Activity
Posts
Replies
Calling the Mailchimp API using fetch
Oct 31, 2022
I am getting a 503 response from Mailchimp API when making a simple GET request. The same request from Postman works. Any ideas why we get a 503? Thanks!
Re: Calling the Mailchimp API using fetch
Nov 01, 2022
i’m doing something like this: let activity = await fetch(`https://${MAILCHIMP_SERVER_PREFIX}.api.mailchimp.com/3.0/lists/${LIST_ID}/members/${allMembers[i].id}/activity?action=unsub,open,click`, { method: 'GET', headers: { "Authorizati...
Kudos from
User
Count
Justin_Barrett
1
View all