Skip to main content
Automate.ax connects to ElevenLabs with an API key. Use the integration to generate speech, dialogue, sound effects, and music; transcribe, isolate, align, convert, and dub media; inspect agent conversations; and place outbound agent calls.
automations/transcribe-with-elevenlabs.automation.ts
Create a restricted key in ElevenLabs and grant only the permissions your actions need. Workspace event triggers also require permission to manage webhooks. Automate.ax creates one HMAC-authenticated workspace webhook for the connected account and verifies every delivery before starting an automation. Generation, processing, dubbing, deletion, and calling actions are not replayed after an uncertain provider response because another request could duplicate work, consume credits, or repeat a side effect. See ElevenLabs API authentication and workspace webhooks for provider requirements.

Exports

  • elevenLabs contains the packaged actions and triggers.
  • elevenLabsAccount("name") selects a named connection.
  • getElevenLabsApi creates the authenticated REST helper for a custom account-backed action.

Actions

Triggers