Send HTTP requests avatar

Send HTTP requests

Try for free

This Actor is paid per event

Go to Store
Send HTTP requests

Send HTTP requests

reezuan/clay-send-http-requests
Try for free

This Actor is paid per event

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.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • No bookmarks yet

  • Created in Mar 2025

  • Modified 21 hours 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