plunk_upload_image
Upload an image to Plunk for use in templates or campaigns by providing base64-encoded bytes, filename, and MIME type.
Instructions
Upload an image (e.g. for use in templates or campaigns). Pass the file as base64. Note: the underlying endpoint is multipart; this tool sends a JSON shim — if your Plunk version requires multipart, use the dashboard upload flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Base64-encoded image bytes. | |
| filename | Yes | ||
| contentType | Yes | MIME type, e.g. 'image/png' |