servicebus_send_message
Send a single message to an Azure Service Bus queue or topic. Supports scheduling, session IDs, correlation IDs, and application properties.
Instructions
Send a single message to an Azure Service Bus queue or topic.
The namespace can be given as a short name or fully qualified hostname.
scheduled_enqueue_time accepts an ISO 8601 string (e.g. '2026-03-05T10:00:00Z'). If provided, the message will be enqueued at that time rather than immediately.
connection_string_env_var: name of the environment variable holding the Service Bus connection string. If the variable is set, connection-string auth is used; otherwise DefaultAzureCredential is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| queue | Yes | ||
| body | Yes | ||
| session_id | No | ||
| correlation_id | No | ||
| application_properties | No | ||
| scheduled_enqueue_time | No | ||
| connection_string_env_var | No | AZURE_SERVICEBUS_CONNECTION_STRING |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |