Create an inbox in one line
import Sendook from '@sendook/node'; const client = new Sendook('SENDOOK_API_KEY'); const inbox = await client.inbox.create();