Javascript
import Honcho from '@honcho-ai/core'; const client = new Honcho({ apiKey: 'My API Key', }); const response = await client.workspaces.webhooks.testEmit('workspace_id'); console.log(response);
"<any>"
Test publishing a webhook event.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Successful Response
The response is of type any.
any