Send HTTP requests avatar
Send HTTP requests

Pricing

Pay per event

Go to Store
Send HTTP requests

Send HTTP requests

Developed by

Rizuan

Rizuan

Maintained by Community

Send HTTP requests (GET, POST, PUT, PATCH, DELETE) to any API endpoint with customizable headers, parameters, and body data. Perfect for Clay users seeking API functionality without the Explorer plan upgrade, or anyone needing simple HTTP request capabilities.

5.0 (1)

Pricing

Pay per event

1

Total users

22

Monthly users

17

Runs succeeded

>99%

Last modified

a day ago

HTTP method

methodEnumRequired

The HTTP method

Value options:

"GET": string"POST": string"PUT": string"PATCH": string"DELETE": string

URL

urlstringRequired

The URL to make the request to

Headers

headersobjectOptional

Custom headers to be sent

URL parameters

paramsobjectOptional

URL parameters to be sent with the request.

Data

dataobjectOptional

Data to be sent as the request body

Callback URL

callbackUrlstringOptional

Optional. If provided, the actor will send the full response to this URL (e.g., a Clay webhook endpoint).

Lookup Key

lookupKeystringOptional

Optional. A key or row identifier to include in the response so you can match it to your original input.