Create Zoom meeting when Auphonic finishes a production
This trigger fires when an audio production finishes processing in your Auphonic account.
Developer info
- API endpoint slug
- auphonic.new_finished_production
Trigger fields
Preset uuid Dropdown list
- Label
- Which preset?
- Helper text
- Leave blank to fire for every finished production in your account.
- Slug
- preset_uuid
- Required
- true
- Can have default value
- false
Ingredients
Title The title of the production, taken from its metadata.
- Slug
- title
- Filter code
- Auphonic.newFinishedProduction.Title
- Type
- String
- Example
- Episode 47: The Long Tail
Production Auphonic's identifier for the production. Pass it to the Look up a production query to fetch the full details later.
- Slug
- production_id
- Filter code
- Auphonic.newFinishedProduction.ProductionId
- Type
- String
- Example
- X2bUTQ8z888YaKukkU6vfJ
Status The production's status in plain words.
- Slug
- status
- Filter code
- Auphonic.newFinishedProduction.Status
- Type
- String
- Example
- Done
Created at When the production was created in Auphonic.
- Slug
- created_at
- Filter code
- Auphonic.newFinishedProduction.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Audio file url A direct download link for the processed audio.
- Slug
- audio_file_url
- Filter code
- Auphonic.newFinishedProduction.AudioFileUrl
- Type
- File URL
- Example
- https://auphonic.com/api/download/audio-result/X2bUTQ8z888YaKukkU6vfJ/episode-47.mp3
File name The processed file's name.
- Slug
- file_name
- Filter code
- Auphonic.newFinishedProduction.FileName
- Type
- String
- Example
- episode-47.mp3
Length How long the finished audio runs, formatted by Auphonic as HH:MM:SS.mmm.
- Slug
- length
- Filter code
- Auphonic.newFinishedProduction.Length
- Type
- String
- Example
- 00:32:14.880
Auphonic page url The production's status page on Auphonic.
- Slug
- auphonic_page_url
- Filter code
- Auphonic.newFinishedProduction.AuphonicPageUrl
- Type
- Web URL
- Example
- https://auphonic.com/engine/status/X2bUTQ8z888YaKukkU6vfJ
