upload_event_poster
Downloads an event poster image from a given URL and uploads it to S3, returning a URL that can be used to set the event poster.
Instructions
Upload an event poster image to BNDY S3 bucket. Downloads from provided URL and uploads to S3. Use the returned s3Url with edit_event to set as event poster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event UUID (used to organize files in S3) | |
| imageUrl | Yes | URL of the image to download and upload |