Skip to content

Commit

Permalink
fix: updated workflow id for saving call recording (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal authored Oct 19, 2023
1 parent ec56a8f commit bf61d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtin/utill/callRecording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export async function sendToStakwork(
},
body: JSON.stringify({
name: `${callId} file`,
workflow_id: 6173,
workflow_id: 12346,
workflow_params: {
set_var: {
attributes: {
Expand Down

0 comments on commit bf61d8b

Please sign in to comment.