We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4294d commit b25989bCopy full SHA for b25989b
.changeset/cold-gifts-jump.md
@@ -0,0 +1,5 @@
1
+---
2
+"@knocklabs/agent-toolkit": patch
3
4
+
5
+Adds required template settings parameter to `createOrUpdatePushStepInWorkflow`
src/lib/tools/workflow-steps.ts
@@ -407,6 +407,9 @@ const createOrUpdatePushStepInWorkflow = KnockTool({
407
template: {
408
title: params.title,
409
text_body: params.content,
410
+ settings: {
411
+ delivery_type: "content",
412
+ },
413
} as PushTemplate,
414
ref: params.stepRef ?? generateStepRef("push"),
415
},
0 commit comments