Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Send any HTTP Request
http:custom_request
Send an HTTP request using any method and URL. Optionally configure query string parameters, headers, and basic auth.
Write
Medium risk
Send GET Request
http:get_request
Send an HTTP GET request to any URL. Optionally configure query string parameters, headers and basic auth.
Write
Medium risk
Send POST Request
http:post_request
Send an HTTP POST request to any URL. Optionally configure query string parameters, headers and basic auth.
Write
Medium risk
Send PUT Request
http:put_request
Send an HTTP PUT request to any URL. Optionally configure query string parameters, headers and basic auth.
Write
Medium risk
Return HTTP Response
http:return_http_response
Use with an HTTP trigger that uses "Return a custom response from your workflow" as its `HTTP Response`
Write
Medium risk
Validate Webhook Auth
http:validate_webhook_auth
Require authorization for incoming HTTP webhook requests. Make sure to configure the HTTP trigger to "Return a custom response from your workflow".
Write
Medium risk
Verify HMAC Signature
http:verify_hmac_signature
Validate HMAC signature for incoming HTTP webhook requests. Make sure to configure the HTTP trigger to "Return a custom response from your workflow".
Write
Medium risk