upstash_kafka_produce
Send messages to an Upstash Kafka topic by providing API key, email, cluster ID, topic, and a JSON array of message objects.
Instructions
Produce messages to an Upstash Kafka topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | ||
| Yes | |||
| cluster_id | Yes | ||
| topic | Yes | ||
| messages | Yes | JSON array of message objects [{value: '...'}] |