Skip to content

Documentation / @agentick/connector-imessage / IMessageConnectorOptions

Interface: IMessageConnectorOptions ​

Defined in: imessage-platform.ts:18

Properties ​

dbPath? ​

optional dbPath: string

Defined in: imessage-platform.ts:26

Custom path to chat.db (for testing).


handle ​

handle: string

Defined in: imessage-platform.ts:20

Phone number or email to watch for messages.


pollIntervalMs? ​

optional pollIntervalMs: number

Defined in: imessage-platform.ts:22

How often to poll chat.db, in milliseconds. Default: 2000.


sendDelay? ​

optional sendDelay: number

Defined in: imessage-platform.ts:24

Delay between sending multiple messages, in milliseconds. Default: 500.

Released under the ISC License.