mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-13 16:05:09 -05:00
feat(twilio-voice): added twilio voice webhook + tool (#1776)
* first twilio voice push, no testing * simplified operations, calling and get recording works * cleaned up operations * twilio webhook works * added docs * updated logic * minor change * reverted change * files fixed for bun run lint * fix instructions * removed unused files * added slack validation and twilio * changed twiml instruction * fixed build * cleanup * remove extraneous comments * fixed missing mcosk * split out client-side utils * update docs * fix tests * had to add some reverts * custom tool that was fialing bulid * reveted changes
This commit is contained in:
@@ -11,7 +11,7 @@ import { LoggingSession } from '@/lib/logs/execution/logging-session'
|
||||
import { buildTraceSpans } from '@/lib/logs/execution/trace-spans/trace-spans'
|
||||
import { decryptSecret } from '@/lib/utils'
|
||||
import { WebhookAttachmentProcessor } from '@/lib/webhooks/attachment-processor'
|
||||
import { fetchAndProcessAirtablePayloads, formatWebhookInput } from '@/lib/webhooks/utils'
|
||||
import { fetchAndProcessAirtablePayloads, formatWebhookInput } from '@/lib/webhooks/utils.server'
|
||||
import {
|
||||
loadDeployedWorkflowState,
|
||||
loadWorkflowFromNormalizedTables,
|
||||
@@ -263,7 +263,7 @@ async function executeWebhookJobInternal(
|
||||
metadata,
|
||||
workflow,
|
||||
airtableInput,
|
||||
{},
|
||||
decryptedEnvVars,
|
||||
workflow.variables || {},
|
||||
[]
|
||||
)
|
||||
@@ -449,7 +449,7 @@ async function executeWebhookJobInternal(
|
||||
metadata,
|
||||
workflow,
|
||||
input || {},
|
||||
{},
|
||||
decryptedEnvVars,
|
||||
workflow.variables || {},
|
||||
[]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user