× Use Easybots Studio to download and use the bots from this app

App

HTTP Methods

Free

Description

HTTP Methods for your bots. GET, POST, PUT, PATCH, DELETE, etc, and get the response back to your Easybots' solutions.

Author

Easybots Devs

Version

1.0.30.1

Available bots in this app

HttpMethodsBot
Actions
Post

Inputs

  • URL : String
  • headers : String
  • body : String

Returns

  • StatusCodeText : String
  • StatusCode : Int32
  • Content : String
Put

Inputs

  • URL : String
  • headers : String
  • body : String

Returns

  • StatusCodeText : String
  • StatusCode : Int32
  • Content : String
Patch

Inputs

  • URL : String
  • headers : String
  • body : String

Returns

  • StatusCodeText : String
  • StatusCode : Int32
  • Content : String
Delete

Inputs

  • URL : String
  • headers : String

Returns

  • StatusCodeText : String
  • StatusCode : Int32
  • Content : String
Get

Inputs

  • URL : String
  • headers : String

Returns

  • StatusCodeText : String
  • StatusCode : Int32
  • Content : String
ExecuteHttpMethod

Inputs

  • URL Base : String
  • HTTP Method : String
  • headers : NameStringArrayCollection
  • body : Byte[]
  • queryParams : NameStringCollection

Returns

  • StatusCodeText : String
  • StatusCode : Int32
  • Content : String