Interface: IFetchActionConfig
Configuration for the fetch action.
Properties
url
url:
string
The URL to fetch.
method?
optionalmethod?:HttpMethod
The HTTP method to use for the fetch action.
Default
GET
headers?
optionalheaders?:IHttpHeaders
Optional headers to include in the fetch request.
pathParams?
optionalpathParams?:IHttpRequestPathParams
Optional path parameters to include in the fetch request.
query?
optionalquery?:IHttpRequestQuery
Optional query parameters to include in the fetch request.
payload?
optionalpayload?:unknown
Payload that can be combined with payload from the trigger.