postforme_raw
Call any Post for Me REST endpoint directly. Use with HTTP method and full path to access the API when no dedicated tool is available.
Instructions
Call any Post for Me REST endpoint directly (escape hatch for full API coverage). Provide the HTTP method and the FULL path INCLUDING the version segment (e.g. '/v1/social-posts' or '/v1/social-accounts/acc_xxx'), plus optional query params and JSON body. Use this only when no dedicated tool exists. Auth, retries and rate-limiting are handled for you. Reference: https://api.postforme.dev/docs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method. | |
| path | Yes | Full path including version, starting with '/'. Example: '/v1/social-posts'. | |
| params | No | Query string parameters. | |
| body | No | Request body (for POST/PUT/PATCH). |