Retrieving Data from External APIs

Intermediate Workflow Automation with n8n

Yaron Been

Marketing Automation Architect

API Requests: GET and POST

Comparison of POST and GET requests: POST sends a JSON body with currency data to an API and receives a response; GET sends a URL like wttr.in/London?format=j1 and receives weather data back

Intermediate Workflow Automation with n8n

Anatomy of an API URL

1 https://wttr.in/
Intermediate Workflow Automation with n8n
Intermediate Workflow Automation with n8n
Intermediate Workflow Automation with n8n

Let's practice!

Intermediate Workflow Automation with n8n

Preparing Video For Download...