# send() function · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.send/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Sends IMQ response with support of after call optional hook

**Signature:**

```typescript
export declare function send(request: IMQRPCRequest, response: IMQRPCResponse, service: IMQService): Promise<string>;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| request | [IMQRPCRequest](https://imqueue.org/api/rpc/latest/rpc.imqrpcrequest/) | from message identifier |
| response | [IMQRPCResponse](https://imqueue.org/api/rpc/latest/rpc.imqrpcresponse/) | response to send |
| service | [IMQService](https://imqueue.org/api/rpc/latest/rpc.imqservice/) | imq service to bind |


**Returns:**

Promise<string>

send result message identifier

