@keystrokehq/sendspark 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-multiple-prospects-to-dynamic-campaign.cjs +77 -0
- package/dist/actions/add-multiple-prospects-to-dynamic-campaign.cjs.map +1 -0
- package/dist/actions/add-multiple-prospects-to-dynamic-campaign.d.cts +9 -0
- package/dist/actions/add-multiple-prospects-to-dynamic-campaign.d.cts.map +1 -0
- package/dist/actions/add-multiple-prospects-to-dynamic-campaign.d.mts +9 -0
- package/dist/actions/add-multiple-prospects-to-dynamic-campaign.d.mts.map +1 -0
- package/dist/actions/add-multiple-prospects-to-dynamic-campaign.mjs +76 -0
- package/dist/actions/add-multiple-prospects-to-dynamic-campaign.mjs.map +1 -0
- package/dist/actions/add-prospect-to-dynamic-video-campaign.cjs +50 -0
- package/dist/actions/add-prospect-to-dynamic-video-campaign.cjs.map +1 -0
- package/dist/actions/add-prospect-to-dynamic-video-campaign.d.cts +9 -0
- package/dist/actions/add-prospect-to-dynamic-video-campaign.d.cts.map +1 -0
- package/dist/actions/add-prospect-to-dynamic-video-campaign.d.mts +9 -0
- package/dist/actions/add-prospect-to-dynamic-video-campaign.d.mts.map +1 -0
- package/dist/actions/add-prospect-to-dynamic-video-campaign.mjs +49 -0
- package/dist/actions/add-prospect-to-dynamic-video-campaign.mjs.map +1 -0
- package/dist/actions/api-health-status.cjs +16 -0
- package/dist/actions/api-health-status.cjs.map +1 -0
- package/dist/actions/api-health-status.d.cts +9 -0
- package/dist/actions/api-health-status.d.cts.map +1 -0
- package/dist/actions/api-health-status.d.mts +9 -0
- package/dist/actions/api-health-status.d.mts.map +1 -0
- package/dist/actions/api-health-status.mjs +13 -0
- package/dist/actions/api-health-status.mjs.map +1 -0
- package/dist/actions/create-dynamic-video-campaign2.cjs +40 -0
- package/dist/actions/create-dynamic-video-campaign2.cjs.map +1 -0
- package/dist/actions/create-dynamic-video-campaign2.d.cts +9 -0
- package/dist/actions/create-dynamic-video-campaign2.d.cts.map +1 -0
- package/dist/actions/create-dynamic-video-campaign2.d.mts +9 -0
- package/dist/actions/create-dynamic-video-campaign2.d.mts.map +1 -0
- package/dist/actions/create-dynamic-video-campaign2.mjs +39 -0
- package/dist/actions/create-dynamic-video-campaign2.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +22 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +19 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/get-dynamic-campaign-by-id.cjs +59 -0
- package/dist/actions/get-dynamic-campaign-by-id.cjs.map +1 -0
- package/dist/actions/get-dynamic-campaign-by-id.d.cts +9 -0
- package/dist/actions/get-dynamic-campaign-by-id.d.cts.map +1 -0
- package/dist/actions/get-dynamic-campaign-by-id.d.mts +9 -0
- package/dist/actions/get-dynamic-campaign-by-id.d.mts.map +1 -0
- package/dist/actions/get-dynamic-campaign-by-id.mjs +58 -0
- package/dist/actions/get-dynamic-campaign-by-id.mjs.map +1 -0
- package/dist/actions/get-workspace-prospect-data-by-email.cjs +46 -0
- package/dist/actions/get-workspace-prospect-data-by-email.cjs.map +1 -0
- package/dist/actions/get-workspace-prospect-data-by-email.d.cts +9 -0
- package/dist/actions/get-workspace-prospect-data-by-email.d.cts.map +1 -0
- package/dist/actions/get-workspace-prospect-data-by-email.d.mts +9 -0
- package/dist/actions/get-workspace-prospect-data-by-email.d.mts.map +1 -0
- package/dist/actions/get-workspace-prospect-data-by-email.mjs +45 -0
- package/dist/actions/get-workspace-prospect-data-by-email.mjs.map +1 -0
- package/dist/actions/index.cjs +19 -0
- package/dist/actions/index.d.cts +10 -0
- package/dist/actions/index.d.mts +10 -0
- package/dist/actions/index.mjs +10 -0
- package/dist/actions/list-dynamic-video-campaigns.cjs +120 -0
- package/dist/actions/list-dynamic-video-campaigns.cjs.map +1 -0
- package/dist/actions/list-dynamic-video-campaigns.d.cts +9 -0
- package/dist/actions/list-dynamic-video-campaigns.d.cts.map +1 -0
- package/dist/actions/list-dynamic-video-campaigns.d.mts +9 -0
- package/dist/actions/list-dynamic-video-campaigns.d.mts.map +1 -0
- package/dist/actions/list-dynamic-video-campaigns.mjs +119 -0
- package/dist/actions/list-dynamic-video-campaigns.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +16 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +13 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +24 -0
- package/dist/index.d.cts +12 -0
- package/dist/index.d.mts +12 -0
- package/dist/index.mjs +13 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-dynamic-video-campaign2.d.ts
|
|
4
|
+
declare const SendsparkCreateDynamicVideoCampaign2Input: z.ZodTypeAny;
|
|
5
|
+
declare const SendsparkCreateDynamicVideoCampaign2Output: z.ZodTypeAny;
|
|
6
|
+
declare const sendsparkCreateDynamicVideoCampaign2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sendsparkCreateDynamicVideoCampaign2 };
|
|
9
|
+
//# sourceMappingURL=create-dynamic-video-campaign2.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-dynamic-video-campaign2.d.cts","names":[],"sources":["../../src/actions/create-dynamic-video-campaign2.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAGc;AAAA,cAa3D,0CAAA,EAA4C,CAAA,CAAE,UAa0E;AAAA,cAExH,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-dynamic-video-campaign2.d.ts
|
|
4
|
+
declare const SendsparkCreateDynamicVideoCampaign2Input: z.ZodTypeAny;
|
|
5
|
+
declare const SendsparkCreateDynamicVideoCampaign2Output: z.ZodTypeAny;
|
|
6
|
+
declare const sendsparkCreateDynamicVideoCampaign2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sendsparkCreateDynamicVideoCampaign2 };
|
|
9
|
+
//# sourceMappingURL=create-dynamic-video-campaign2.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-dynamic-video-campaign2.d.mts","names":[],"sources":["../../src/actions/create-dynamic-video-campaign2.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAGc;AAAA,cAa3D,0CAAA,EAA4C,CAAA,CAAE,UAa0E;AAAA,cAExH,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-dynamic-video-campaign2.ts
|
|
4
|
+
const SendsparkCreateDynamicVideoCampaign2Input = z.object({
|
|
5
|
+
name: z.string().describe("Name of the dynamic campaign. Must be unique within the workspace"),
|
|
6
|
+
workspaceId: z.string().describe("The ID of the Sendspark workspace where the campaign will be created")
|
|
7
|
+
}).describe("Request parameters for creating a dynamic video campaign.");
|
|
8
|
+
const SendsparkCreateDynamicVideoCampaign2_MetadataSchema = z.object({ version: z.string().describe("Metadata version").nullable().optional() }).passthrough().describe("Campaign metadata.");
|
|
9
|
+
const SendsparkCreateDynamicVideoCampaign2_SharePageSchema = z.object({
|
|
10
|
+
title: z.string().describe("Share page title").nullable().optional(),
|
|
11
|
+
layout: z.string().describe("Layout configuration (e.g., 'layout-default')").nullable().optional(),
|
|
12
|
+
buttons: z.array(z.unknown()).describe("Share page buttons").nullable().optional(),
|
|
13
|
+
calendar: z.record(z.string(), z.unknown()).describe("Calendar configuration").nullable().optional()
|
|
14
|
+
}).passthrough().describe("Share page properties.");
|
|
15
|
+
const SendsparkCreateDynamicVideoCampaign2_VideoPropertiesSchema = z.object({ sharePage: SendsparkCreateDynamicVideoCampaign2_SharePageSchema.nullable().optional() }).passthrough().describe("Video properties and settings.");
|
|
16
|
+
const sendsparkCreateDynamicVideoCampaign2 = action("SENDSPARK_CREATE_DYNAMIC_VIDEO_CAMPAIGN2", {
|
|
17
|
+
slug: "sendspark-create-dynamic-video-campaign2",
|
|
18
|
+
name: "Create Dynamic Video Campaign V2",
|
|
19
|
+
description: "Tool to create a dynamic video campaign in a workspace. Use when you need to create a container for AI-personalized dynamic videos that can be sent to prospects.",
|
|
20
|
+
input: SendsparkCreateDynamicVideoCampaign2Input,
|
|
21
|
+
output: z.object({
|
|
22
|
+
_id: z.string().describe("Unique campaign identifier"),
|
|
23
|
+
name: z.string().describe("Campaign name"),
|
|
24
|
+
folder: z.string().describe("Associated folder ID"),
|
|
25
|
+
status: z.string().describe("Current status of the campaign (e.g., 'pending')").nullable().optional(),
|
|
26
|
+
creator: z.string().describe("Creator user ID"),
|
|
27
|
+
metadata: SendsparkCreateDynamicVideoCampaign2_MetadataSchema.nullable().optional(),
|
|
28
|
+
createdAt: z.string().describe("ISO timestamp when campaign was created"),
|
|
29
|
+
workspace: z.string().describe("Associated workspace ID"),
|
|
30
|
+
videosAssets: z.array(z.record(z.string(), z.unknown())).describe("List of video assets in the campaign").nullable().optional(),
|
|
31
|
+
combinedVideo: z.union([z.boolean(), z.string()]).nullable().optional(),
|
|
32
|
+
videoProperties: SendsparkCreateDynamicVideoCampaign2_VideoPropertiesSchema.nullable().optional(),
|
|
33
|
+
dynamicBackground: z.union([z.boolean(), z.string()]).nullable().optional()
|
|
34
|
+
}).passthrough().describe("Response containing the created dynamic campaign details.\nThe API returns the campaign object directly.")
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { sendsparkCreateDynamicVideoCampaign2 };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=create-dynamic-video-campaign2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-dynamic-video-campaign2.mjs","names":[],"sources":["../../src/actions/create-dynamic-video-campaign2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkCreateDynamicVideoCampaign2Input: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the dynamic campaign. Must be unique within the workspace\"),\n workspaceId: z.string().describe(\"The ID of the Sendspark workspace where the campaign will be created\"),\n}).describe(\"Request parameters for creating a dynamic video campaign.\");\nconst SendsparkCreateDynamicVideoCampaign2_MetadataSchema: z.ZodTypeAny = z.object({\n version: z.string().describe(\"Metadata version\").nullable().optional(),\n}).passthrough().describe(\"Campaign metadata.\");\nconst SendsparkCreateDynamicVideoCampaign2_SharePageSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Share page title\").nullable().optional(),\n layout: z.string().describe(\"Layout configuration (e.g., 'layout-default')\").nullable().optional(),\n buttons: z.array(z.unknown()).describe(\"Share page buttons\").nullable().optional(),\n calendar: z.record(z.string(), z.unknown()).describe(\"Calendar configuration\").nullable().optional(),\n}).passthrough().describe(\"Share page properties.\");\nconst SendsparkCreateDynamicVideoCampaign2_VideoPropertiesSchema: z.ZodTypeAny = z.object({\n sharePage: SendsparkCreateDynamicVideoCampaign2_SharePageSchema.nullable().optional(),\n}).passthrough().describe(\"Video properties and settings.\");\nexport const SendsparkCreateDynamicVideoCampaign2Output: z.ZodTypeAny = z.object({\n _id: z.string().describe(\"Unique campaign identifier\"),\n name: z.string().describe(\"Campaign name\"),\n folder: z.string().describe(\"Associated folder ID\"),\n status: z.string().describe(\"Current status of the campaign (e.g., 'pending')\").nullable().optional(),\n creator: z.string().describe(\"Creator user ID\"),\n metadata: SendsparkCreateDynamicVideoCampaign2_MetadataSchema.nullable().optional(),\n createdAt: z.string().describe(\"ISO timestamp when campaign was created\"),\n workspace: z.string().describe(\"Associated workspace ID\"),\n videosAssets: z.array(z.record(z.string(), z.unknown())).describe(\"List of video assets in the campaign\").nullable().optional(),\n combinedVideo: z.union([z.boolean(), z.string()]).nullable().optional(),\n videoProperties: SendsparkCreateDynamicVideoCampaign2_VideoPropertiesSchema.nullable().optional(),\n dynamicBackground: z.union([z.boolean(), z.string()]).nullable().optional(),\n}).passthrough().describe(\"Response containing the created dynamic campaign details.\\nThe API returns the campaign object directly.\");\n\nexport const sendsparkCreateDynamicVideoCampaign2 = action(\"SENDSPARK_CREATE_DYNAMIC_VIDEO_CAMPAIGN2\", {\n slug: \"sendspark-create-dynamic-video-campaign2\",\n name: \"Create Dynamic Video Campaign V2\",\n description: \"Tool to create a dynamic video campaign in a workspace. Use when you need to create a container for AI-personalized dynamic videos that can be sent to prospects.\",\n input: SendsparkCreateDynamicVideoCampaign2Input,\n output: SendsparkCreateDynamicVideoCampaign2Output,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0D,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;AACzG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sDAAoE,EAAE,OAAO,EACjF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oBAAoB;AAC9C,MAAM,uDAAqE,EAAE,OAAO;CAClF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wBAAwB;AAClD,MAAM,6DAA2E,EAAE,OAAO,EACxF,WAAW,qDAAqD,SAAS,CAAC,CAAC,SAAS,EACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gCAAgC;AAgB1D,MAAa,uCAAuC,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QApBsE,EAAE,OAAO;EAC/E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;EACzC,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAClD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;EAC9C,UAAU,oDAAoD,SAAS,CAAC,CAAC,SAAS;EAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACxE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACxD,cAAc,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,eAAe,EAAE,MAAM,CAAC,EAAE,QAAQ,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,iBAAiB,2DAA2D,SAAS,CAAC,CAAC,SAAS;EAChG,mBAAmB,EAAE,MAAM,CAAC,EAAE,QAAQ,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0GAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-webhook.ts
|
|
4
|
+
const SendsparkDeleteWebhookInput = zod.z.object({
|
|
5
|
+
webhook_id: zod.z.string().describe("Unique identifier of the webhook to delete."),
|
|
6
|
+
workspaceId: zod.z.string().describe("Workspace unique identifier. Required to use the workspace-scoped endpoint (/v1/workspaces/{workspaceId}/webhooks/{webhook_id}). Strongly recommended: The unscoped endpoint (/api/webhooks/{webhook_id}) may not be available.").optional()
|
|
7
|
+
}).describe("Request model for deleting a webhook by ID.");
|
|
8
|
+
const SendsparkDeleteWebhookOutput = zod.z.object({
|
|
9
|
+
message: zod.z.string().describe("Descriptive message from the API. Examples: 'Webhook not found or already deleted (idempotent)' for 404 with workspaceId, 'Invalid request params input' for 400 errors.").nullable().optional(),
|
|
10
|
+
statusCode: zod.z.number().int().describe("HTTP status code: 200/204 for successful deletion, 400 for invalid webhook ID, 404 for not found (idempotent when workspaceId provided).")
|
|
11
|
+
}).describe("Response model for webhook deletion.");
|
|
12
|
+
const sendsparkDeleteWebhook = require_action.action("SENDSPARK_DELETE_WEBHOOK", {
|
|
13
|
+
slug: "sendspark-delete-webhook",
|
|
14
|
+
name: "Delete Webhook",
|
|
15
|
+
description: "Delete a webhook by its unique ID. Returns a structured response with status code and message. This action is idempotent: deleting a non-existent webhook (404) with workspaceId provided returns success. Invalid webhook IDs return 400 with error details. Best practice: Always provide workspaceId to use the reliable workspace-scoped endpoint.",
|
|
16
|
+
input: SendsparkDeleteWebhookInput,
|
|
17
|
+
output: SendsparkDeleteWebhookOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.sendsparkDeleteWebhook = sendsparkDeleteWebhook;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=delete-webhook.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-webhook.cjs","names":["z","action"],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkDeleteWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"Unique identifier of the webhook to delete.\"),\n workspaceId: z.string().describe(\"Workspace unique identifier. Required to use the workspace-scoped endpoint (/v1/workspaces/{workspaceId}/webhooks/{webhook_id}). Strongly recommended: The unscoped endpoint (/api/webhooks/{webhook_id}) may not be available.\").optional(),\n}).describe(\"Request model for deleting a webhook by ID.\");\nexport const SendsparkDeleteWebhookOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Descriptive message from the API. Examples: 'Webhook not found or already deleted (idempotent)' for 404 with workspaceId, 'Invalid request params input' for 400 errors.\").nullable().optional(),\n statusCode: z.number().int().describe(\"HTTP status code: 200/204 for successful deletion, 400 for invalid webhook ID, 404 for not found (idempotent when workspaceId provided).\"),\n}).describe(\"Response model for webhook deletion.\");\n\nexport const sendsparkDeleteWebhook = action(\"SENDSPARK_DELETE_WEBHOOK\", {\n slug: \"sendspark-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Delete a webhook by its unique ID. Returns a structured response with status code and message. This action is idempotent: deleting a non-existent webhook (404) with workspaceId provided returns success. Invalid webhook IDs return 400 with error details. Best practice: Always provide workspaceId to use the reliable workspace-scoped endpoint.\",\n input: SendsparkDeleteWebhookInput,\n output: SendsparkDeleteWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC7E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iOAAiO,CAAC,CAAC,SAAS;AAC/Q,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0KAA0K,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7N,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0IAA0I;AAClL,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-webhook.d.ts
|
|
4
|
+
declare const SendsparkDeleteWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const SendsparkDeleteWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sendsparkDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sendsparkDeleteWebhook };
|
|
9
|
+
//# sourceMappingURL=delete-webhook.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-webhook.d.cts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGc;AAAA,cAC7C,4BAAA,EAA8B,CAAA,CAAE,UAGM;AAAA,cAEtC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-webhook.d.ts
|
|
4
|
+
declare const SendsparkDeleteWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const SendsparkDeleteWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sendsparkDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sendsparkDeleteWebhook };
|
|
9
|
+
//# sourceMappingURL=delete-webhook.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-webhook.d.mts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGc;AAAA,cAC7C,4BAAA,EAA8B,CAAA,CAAE,UAGM;AAAA,cAEtC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const sendsparkDeleteWebhook = action("SENDSPARK_DELETE_WEBHOOK", {
|
|
4
|
+
slug: "sendspark-delete-webhook",
|
|
5
|
+
name: "Delete Webhook",
|
|
6
|
+
description: "Delete a webhook by its unique ID. Returns a structured response with status code and message. This action is idempotent: deleting a non-existent webhook (404) with workspaceId provided returns success. Invalid webhook IDs return 400 with error details. Best practice: Always provide workspaceId to use the reliable workspace-scoped endpoint.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
webhook_id: z.string().describe("Unique identifier of the webhook to delete."),
|
|
9
|
+
workspaceId: z.string().describe("Workspace unique identifier. Required to use the workspace-scoped endpoint (/v1/workspaces/{workspaceId}/webhooks/{webhook_id}). Strongly recommended: The unscoped endpoint (/api/webhooks/{webhook_id}) may not be available.").optional()
|
|
10
|
+
}).describe("Request model for deleting a webhook by ID."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
message: z.string().describe("Descriptive message from the API. Examples: 'Webhook not found or already deleted (idempotent)' for 404 with workspaceId, 'Invalid request params input' for 400 errors.").nullable().optional(),
|
|
13
|
+
statusCode: z.number().int().describe("HTTP status code: 200/204 for successful deletion, 400 for invalid webhook ID, 404 for not found (idempotent when workspaceId provided).")
|
|
14
|
+
}).describe("Response model for webhook deletion.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { sendsparkDeleteWebhook };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-webhook.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-webhook.mjs","names":[],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkDeleteWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"Unique identifier of the webhook to delete.\"),\n workspaceId: z.string().describe(\"Workspace unique identifier. Required to use the workspace-scoped endpoint (/v1/workspaces/{workspaceId}/webhooks/{webhook_id}). Strongly recommended: The unscoped endpoint (/api/webhooks/{webhook_id}) may not be available.\").optional(),\n}).describe(\"Request model for deleting a webhook by ID.\");\nexport const SendsparkDeleteWebhookOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Descriptive message from the API. Examples: 'Webhook not found or already deleted (idempotent)' for 404 with workspaceId, 'Invalid request params input' for 400 errors.\").nullable().optional(),\n statusCode: z.number().int().describe(\"HTTP status code: 200/204 for successful deletion, 400 for invalid webhook ID, 404 for not found (idempotent when workspaceId provided).\"),\n}).describe(\"Response model for webhook deletion.\");\n\nexport const sendsparkDeleteWebhook = action(\"SENDSPARK_DELETE_WEBHOOK\", {\n slug: \"sendspark-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Delete a webhook by its unique ID. Returns a structured response with status code and message. This action is idempotent: deleting a non-existent webhook (404) with workspaceId provided returns success. Invalid webhook IDs return 400 with error details. Best practice: Always provide workspaceId to use the reliable workspace-scoped endpoint.\",\n input: SendsparkDeleteWebhookInput,\n output: SendsparkDeleteWebhookOutput,\n});\n"],"mappings":";;AAaA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuD,EAAE,OAAO;EAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iOAAiO,CAAC,CAAC,SAAS;CAC/Q,CAAC,CAAC,CAAC,SAAS,6CAUH;CACP,QAVwD,EAAE,OAAO;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0KAA0K,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7N,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0IAA0I;CAClL,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-dynamic-campaign-by-id.ts
|
|
4
|
+
const SendsparkGetDynamicCampaignByIdInput = zod.z.object({
|
|
5
|
+
dynamic_id: zod.z.string().describe("ID of the dynamic campaign to retrieve"),
|
|
6
|
+
workspace_id: zod.z.string().describe("ID of the workspace containing the dynamic campaign")
|
|
7
|
+
}).describe("Request model for retrieving a dynamic campaign by ID.");
|
|
8
|
+
const SendsparkGetDynamicCampaignById_CreatorSchema = zod.z.object({
|
|
9
|
+
_id: zod.z.string().describe("Creator user ID"),
|
|
10
|
+
name: zod.z.string().describe("Full name of the creator"),
|
|
11
|
+
email: zod.z.string().describe("Creator email address").nullable().optional()
|
|
12
|
+
});
|
|
13
|
+
const SendsparkGetDynamicCampaignById_FeaturesSchema = zod.z.object({
|
|
14
|
+
screenshot: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Screenshot capture settings").nullable().optional(),
|
|
15
|
+
voiceCloning: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Voice cloning configuration and settings").nullable().optional(),
|
|
16
|
+
transcription: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Transcription settings and configuration").nullable().optional(),
|
|
17
|
+
videoSettings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom video settings and animations").nullable().optional()
|
|
18
|
+
});
|
|
19
|
+
const SendsparkGetDynamicCampaignById_MetadataSchema = zod.z.object({ version: zod.z.string().describe("Internal version tag").nullable().optional() });
|
|
20
|
+
const SendsparkGetDynamicCampaignById_VideoAssetSchema = zod.z.object({
|
|
21
|
+
_id: zod.z.string().describe("Asset unique identifier"),
|
|
22
|
+
url: zod.z.string().describe("Publicly accessible asset URL"),
|
|
23
|
+
assetId: zod.z.string().describe("Provider-specific asset ID"),
|
|
24
|
+
assetUrl: zod.z.string().describe("Alternate URL for the asset"),
|
|
25
|
+
duration: zod.z.number().describe("Asset duration in seconds"),
|
|
26
|
+
provider: zod.z.string().describe("Asset provider name")
|
|
27
|
+
});
|
|
28
|
+
const SendsparkGetDynamicCampaignById_SharePageSchema = zod.z.object({
|
|
29
|
+
title: zod.z.string().describe("Title shown on the share page"),
|
|
30
|
+
buttons: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Configuration of any share buttons"),
|
|
31
|
+
calendar: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Calendar settings for the share page").nullable().optional()
|
|
32
|
+
});
|
|
33
|
+
const SendsparkGetDynamicCampaignById_VideoPropertiesSchema = zod.z.object({ sharePage: SendsparkGetDynamicCampaignById_SharePageSchema.nullable() });
|
|
34
|
+
const SendsparkGetDynamicCampaignByIdOutput = zod.z.object({
|
|
35
|
+
_id: zod.z.string().describe("Campaign unique ID"),
|
|
36
|
+
name: zod.z.string().describe("Human-readable campaign name"),
|
|
37
|
+
folder: zod.z.string().describe("Folder ID where campaign is stored"),
|
|
38
|
+
status: zod.z.string().describe("Current campaign status"),
|
|
39
|
+
creator: SendsparkGetDynamicCampaignById_CreatorSchema.nullable(),
|
|
40
|
+
features: SendsparkGetDynamicCampaignById_FeaturesSchema.nullable(),
|
|
41
|
+
metadata: SendsparkGetDynamicCampaignById_MetadataSchema.nullable(),
|
|
42
|
+
createdAt: zod.z.string().describe("ISO timestamp of creation"),
|
|
43
|
+
workspace: zod.z.string().describe("Workspace ID"),
|
|
44
|
+
videosAssets: zod.z.array(SendsparkGetDynamicCampaignById_VideoAssetSchema),
|
|
45
|
+
combinedVideo: zod.z.boolean().describe("True if combined video is used"),
|
|
46
|
+
videoProperties: SendsparkGetDynamicCampaignById_VideoPropertiesSchema.nullable(),
|
|
47
|
+
dynamicBackground: zod.z.boolean().describe("True if background is dynamic")
|
|
48
|
+
}).describe("Response model for a dynamic campaign retrieval.");
|
|
49
|
+
const sendsparkGetDynamicCampaignById = require_action.action("SENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_ID", {
|
|
50
|
+
slug: "sendspark-get-dynamic-campaign-by-id",
|
|
51
|
+
name: "Get Dynamic Campaign by ID",
|
|
52
|
+
description: "Tool to retrieve details of a specific dynamic video campaign. Use after confirming workspace and campaign IDs.",
|
|
53
|
+
input: SendsparkGetDynamicCampaignByIdInput,
|
|
54
|
+
output: SendsparkGetDynamicCampaignByIdOutput
|
|
55
|
+
});
|
|
56
|
+
//#endregion
|
|
57
|
+
exports.sendsparkGetDynamicCampaignById = sendsparkGetDynamicCampaignById;
|
|
58
|
+
|
|
59
|
+
//# sourceMappingURL=get-dynamic-campaign-by-id.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-dynamic-campaign-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-dynamic-campaign-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkGetDynamicCampaignByIdInput: z.ZodTypeAny = z.object({\n dynamic_id: z.string().describe(\"ID of the dynamic campaign to retrieve\"),\n workspace_id: z.string().describe(\"ID of the workspace containing the dynamic campaign\"),\n}).describe(\"Request model for retrieving a dynamic campaign by ID.\");\nconst SendsparkGetDynamicCampaignById_CreatorSchema: z.ZodTypeAny = z.object({\n _id: z.string().describe(\"Creator user ID\"),\n name: z.string().describe(\"Full name of the creator\"),\n email: z.string().describe(\"Creator email address\").nullable().optional(),\n});\nconst SendsparkGetDynamicCampaignById_FeaturesSchema: z.ZodTypeAny = z.object({\n screenshot: z.record(z.string(), z.unknown()).describe(\"Screenshot capture settings\").nullable().optional(),\n voiceCloning: z.record(z.string(), z.unknown()).describe(\"Voice cloning configuration and settings\").nullable().optional(),\n transcription: z.record(z.string(), z.unknown()).describe(\"Transcription settings and configuration\").nullable().optional(),\n videoSettings: z.record(z.string(), z.unknown()).describe(\"Custom video settings and animations\").nullable().optional(),\n});\nconst SendsparkGetDynamicCampaignById_MetadataSchema: z.ZodTypeAny = z.object({\n version: z.string().describe(\"Internal version tag\").nullable().optional(),\n});\nconst SendsparkGetDynamicCampaignById_VideoAssetSchema: z.ZodTypeAny = z.object({\n _id: z.string().describe(\"Asset unique identifier\"),\n url: z.string().describe(\"Publicly accessible asset URL\"),\n assetId: z.string().describe(\"Provider-specific asset ID\"),\n assetUrl: z.string().describe(\"Alternate URL for the asset\"),\n duration: z.number().describe(\"Asset duration in seconds\"),\n provider: z.string().describe(\"Asset provider name\"),\n});\nconst SendsparkGetDynamicCampaignById_SharePageSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Title shown on the share page\"),\n buttons: z.array(z.record(z.string(), z.unknown())).describe(\"Configuration of any share buttons\"),\n calendar: z.record(z.string(), z.unknown()).describe(\"Calendar settings for the share page\").nullable().optional(),\n});\nconst SendsparkGetDynamicCampaignById_VideoPropertiesSchema: z.ZodTypeAny = z.object({\n sharePage: SendsparkGetDynamicCampaignById_SharePageSchema.nullable(),\n});\nexport const SendsparkGetDynamicCampaignByIdOutput: z.ZodTypeAny = z.object({\n _id: z.string().describe(\"Campaign unique ID\"),\n name: z.string().describe(\"Human-readable campaign name\"),\n folder: z.string().describe(\"Folder ID where campaign is stored\"),\n status: z.string().describe(\"Current campaign status\"),\n creator: SendsparkGetDynamicCampaignById_CreatorSchema.nullable(),\n features: SendsparkGetDynamicCampaignById_FeaturesSchema.nullable(),\n metadata: SendsparkGetDynamicCampaignById_MetadataSchema.nullable(),\n createdAt: z.string().describe(\"ISO timestamp of creation\"),\n workspace: z.string().describe(\"Workspace ID\"),\n videosAssets: z.array(SendsparkGetDynamicCampaignById_VideoAssetSchema),\n combinedVideo: z.boolean().describe(\"True if combined video is used\"),\n videoProperties: SendsparkGetDynamicCampaignById_VideoPropertiesSchema.nullable(),\n dynamicBackground: z.boolean().describe(\"True if background is dynamic\"),\n}).describe(\"Response model for a dynamic campaign retrieval.\");\n\nexport const sendsparkGetDynamicCampaignById = action(\"SENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_ID\", {\n slug: \"sendspark-get-dynamic-campaign-by-id\",\n name: \"Get Dynamic Campaign by ID\",\n description: \"Tool to retrieve details of a specific dynamic video campaign. Use after confirming workspace and campaign IDs.\",\n input: SendsparkGetDynamicCampaignByIdInput,\n output: SendsparkGetDynamicCampaignByIdOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-dynamic-campaign-by-id.d.ts
|
|
4
|
+
declare const SendsparkGetDynamicCampaignByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const SendsparkGetDynamicCampaignByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sendsparkGetDynamicCampaignById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sendsparkGetDynamicCampaignById };
|
|
9
|
+
//# sourceMappingURL=get-dynamic-campaign-by-id.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-dynamic-campaign-by-id.d.cts","names":[],"sources":["../../src/actions/get-dynamic-campaign-by-id.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGgB;AAAA,cA+BxD,qCAAA,EAAuC,CAAA,CAAE,UAcS;AAAA,cAElD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-dynamic-campaign-by-id.d.ts
|
|
4
|
+
declare const SendsparkGetDynamicCampaignByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const SendsparkGetDynamicCampaignByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sendsparkGetDynamicCampaignById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sendsparkGetDynamicCampaignById };
|
|
9
|
+
//# sourceMappingURL=get-dynamic-campaign-by-id.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-dynamic-campaign-by-id.d.mts","names":[],"sources":["../../src/actions/get-dynamic-campaign-by-id.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGgB;AAAA,cA+BxD,qCAAA,EAAuC,CAAA,CAAE,UAcS;AAAA,cAElD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-dynamic-campaign-by-id.ts
|
|
4
|
+
const SendsparkGetDynamicCampaignByIdInput = z.object({
|
|
5
|
+
dynamic_id: z.string().describe("ID of the dynamic campaign to retrieve"),
|
|
6
|
+
workspace_id: z.string().describe("ID of the workspace containing the dynamic campaign")
|
|
7
|
+
}).describe("Request model for retrieving a dynamic campaign by ID.");
|
|
8
|
+
const SendsparkGetDynamicCampaignById_CreatorSchema = z.object({
|
|
9
|
+
_id: z.string().describe("Creator user ID"),
|
|
10
|
+
name: z.string().describe("Full name of the creator"),
|
|
11
|
+
email: z.string().describe("Creator email address").nullable().optional()
|
|
12
|
+
});
|
|
13
|
+
const SendsparkGetDynamicCampaignById_FeaturesSchema = z.object({
|
|
14
|
+
screenshot: z.record(z.string(), z.unknown()).describe("Screenshot capture settings").nullable().optional(),
|
|
15
|
+
voiceCloning: z.record(z.string(), z.unknown()).describe("Voice cloning configuration and settings").nullable().optional(),
|
|
16
|
+
transcription: z.record(z.string(), z.unknown()).describe("Transcription settings and configuration").nullable().optional(),
|
|
17
|
+
videoSettings: z.record(z.string(), z.unknown()).describe("Custom video settings and animations").nullable().optional()
|
|
18
|
+
});
|
|
19
|
+
const SendsparkGetDynamicCampaignById_MetadataSchema = z.object({ version: z.string().describe("Internal version tag").nullable().optional() });
|
|
20
|
+
const SendsparkGetDynamicCampaignById_VideoAssetSchema = z.object({
|
|
21
|
+
_id: z.string().describe("Asset unique identifier"),
|
|
22
|
+
url: z.string().describe("Publicly accessible asset URL"),
|
|
23
|
+
assetId: z.string().describe("Provider-specific asset ID"),
|
|
24
|
+
assetUrl: z.string().describe("Alternate URL for the asset"),
|
|
25
|
+
duration: z.number().describe("Asset duration in seconds"),
|
|
26
|
+
provider: z.string().describe("Asset provider name")
|
|
27
|
+
});
|
|
28
|
+
const SendsparkGetDynamicCampaignById_SharePageSchema = z.object({
|
|
29
|
+
title: z.string().describe("Title shown on the share page"),
|
|
30
|
+
buttons: z.array(z.record(z.string(), z.unknown())).describe("Configuration of any share buttons"),
|
|
31
|
+
calendar: z.record(z.string(), z.unknown()).describe("Calendar settings for the share page").nullable().optional()
|
|
32
|
+
});
|
|
33
|
+
const SendsparkGetDynamicCampaignById_VideoPropertiesSchema = z.object({ sharePage: SendsparkGetDynamicCampaignById_SharePageSchema.nullable() });
|
|
34
|
+
const sendsparkGetDynamicCampaignById = action("SENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_ID", {
|
|
35
|
+
slug: "sendspark-get-dynamic-campaign-by-id",
|
|
36
|
+
name: "Get Dynamic Campaign by ID",
|
|
37
|
+
description: "Tool to retrieve details of a specific dynamic video campaign. Use after confirming workspace and campaign IDs.",
|
|
38
|
+
input: SendsparkGetDynamicCampaignByIdInput,
|
|
39
|
+
output: z.object({
|
|
40
|
+
_id: z.string().describe("Campaign unique ID"),
|
|
41
|
+
name: z.string().describe("Human-readable campaign name"),
|
|
42
|
+
folder: z.string().describe("Folder ID where campaign is stored"),
|
|
43
|
+
status: z.string().describe("Current campaign status"),
|
|
44
|
+
creator: SendsparkGetDynamicCampaignById_CreatorSchema.nullable(),
|
|
45
|
+
features: SendsparkGetDynamicCampaignById_FeaturesSchema.nullable(),
|
|
46
|
+
metadata: SendsparkGetDynamicCampaignById_MetadataSchema.nullable(),
|
|
47
|
+
createdAt: z.string().describe("ISO timestamp of creation"),
|
|
48
|
+
workspace: z.string().describe("Workspace ID"),
|
|
49
|
+
videosAssets: z.array(SendsparkGetDynamicCampaignById_VideoAssetSchema),
|
|
50
|
+
combinedVideo: z.boolean().describe("True if combined video is used"),
|
|
51
|
+
videoProperties: SendsparkGetDynamicCampaignById_VideoPropertiesSchema.nullable(),
|
|
52
|
+
dynamicBackground: z.boolean().describe("True if background is dynamic")
|
|
53
|
+
}).describe("Response model for a dynamic campaign retrieval.")
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
export { sendsparkGetDynamicCampaignById };
|
|
57
|
+
|
|
58
|
+
//# sourceMappingURL=get-dynamic-campaign-by-id.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-dynamic-campaign-by-id.mjs","names":[],"sources":["../../src/actions/get-dynamic-campaign-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkGetDynamicCampaignByIdInput: z.ZodTypeAny = z.object({\n dynamic_id: z.string().describe(\"ID of the dynamic campaign to retrieve\"),\n workspace_id: z.string().describe(\"ID of the workspace containing the dynamic campaign\"),\n}).describe(\"Request model for retrieving a dynamic campaign by ID.\");\nconst SendsparkGetDynamicCampaignById_CreatorSchema: z.ZodTypeAny = z.object({\n _id: z.string().describe(\"Creator user ID\"),\n name: z.string().describe(\"Full name of the creator\"),\n email: z.string().describe(\"Creator email address\").nullable().optional(),\n});\nconst SendsparkGetDynamicCampaignById_FeaturesSchema: z.ZodTypeAny = z.object({\n screenshot: z.record(z.string(), z.unknown()).describe(\"Screenshot capture settings\").nullable().optional(),\n voiceCloning: z.record(z.string(), z.unknown()).describe(\"Voice cloning configuration and settings\").nullable().optional(),\n transcription: z.record(z.string(), z.unknown()).describe(\"Transcription settings and configuration\").nullable().optional(),\n videoSettings: z.record(z.string(), z.unknown()).describe(\"Custom video settings and animations\").nullable().optional(),\n});\nconst SendsparkGetDynamicCampaignById_MetadataSchema: z.ZodTypeAny = z.object({\n version: z.string().describe(\"Internal version tag\").nullable().optional(),\n});\nconst SendsparkGetDynamicCampaignById_VideoAssetSchema: z.ZodTypeAny = z.object({\n _id: z.string().describe(\"Asset unique identifier\"),\n url: z.string().describe(\"Publicly accessible asset URL\"),\n assetId: z.string().describe(\"Provider-specific asset ID\"),\n assetUrl: z.string().describe(\"Alternate URL for the asset\"),\n duration: z.number().describe(\"Asset duration in seconds\"),\n provider: z.string().describe(\"Asset provider name\"),\n});\nconst SendsparkGetDynamicCampaignById_SharePageSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Title shown on the share page\"),\n buttons: z.array(z.record(z.string(), z.unknown())).describe(\"Configuration of any share buttons\"),\n calendar: z.record(z.string(), z.unknown()).describe(\"Calendar settings for the share page\").nullable().optional(),\n});\nconst SendsparkGetDynamicCampaignById_VideoPropertiesSchema: z.ZodTypeAny = z.object({\n sharePage: SendsparkGetDynamicCampaignById_SharePageSchema.nullable(),\n});\nexport const SendsparkGetDynamicCampaignByIdOutput: z.ZodTypeAny = z.object({\n _id: z.string().describe(\"Campaign unique ID\"),\n name: z.string().describe(\"Human-readable campaign name\"),\n folder: z.string().describe(\"Folder ID where campaign is stored\"),\n status: z.string().describe(\"Current campaign status\"),\n creator: SendsparkGetDynamicCampaignById_CreatorSchema.nullable(),\n features: SendsparkGetDynamicCampaignById_FeaturesSchema.nullable(),\n metadata: SendsparkGetDynamicCampaignById_MetadataSchema.nullable(),\n createdAt: z.string().describe(\"ISO timestamp of creation\"),\n workspace: z.string().describe(\"Workspace ID\"),\n videosAssets: z.array(SendsparkGetDynamicCampaignById_VideoAssetSchema),\n combinedVideo: z.boolean().describe(\"True if combined video is used\"),\n videoProperties: SendsparkGetDynamicCampaignById_VideoPropertiesSchema.nullable(),\n dynamicBackground: z.boolean().describe(\"True if background is dynamic\"),\n}).describe(\"Response model for a dynamic campaign retrieval.\");\n\nexport const sendsparkGetDynamicCampaignById = action(\"SENDSPARK_GET_DYNAMIC_CAMPAIGN_BY_ID\", {\n slug: \"sendspark-get-dynamic-campaign-by-id\",\n name: \"Get Dynamic Campaign by ID\",\n description: \"Tool to retrieve details of a specific dynamic video campaign. Use after confirming workspace and campaign IDs.\",\n input: SendsparkGetDynamicCampaignByIdInput,\n output: SendsparkGetDynamicCampaignByIdOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-workspace-prospect-data-by-email.ts
|
|
4
|
+
const SendsparkGetWorkspaceProspectDataByEmailInput = zod.z.object({
|
|
5
|
+
email: zod.z.string().describe("Prospect email address to retrieve data for"),
|
|
6
|
+
dynamic_id: zod.z.string().describe("Dynamic campaign identifier"),
|
|
7
|
+
workspace_id: zod.z.string().describe("Sendspark workspace identifier")
|
|
8
|
+
}).describe("Request parameters for retrieving prospect data by email in a dynamic campaign.");
|
|
9
|
+
const SendsparkGetWorkspaceProspectDataByEmail_ValidationDetailSchema = zod.z.object({
|
|
10
|
+
validationField: zod.z.string().describe("Field with validation error"),
|
|
11
|
+
validationMessage: zod.z.string().describe("Message describing the validation error")
|
|
12
|
+
}).describe("Details of a validation error for prospect data.");
|
|
13
|
+
const SendsparkGetWorkspaceProspectDataByEmailOutput = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("Internal prospect identifier"),
|
|
15
|
+
valid: zod.z.boolean().describe("Whether the prospect data passed validation"),
|
|
16
|
+
status: zod.z.enum([
|
|
17
|
+
"saved",
|
|
18
|
+
"billed",
|
|
19
|
+
"errored",
|
|
20
|
+
"processing",
|
|
21
|
+
"uploaded",
|
|
22
|
+
"completed"
|
|
23
|
+
]).describe("Current status of the prospect data processing"),
|
|
24
|
+
company: zod.z.string().describe("Company of the prospect").nullable().optional(),
|
|
25
|
+
embedUrl: zod.z.string().describe("Embed URL for the final video (available after processing)").nullable().optional(),
|
|
26
|
+
jobTitle: zod.z.string().describe("Job title of the prospect").nullable().optional(),
|
|
27
|
+
shareUrl: zod.z.string().describe("Public share URL for the final video (available after processing)").nullable().optional(),
|
|
28
|
+
createdAt: zod.z.string().describe("ISO timestamp when prospect was created"),
|
|
29
|
+
deletedAt: zod.z.string().describe("ISO timestamp when the prospect was deleted, if applicable").nullable().optional(),
|
|
30
|
+
updatedAt: zod.z.string().describe("ISO timestamp when prospect was last updated"),
|
|
31
|
+
contactName: zod.z.string().describe("Name of the prospect").nullable().optional(),
|
|
32
|
+
contactEmail: zod.z.string().describe("Prospect’s email address"),
|
|
33
|
+
backgroundUrl: zod.z.string().describe("Background URL used for the video"),
|
|
34
|
+
validationDetails: zod.z.array(SendsparkGetWorkspaceProspectDataByEmail_ValidationDetailSchema).describe("List of validation error details, if any").nullable().optional()
|
|
35
|
+
}).describe("Response schema for prospect data retrieved by email in a dynamic campaign.");
|
|
36
|
+
const sendsparkGetWorkspaceProspectDataByEmail = require_action.action("SENDSPARK_GET_WORKSPACE_PROSPECT_DATA_BY_EMAIL", {
|
|
37
|
+
slug: "sendspark-get-workspace-prospect-data-by-email",
|
|
38
|
+
name: "Get Workspace Prospect Data by Email",
|
|
39
|
+
description: "Tool to retrieve prospect data by email in a dynamic campaign. Use after adding a prospect to a campaign to fetch its details.",
|
|
40
|
+
input: SendsparkGetWorkspaceProspectDataByEmailInput,
|
|
41
|
+
output: SendsparkGetWorkspaceProspectDataByEmailOutput
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
exports.sendsparkGetWorkspaceProspectDataByEmail = sendsparkGetWorkspaceProspectDataByEmail;
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=get-workspace-prospect-data-by-email.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-workspace-prospect-data-by-email.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace-prospect-data-by-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkGetWorkspaceProspectDataByEmailInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Prospect email address to retrieve data for\"),\n dynamic_id: z.string().describe(\"Dynamic campaign identifier\"),\n workspace_id: z.string().describe(\"Sendspark workspace identifier\"),\n}).describe(\"Request parameters for retrieving prospect data by email in a dynamic campaign.\");\nconst SendsparkGetWorkspaceProspectDataByEmail_ValidationDetailSchema: z.ZodTypeAny = z.object({\n validationField: z.string().describe(\"Field with validation error\"),\n validationMessage: z.string().describe(\"Message describing the validation error\"),\n}).describe(\"Details of a validation error for prospect data.\");\nexport const SendsparkGetWorkspaceProspectDataByEmailOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal prospect identifier\"),\n valid: z.boolean().describe(\"Whether the prospect data passed validation\"),\n status: z.enum([\"saved\", \"billed\", \"errored\", \"processing\", \"uploaded\", \"completed\"]).describe(\"Current status of the prospect data processing\"),\n company: z.string().describe(\"Company of the prospect\").nullable().optional(),\n embedUrl: z.string().describe(\"Embed URL for the final video (available after processing)\").nullable().optional(),\n jobTitle: z.string().describe(\"Job title of the prospect\").nullable().optional(),\n shareUrl: z.string().describe(\"Public share URL for the final video (available after processing)\").nullable().optional(),\n createdAt: z.string().describe(\"ISO timestamp when prospect was created\"),\n deletedAt: z.string().describe(\"ISO timestamp when the prospect was deleted, if applicable\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO timestamp when prospect was last updated\"),\n contactName: z.string().describe(\"Name of the prospect\").nullable().optional(),\n contactEmail: z.string().describe(\"Prospect’s email address\"),\n backgroundUrl: z.string().describe(\"Background URL used for the video\"),\n validationDetails: z.array(SendsparkGetWorkspaceProspectDataByEmail_ValidationDetailSchema).describe(\"List of validation error details, if any\").nullable().optional(),\n}).describe(\"Response schema for prospect data retrieved by email in a dynamic campaign.\");\n\nexport const sendsparkGetWorkspaceProspectDataByEmail = action(\"SENDSPARK_GET_WORKSPACE_PROSPECT_DATA_BY_EMAIL\", {\n slug: \"sendspark-get-workspace-prospect-data-by-email\",\n name: \"Get Workspace Prospect Data by Email\",\n description: \"Tool to retrieve prospect data by email in a dynamic campaign. Use after adding a prospect to a campaign to fetch its details.\",\n input: SendsparkGetWorkspaceProspectDataByEmailInput,\n output: SendsparkGetWorkspaceProspectDataByEmailOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gDAA8DA,IAAAA,EAAE,OAAO;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC7D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACpE,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC7F,MAAM,kEAAgFA,IAAAA,EAAE,OAAO;CAC7F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAClE,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAClF,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CACzE,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAU;EAAW;EAAc;EAAY;CAAW,CAAC,CAAC,CAAC,SAAS,gDAAgD;CAC/I,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC5D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACtE,mBAAmBA,IAAAA,EAAE,MAAM,+DAA+D,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,6EAA6E;AAEzF,MAAa,2CAA2CC,eAAAA,OAAO,kDAAkD;CAC/G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-workspace-prospect-data-by-email.d.ts
|
|
4
|
+
declare const SendsparkGetWorkspaceProspectDataByEmailInput: z.ZodTypeAny;
|
|
5
|
+
declare const SendsparkGetWorkspaceProspectDataByEmailOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sendsparkGetWorkspaceProspectDataByEmail: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sendsparkGetWorkspaceProspectDataByEmail };
|
|
9
|
+
//# sourceMappingURL=get-workspace-prospect-data-by-email.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-workspace-prospect-data-by-email.d.cts","names":[],"sources":["../../src/actions/get-workspace-prospect-data-by-email.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAIgC;AAAA,cAKjF,8CAAA,EAAgD,CAAA,CAAE,UAe2B;AAAA,cAE7E,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-workspace-prospect-data-by-email.d.ts
|
|
4
|
+
declare const SendsparkGetWorkspaceProspectDataByEmailInput: z.ZodTypeAny;
|
|
5
|
+
declare const SendsparkGetWorkspaceProspectDataByEmailOutput: z.ZodTypeAny;
|
|
6
|
+
declare const sendsparkGetWorkspaceProspectDataByEmail: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { sendsparkGetWorkspaceProspectDataByEmail };
|
|
9
|
+
//# sourceMappingURL=get-workspace-prospect-data-by-email.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-workspace-prospect-data-by-email.d.mts","names":[],"sources":["../../src/actions/get-workspace-prospect-data-by-email.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAIgC;AAAA,cAKjF,8CAAA,EAAgD,CAAA,CAAE,UAe2B;AAAA,cAE7E,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-workspace-prospect-data-by-email.ts
|
|
4
|
+
const SendsparkGetWorkspaceProspectDataByEmailInput = z.object({
|
|
5
|
+
email: z.string().describe("Prospect email address to retrieve data for"),
|
|
6
|
+
dynamic_id: z.string().describe("Dynamic campaign identifier"),
|
|
7
|
+
workspace_id: z.string().describe("Sendspark workspace identifier")
|
|
8
|
+
}).describe("Request parameters for retrieving prospect data by email in a dynamic campaign.");
|
|
9
|
+
const SendsparkGetWorkspaceProspectDataByEmail_ValidationDetailSchema = z.object({
|
|
10
|
+
validationField: z.string().describe("Field with validation error"),
|
|
11
|
+
validationMessage: z.string().describe("Message describing the validation error")
|
|
12
|
+
}).describe("Details of a validation error for prospect data.");
|
|
13
|
+
const sendsparkGetWorkspaceProspectDataByEmail = action("SENDSPARK_GET_WORKSPACE_PROSPECT_DATA_BY_EMAIL", {
|
|
14
|
+
slug: "sendspark-get-workspace-prospect-data-by-email",
|
|
15
|
+
name: "Get Workspace Prospect Data by Email",
|
|
16
|
+
description: "Tool to retrieve prospect data by email in a dynamic campaign. Use after adding a prospect to a campaign to fetch its details.",
|
|
17
|
+
input: SendsparkGetWorkspaceProspectDataByEmailInput,
|
|
18
|
+
output: z.object({
|
|
19
|
+
id: z.string().describe("Internal prospect identifier"),
|
|
20
|
+
valid: z.boolean().describe("Whether the prospect data passed validation"),
|
|
21
|
+
status: z.enum([
|
|
22
|
+
"saved",
|
|
23
|
+
"billed",
|
|
24
|
+
"errored",
|
|
25
|
+
"processing",
|
|
26
|
+
"uploaded",
|
|
27
|
+
"completed"
|
|
28
|
+
]).describe("Current status of the prospect data processing"),
|
|
29
|
+
company: z.string().describe("Company of the prospect").nullable().optional(),
|
|
30
|
+
embedUrl: z.string().describe("Embed URL for the final video (available after processing)").nullable().optional(),
|
|
31
|
+
jobTitle: z.string().describe("Job title of the prospect").nullable().optional(),
|
|
32
|
+
shareUrl: z.string().describe("Public share URL for the final video (available after processing)").nullable().optional(),
|
|
33
|
+
createdAt: z.string().describe("ISO timestamp when prospect was created"),
|
|
34
|
+
deletedAt: z.string().describe("ISO timestamp when the prospect was deleted, if applicable").nullable().optional(),
|
|
35
|
+
updatedAt: z.string().describe("ISO timestamp when prospect was last updated"),
|
|
36
|
+
contactName: z.string().describe("Name of the prospect").nullable().optional(),
|
|
37
|
+
contactEmail: z.string().describe("Prospect’s email address"),
|
|
38
|
+
backgroundUrl: z.string().describe("Background URL used for the video"),
|
|
39
|
+
validationDetails: z.array(SendsparkGetWorkspaceProspectDataByEmail_ValidationDetailSchema).describe("List of validation error details, if any").nullable().optional()
|
|
40
|
+
}).describe("Response schema for prospect data retrieved by email in a dynamic campaign.")
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
export { sendsparkGetWorkspaceProspectDataByEmail };
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=get-workspace-prospect-data-by-email.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-workspace-prospect-data-by-email.mjs","names":[],"sources":["../../src/actions/get-workspace-prospect-data-by-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SendsparkGetWorkspaceProspectDataByEmailInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Prospect email address to retrieve data for\"),\n dynamic_id: z.string().describe(\"Dynamic campaign identifier\"),\n workspace_id: z.string().describe(\"Sendspark workspace identifier\"),\n}).describe(\"Request parameters for retrieving prospect data by email in a dynamic campaign.\");\nconst SendsparkGetWorkspaceProspectDataByEmail_ValidationDetailSchema: z.ZodTypeAny = z.object({\n validationField: z.string().describe(\"Field with validation error\"),\n validationMessage: z.string().describe(\"Message describing the validation error\"),\n}).describe(\"Details of a validation error for prospect data.\");\nexport const SendsparkGetWorkspaceProspectDataByEmailOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal prospect identifier\"),\n valid: z.boolean().describe(\"Whether the prospect data passed validation\"),\n status: z.enum([\"saved\", \"billed\", \"errored\", \"processing\", \"uploaded\", \"completed\"]).describe(\"Current status of the prospect data processing\"),\n company: z.string().describe(\"Company of the prospect\").nullable().optional(),\n embedUrl: z.string().describe(\"Embed URL for the final video (available after processing)\").nullable().optional(),\n jobTitle: z.string().describe(\"Job title of the prospect\").nullable().optional(),\n shareUrl: z.string().describe(\"Public share URL for the final video (available after processing)\").nullable().optional(),\n createdAt: z.string().describe(\"ISO timestamp when prospect was created\"),\n deletedAt: z.string().describe(\"ISO timestamp when the prospect was deleted, if applicable\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO timestamp when prospect was last updated\"),\n contactName: z.string().describe(\"Name of the prospect\").nullable().optional(),\n contactEmail: z.string().describe(\"Prospect’s email address\"),\n backgroundUrl: z.string().describe(\"Background URL used for the video\"),\n validationDetails: z.array(SendsparkGetWorkspaceProspectDataByEmail_ValidationDetailSchema).describe(\"List of validation error details, if any\").nullable().optional(),\n}).describe(\"Response schema for prospect data retrieved by email in a dynamic campaign.\");\n\nexport const sendsparkGetWorkspaceProspectDataByEmail = action(\"SENDSPARK_GET_WORKSPACE_PROSPECT_DATA_BY_EMAIL\", {\n slug: \"sendspark-get-workspace-prospect-data-by-email\",\n name: \"Get Workspace Prospect Data by Email\",\n description: \"Tool to retrieve prospect data by email in a dynamic campaign. Use after adding a prospect to a campaign to fetch its details.\",\n input: SendsparkGetWorkspaceProspectDataByEmailInput,\n output: SendsparkGetWorkspaceProspectDataByEmailOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gDAA8D,EAAE,OAAO;CAClF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC7D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACpE,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC7F,MAAM,kEAAgF,EAAE,OAAO;CAC7F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAClE,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAClF,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAkB9D,MAAa,2CAA2C,OAAO,kDAAkD;CAC/G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAtB0E,EAAE,OAAO;EACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACtD,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;EACzE,QAAQ,EAAE,KAAK;GAAC;GAAS;GAAU;GAAW;GAAc;GAAY;EAAW,CAAC,CAAC,CAAC,SAAS,gDAAgD;EAC/I,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACxE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EAC5D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EACtE,mBAAmB,EAAE,MAAM,+DAA+D,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvK,CAAC,CAAC,CAAC,SAAS,6EAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_add_multiple_prospects_to_dynamic_campaign = require("./add-multiple-prospects-to-dynamic-campaign.cjs");
|
|
3
|
+
const require_add_prospect_to_dynamic_video_campaign = require("./add-prospect-to-dynamic-video-campaign.cjs");
|
|
4
|
+
const require_api_health_status = require("./api-health-status.cjs");
|
|
5
|
+
const require_create_dynamic_video_campaign2 = require("./create-dynamic-video-campaign2.cjs");
|
|
6
|
+
const require_delete_webhook = require("./delete-webhook.cjs");
|
|
7
|
+
const require_get_dynamic_campaign_by_id = require("./get-dynamic-campaign-by-id.cjs");
|
|
8
|
+
const require_get_workspace_prospect_data_by_email = require("./get-workspace-prospect-data-by-email.cjs");
|
|
9
|
+
const require_list_dynamic_video_campaigns = require("./list-dynamic-video-campaigns.cjs");
|
|
10
|
+
const require_list_webhooks = require("./list-webhooks.cjs");
|
|
11
|
+
exports.sendsparkAddMultipleProspectsToDynamicCampaign = require_add_multiple_prospects_to_dynamic_campaign.sendsparkAddMultipleProspectsToDynamicCampaign;
|
|
12
|
+
exports.sendsparkAddProspectToDynamicVideoCampaign = require_add_prospect_to_dynamic_video_campaign.sendsparkAddProspectToDynamicVideoCampaign;
|
|
13
|
+
exports.sendsparkApiHealthStatus = require_api_health_status.sendsparkApiHealthStatus;
|
|
14
|
+
exports.sendsparkCreateDynamicVideoCampaign2 = require_create_dynamic_video_campaign2.sendsparkCreateDynamicVideoCampaign2;
|
|
15
|
+
exports.sendsparkDeleteWebhook = require_delete_webhook.sendsparkDeleteWebhook;
|
|
16
|
+
exports.sendsparkGetDynamicCampaignById = require_get_dynamic_campaign_by_id.sendsparkGetDynamicCampaignById;
|
|
17
|
+
exports.sendsparkGetWorkspaceProspectDataByEmail = require_get_workspace_prospect_data_by_email.sendsparkGetWorkspaceProspectDataByEmail;
|
|
18
|
+
exports.sendsparkListDynamicVideoCampaigns = require_list_dynamic_video_campaigns.sendsparkListDynamicVideoCampaigns;
|
|
19
|
+
exports.sendsparkListWebhooks = require_list_webhooks.sendsparkListWebhooks;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { sendsparkAddMultipleProspectsToDynamicCampaign } from "./add-multiple-prospects-to-dynamic-campaign.cjs";
|
|
2
|
+
import { sendsparkAddProspectToDynamicVideoCampaign } from "./add-prospect-to-dynamic-video-campaign.cjs";
|
|
3
|
+
import { sendsparkApiHealthStatus } from "./api-health-status.cjs";
|
|
4
|
+
import { sendsparkCreateDynamicVideoCampaign2 } from "./create-dynamic-video-campaign2.cjs";
|
|
5
|
+
import { sendsparkDeleteWebhook } from "./delete-webhook.cjs";
|
|
6
|
+
import { sendsparkGetDynamicCampaignById } from "./get-dynamic-campaign-by-id.cjs";
|
|
7
|
+
import { sendsparkGetWorkspaceProspectDataByEmail } from "./get-workspace-prospect-data-by-email.cjs";
|
|
8
|
+
import { sendsparkListDynamicVideoCampaigns } from "./list-dynamic-video-campaigns.cjs";
|
|
9
|
+
import { sendsparkListWebhooks } from "./list-webhooks.cjs";
|
|
10
|
+
export { sendsparkAddMultipleProspectsToDynamicCampaign, sendsparkAddProspectToDynamicVideoCampaign, sendsparkApiHealthStatus, sendsparkCreateDynamicVideoCampaign2, sendsparkDeleteWebhook, sendsparkGetDynamicCampaignById, sendsparkGetWorkspaceProspectDataByEmail, sendsparkListDynamicVideoCampaigns, sendsparkListWebhooks };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { sendsparkAddMultipleProspectsToDynamicCampaign } from "./add-multiple-prospects-to-dynamic-campaign.mjs";
|
|
2
|
+
import { sendsparkAddProspectToDynamicVideoCampaign } from "./add-prospect-to-dynamic-video-campaign.mjs";
|
|
3
|
+
import { sendsparkApiHealthStatus } from "./api-health-status.mjs";
|
|
4
|
+
import { sendsparkCreateDynamicVideoCampaign2 } from "./create-dynamic-video-campaign2.mjs";
|
|
5
|
+
import { sendsparkDeleteWebhook } from "./delete-webhook.mjs";
|
|
6
|
+
import { sendsparkGetDynamicCampaignById } from "./get-dynamic-campaign-by-id.mjs";
|
|
7
|
+
import { sendsparkGetWorkspaceProspectDataByEmail } from "./get-workspace-prospect-data-by-email.mjs";
|
|
8
|
+
import { sendsparkListDynamicVideoCampaigns } from "./list-dynamic-video-campaigns.mjs";
|
|
9
|
+
import { sendsparkListWebhooks } from "./list-webhooks.mjs";
|
|
10
|
+
export { sendsparkAddMultipleProspectsToDynamicCampaign, sendsparkAddProspectToDynamicVideoCampaign, sendsparkApiHealthStatus, sendsparkCreateDynamicVideoCampaign2, sendsparkDeleteWebhook, sendsparkGetDynamicCampaignById, sendsparkGetWorkspaceProspectDataByEmail, sendsparkListDynamicVideoCampaigns, sendsparkListWebhooks };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { sendsparkAddMultipleProspectsToDynamicCampaign } from "./add-multiple-prospects-to-dynamic-campaign.mjs";
|
|
2
|
+
import { sendsparkAddProspectToDynamicVideoCampaign } from "./add-prospect-to-dynamic-video-campaign.mjs";
|
|
3
|
+
import { sendsparkApiHealthStatus } from "./api-health-status.mjs";
|
|
4
|
+
import { sendsparkCreateDynamicVideoCampaign2 } from "./create-dynamic-video-campaign2.mjs";
|
|
5
|
+
import { sendsparkDeleteWebhook } from "./delete-webhook.mjs";
|
|
6
|
+
import { sendsparkGetDynamicCampaignById } from "./get-dynamic-campaign-by-id.mjs";
|
|
7
|
+
import { sendsparkGetWorkspaceProspectDataByEmail } from "./get-workspace-prospect-data-by-email.mjs";
|
|
8
|
+
import { sendsparkListDynamicVideoCampaigns } from "./list-dynamic-video-campaigns.mjs";
|
|
9
|
+
import { sendsparkListWebhooks } from "./list-webhooks.mjs";
|
|
10
|
+
export { sendsparkAddMultipleProspectsToDynamicCampaign, sendsparkAddProspectToDynamicVideoCampaign, sendsparkApiHealthStatus, sendsparkCreateDynamicVideoCampaign2, sendsparkDeleteWebhook, sendsparkGetDynamicCampaignById, sendsparkGetWorkspaceProspectDataByEmail, sendsparkListDynamicVideoCampaigns, sendsparkListWebhooks };
|