For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: API Request

Webflow Operation

The API Request action sends a custom API call to interact with Webflow's system.

Example User Story

I want to send a request to the Webflow API so that I can retrieve or update data in my Webflow project.

Fields

Field Name
Field Type
Required

method

String

Yes

path

String

Yes

headers

Map

No

queryParams

Map

No

body

String

No

Webflow

Example link

Code (Apache v2.0): Operation

Last updated