servicebus_send_message
Send a message to an Azure Service Bus queue or topic with support for session, correlation ID, application properties, and scheduled enqueue time.
Instructions
Send a single message to an Azure Service Bus queue or topic.
The namespace can be given as a short name (e.g. shdapps-dev1-eus2-sbn) or as a fully qualified hostname — the .servicebus.windows.net suffix will be appended automatically if missing.
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.
Auth uses DefaultAzureCredential. Ensure you have run 'az login' before use.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |