http_post
Send HTTP POST requests to create resources or trigger actions. Supports JSON, text payloads, custom headers, and JWT token forwarding for secure API interactions.
Instructions
Send an HTTP POST request.
Use for create/actions. Provide a full URL.
body accepts JSON object/array or UTF-8 text.
content_type optionally overrides the Content-Type header.
Pass jwt_token to forward the caller's JWT for this request only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| content_type | No | ||
| headers | No | ||
| jwt_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||