@pipe0/ops 0.0.3 → 0.0.4
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/CHANGELOG.md +6 -0
- package/dist/index.js +62 -65
- package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/email-send-gmail.d.ts +2 -2
- package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/email-write-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/fields-merge-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/json-extract-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/pipes-catalog.d.ts +70 -70
- package/dist/pipes/utils/schemas-primitives.d.ts +26 -6
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +10129 -0
- package/dist/searches/catalog/searches-catalog.d.ts +6 -6
- package/package.json +1 -1
|
@@ -3279,7 +3279,7 @@ export declare const pipeCatalog: {
|
|
|
3279
3279
|
readonly executionMode: "single";
|
|
3280
3280
|
readonly categories: ["company_data"];
|
|
3281
3281
|
readonly lifecycle: null;
|
|
3282
|
-
readonly description: "Find recent
|
|
3282
|
+
readonly description: "Find recent company news by performing a search and scrape.";
|
|
3283
3283
|
readonly tags: string[];
|
|
3284
3284
|
readonly docPath: "/resources/pipe-catalog/company:newssummary:website/1";
|
|
3285
3285
|
readonly billableOperations: {
|
|
@@ -3329,11 +3329,11 @@ export declare const pipeCatalog: {
|
|
|
3329
3329
|
readonly basePipe: string;
|
|
3330
3330
|
readonly managedProviders: ["builtwith"];
|
|
3331
3331
|
readonly allowedUserConnectionProviders: ["builtwith"];
|
|
3332
|
-
readonly label: "
|
|
3332
|
+
readonly label: "Tech stack";
|
|
3333
3333
|
readonly executionMode: "single";
|
|
3334
3334
|
readonly categories: ["company_data"];
|
|
3335
3335
|
readonly lifecycle: null;
|
|
3336
|
-
readonly description: "
|
|
3336
|
+
readonly description: "All technologies and frameworks powering a given website.";
|
|
3337
3337
|
readonly tags: ["Website"];
|
|
3338
3338
|
readonly inputFieldMode: "static";
|
|
3339
3339
|
readonly outputFieldMode: "static";
|
|
@@ -3391,11 +3391,11 @@ export declare const pipeCatalog: {
|
|
|
3391
3391
|
readonly basePipe: string;
|
|
3392
3392
|
readonly inputFieldMode: "static";
|
|
3393
3393
|
readonly outputFieldMode: "static";
|
|
3394
|
-
readonly label: "Website
|
|
3394
|
+
readonly label: "Website from email";
|
|
3395
3395
|
readonly executionMode: "single";
|
|
3396
3396
|
readonly categories: ["company_data"];
|
|
3397
3397
|
readonly lifecycle: null;
|
|
3398
|
-
readonly description: "Extract company website URL from a work email
|
|
3398
|
+
readonly description: "Extract the company website URL from a work email address.";
|
|
3399
3399
|
readonly tags: ["Email", "Work Email", "Website"];
|
|
3400
3400
|
readonly docPath: "/resources/pipe-catalog/company:websiteurl:email/1";
|
|
3401
3401
|
readonly allowedUserConnectionProviders: [];
|
|
@@ -3447,8 +3447,8 @@ export declare const pipeCatalog: {
|
|
|
3447
3447
|
readonly executionMode: "single";
|
|
3448
3448
|
readonly categories: ["company_data"];
|
|
3449
3449
|
readonly lifecycle: null;
|
|
3450
|
-
readonly description: "
|
|
3451
|
-
readonly tags: ["
|
|
3450
|
+
readonly description: "Information on funding rounds, acquisition, competitors, and investors.";
|
|
3451
|
+
readonly tags: ["Financial Data"];
|
|
3452
3452
|
readonly docPath: "/resources/pipe-catalog/company:funding:leadmagic/1";
|
|
3453
3453
|
readonly billableOperations: {
|
|
3454
3454
|
readonly "get-company-funding-leadmagic": {
|
|
@@ -3504,7 +3504,7 @@ export declare const pipeCatalog: {
|
|
|
3504
3504
|
"people:workemail:waterfall@1": {
|
|
3505
3505
|
readonly pipeId: "people:workemail:waterfall@1";
|
|
3506
3506
|
readonly basePipe: string;
|
|
3507
|
-
readonly label: "
|
|
3507
|
+
readonly label: "Find work email";
|
|
3508
3508
|
readonly executionMode: "waterfall";
|
|
3509
3509
|
readonly categories: ["people_data"];
|
|
3510
3510
|
readonly lifecycle: null;
|
|
@@ -3578,11 +3578,11 @@ export declare const pipeCatalog: {
|
|
|
3578
3578
|
};
|
|
3579
3579
|
"people:email:iswork@1": {
|
|
3580
3580
|
readonly pipeId: "people:email:iswork@1";
|
|
3581
|
-
readonly label: "
|
|
3581
|
+
readonly label: "Work email checker";
|
|
3582
3582
|
readonly executionMode: "single";
|
|
3583
3583
|
readonly categories: ["people_data"];
|
|
3584
3584
|
readonly lifecycle: null;
|
|
3585
|
-
readonly description: "Check if
|
|
3585
|
+
readonly description: "Check if a given email address is personal or professional.";
|
|
3586
3586
|
readonly tags: ["Email", "Work Email"];
|
|
3587
3587
|
readonly docPath: "/resources/pipe-catalog/people:email:iswork/1";
|
|
3588
3588
|
readonly billableOperations: {
|
|
@@ -3747,7 +3747,7 @@ export declare const pipeCatalog: {
|
|
|
3747
3747
|
readonly deprecatedOn: "2025-11-01";
|
|
3748
3748
|
readonly replacedBy: "people:phone:workemail:waterfall@1";
|
|
3749
3749
|
};
|
|
3750
|
-
readonly description: "Find mobile phone number for any prospect by using their work email address as input.";
|
|
3750
|
+
readonly description: "Find a mobile phone number for any prospect by using their work email address as input.";
|
|
3751
3751
|
readonly tags: string[];
|
|
3752
3752
|
readonly docPath: "/resources/pipe-catalog/people:mobilenumber:workemail:waterfall/1";
|
|
3753
3753
|
readonly billableOperations: {
|
|
@@ -3804,7 +3804,7 @@ export declare const pipeCatalog: {
|
|
|
3804
3804
|
readonly executionMode: "single";
|
|
3805
3805
|
readonly categories: ["people_data"];
|
|
3806
3806
|
readonly lifecycle: null;
|
|
3807
|
-
readonly description: "Combine the first and last
|
|
3807
|
+
readonly description: "Combine the first and last names of a prospect into a full name field.";
|
|
3808
3808
|
readonly tags: string[];
|
|
3809
3809
|
readonly docPath: "/resources/pipe-catalog/people:name:join/1";
|
|
3810
3810
|
readonly billableOperations: {
|
|
@@ -3959,7 +3959,7 @@ export declare const pipeCatalog: {
|
|
|
3959
3959
|
readonly executionMode: "mix";
|
|
3960
3960
|
readonly categories: ["company_data"];
|
|
3961
3961
|
readonly lifecycle: null;
|
|
3962
|
-
readonly description: "
|
|
3962
|
+
readonly description: "Business description, industry, and financial information.";
|
|
3963
3963
|
readonly docPath: "/resources/pipe-catalog/company:overview/2";
|
|
3964
3964
|
readonly tags: string[];
|
|
3965
3965
|
readonly allowedUserConnectionProviders: [];
|
|
@@ -4048,7 +4048,7 @@ export declare const pipeCatalog: {
|
|
|
4048
4048
|
readonly executionMode: "single";
|
|
4049
4049
|
readonly categories: ["tools"];
|
|
4050
4050
|
readonly lifecycle: null;
|
|
4051
|
-
readonly description: "Extract nested JSON
|
|
4051
|
+
readonly description: "Extract nested JSON properties into new output fields.";
|
|
4052
4052
|
readonly docPath: "/resources/pipe-catalog/json:extract/1";
|
|
4053
4053
|
readonly tags: ["Json"];
|
|
4054
4054
|
readonly managedProviders: ["pipe0"];
|
|
@@ -4081,7 +4081,7 @@ export declare const pipeCatalog: {
|
|
|
4081
4081
|
readonly executionMode: "single";
|
|
4082
4082
|
readonly categories: ["actions"];
|
|
4083
4083
|
readonly lifecycle: null;
|
|
4084
|
-
readonly description: "Send email with Resend";
|
|
4084
|
+
readonly description: "Send an email with Resend";
|
|
4085
4085
|
readonly tags: ["Email"];
|
|
4086
4086
|
readonly docPath: "/resources/pipe-catalog/email:send:resend/1";
|
|
4087
4087
|
readonly billableOperations: {
|
|
@@ -4134,7 +4134,7 @@ export declare const pipeCatalog: {
|
|
|
4134
4134
|
readonly executionMode: "single";
|
|
4135
4135
|
readonly categories: ["actions"];
|
|
4136
4136
|
readonly lifecycle: null;
|
|
4137
|
-
readonly description: "Create a contact inside a Resend audience";
|
|
4137
|
+
readonly description: "Create a contact inside a Resend audience.";
|
|
4138
4138
|
readonly tags: ["Email"];
|
|
4139
4139
|
readonly docPath: "/resources/pipe-catalog/contact:create:resend/1";
|
|
4140
4140
|
readonly billableOperations: {
|
|
@@ -4180,11 +4180,11 @@ export declare const pipeCatalog: {
|
|
|
4180
4180
|
"email:send:gmail@1": {
|
|
4181
4181
|
readonly pipeId: "email:send:gmail@1";
|
|
4182
4182
|
readonly basePipe: string;
|
|
4183
|
-
readonly label: "Send email
|
|
4183
|
+
readonly label: "Send email";
|
|
4184
4184
|
readonly executionMode: "single";
|
|
4185
4185
|
readonly categories: ["actions"];
|
|
4186
4186
|
readonly lifecycle: null;
|
|
4187
|
-
readonly description: "Send email with Gmail";
|
|
4187
|
+
readonly description: "Send an email with Gmail";
|
|
4188
4188
|
readonly tags: ["Email"];
|
|
4189
4189
|
readonly docPath: "/resources/pipe-catalog/email:send:gmail/1";
|
|
4190
4190
|
readonly billableOperations: {
|
|
@@ -4232,11 +4232,11 @@ export declare const pipeCatalog: {
|
|
|
4232
4232
|
"message:send:slack@1": {
|
|
4233
4233
|
readonly pipeId: "message:send:slack@1";
|
|
4234
4234
|
readonly basePipe: string;
|
|
4235
|
-
readonly label: "Send message
|
|
4235
|
+
readonly label: "Send message";
|
|
4236
4236
|
readonly executionMode: "single";
|
|
4237
4237
|
readonly categories: ["actions"];
|
|
4238
4238
|
readonly lifecycle: null;
|
|
4239
|
-
readonly description: "Send message to
|
|
4239
|
+
readonly description: "Send a Slack message to a channel by ID.";
|
|
4240
4240
|
readonly tags: ["Chat"];
|
|
4241
4241
|
readonly docPath: "/resources/pipe-catalog/message:send:slack/1";
|
|
4242
4242
|
readonly billableOperations: {
|
|
@@ -4331,7 +4331,7 @@ export declare const pipeCatalog: {
|
|
|
4331
4331
|
readonly inputFieldMode: "config";
|
|
4332
4332
|
readonly outputFieldMode: "static";
|
|
4333
4333
|
readonly basePipe: string;
|
|
4334
|
-
readonly label: "
|
|
4334
|
+
readonly label: "Email writer";
|
|
4335
4335
|
readonly executionMode: "single";
|
|
4336
4336
|
readonly categories: ["tools"];
|
|
4337
4337
|
readonly lifecycle: null;
|
|
@@ -4430,7 +4430,7 @@ export declare const pipeCatalog: {
|
|
|
4430
4430
|
readonly executionMode: "single";
|
|
4431
4431
|
readonly categories: ["tools"];
|
|
4432
4432
|
readonly lifecycle: null;
|
|
4433
|
-
readonly description: "Join multiple fields into one
|
|
4433
|
+
readonly description: "Join multiple fields into one field. The final result will be the first defined field.";
|
|
4434
4434
|
readonly tags: ["Fields", "Logic"];
|
|
4435
4435
|
readonly docPath: "/resources/pipe-catalog/fields:merge/1";
|
|
4436
4436
|
readonly defaultInputGroups: [];
|
|
@@ -4512,7 +4512,7 @@ export declare const pipeCatalog: {
|
|
|
4512
4512
|
readonly lifecycle: null;
|
|
4513
4513
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
4514
4514
|
readonly managedProviders: [];
|
|
4515
|
-
readonly description: "Expand a list of
|
|
4515
|
+
readonly description: "Expand a list of nested objects into sheet rows.";
|
|
4516
4516
|
readonly docPath: "/resources/pipe-catalog/sheet:expandappend/1";
|
|
4517
4517
|
readonly tags: ["Fields"];
|
|
4518
4518
|
readonly billableOperations: {
|
|
@@ -4616,7 +4616,7 @@ export declare const pipeCatalog: {
|
|
|
4616
4616
|
readonly executionMode: "waterfall";
|
|
4617
4617
|
readonly categories: ["people_data"];
|
|
4618
4618
|
readonly lifecycle: null;
|
|
4619
|
-
readonly description: "
|
|
4619
|
+
readonly description: "Find role matches for a given companies like \"CEO\" or \"CFO\".";
|
|
4620
4620
|
readonly tags: ["People Profiles"];
|
|
4621
4621
|
readonly docPath: "/resources/pipe-catalog/people:match:role:waterfall/1";
|
|
4622
4622
|
readonly billableOperations: {
|
|
@@ -4674,7 +4674,7 @@ export declare const pipeCatalog: {
|
|
|
4674
4674
|
readonly executionMode: "single";
|
|
4675
4675
|
readonly categories: ["company_data"];
|
|
4676
4676
|
readonly lifecycle: null;
|
|
4677
|
-
readonly description: "
|
|
4677
|
+
readonly description: "Find brand data like logos, colors, and social links via the Logo.dev API.";
|
|
4678
4678
|
readonly tags: string[];
|
|
4679
4679
|
readonly docPath: "/resources/pipe-catalog/company:match:logodev/2";
|
|
4680
4680
|
readonly billableOperations: {
|
|
@@ -4736,12 +4736,12 @@ export declare const pipeCatalog: {
|
|
|
4736
4736
|
readonly basePipe: string;
|
|
4737
4737
|
readonly allowedUserConnectionProviders: ["clado", "leadmagic"];
|
|
4738
4738
|
readonly managedProviders: ["clado", "leadmagic"];
|
|
4739
|
-
readonly label: "
|
|
4739
|
+
readonly label: "Find personal email";
|
|
4740
4740
|
readonly executionMode: "waterfall";
|
|
4741
4741
|
readonly categories: ["people_data"];
|
|
4742
4742
|
readonly lifecycle: null;
|
|
4743
4743
|
readonly description: "Find the personal email address of a prospect by using a professional profile URL as input.";
|
|
4744
|
-
readonly tags: ["Email", "Personal Email"
|
|
4744
|
+
readonly tags: ["Email", "Personal Email"];
|
|
4745
4745
|
readonly docPath: "/resources/pipe-catalog/people:personalemail:profile:waterfall/1";
|
|
4746
4746
|
readonly billableOperations: {
|
|
4747
4747
|
readonly "clado-personal-email-from-profile": {
|
|
@@ -4944,7 +4944,7 @@ export declare const pipeCatalog: {
|
|
|
4944
4944
|
readonly executionMode: "waterfall";
|
|
4945
4945
|
readonly categories: ["people_data"];
|
|
4946
4946
|
readonly lifecycle: null;
|
|
4947
|
-
readonly description: "Find mobile phone number for any prospect by using their work email as input.";
|
|
4947
|
+
readonly description: "Find a mobile phone number for any prospect by using their work email as input.";
|
|
4948
4948
|
readonly tags: string[];
|
|
4949
4949
|
readonly docPath: "/resources/pipe-catalog/people:phone:workemail:waterfall/1";
|
|
4950
4950
|
readonly billableOperations: {
|
|
@@ -5001,7 +5001,7 @@ export declare const pipeCatalog: {
|
|
|
5001
5001
|
readonly executionMode: "single";
|
|
5002
5002
|
readonly categories: ["tools"];
|
|
5003
5003
|
readonly lifecycle: null;
|
|
5004
|
-
readonly description: "Turn any
|
|
5004
|
+
readonly description: "Turn any URL into clean data.";
|
|
5005
5005
|
readonly tags: ["Scrape"];
|
|
5006
5006
|
readonly docPath: "/resources/pipe-catalog/website:scrape:firecrawl/1";
|
|
5007
5007
|
readonly billableOperations: {
|
|
@@ -5052,7 +5052,7 @@ export declare const pipeCatalog: {
|
|
|
5052
5052
|
readonly executionMode: "single";
|
|
5053
5053
|
readonly categories: ["tools"];
|
|
5054
5054
|
readonly lifecycle: null;
|
|
5055
|
-
readonly description: "Turn a list of
|
|
5055
|
+
readonly description: "Turn a list of URLs into clean scraped data.";
|
|
5056
5056
|
readonly tags: ["Scrape"];
|
|
5057
5057
|
readonly docPath: "/resources/pipe-catalog/website:scrapelist:firecrawl/1";
|
|
5058
5058
|
readonly billableOperations: {
|
|
@@ -5097,7 +5097,7 @@ export declare const pipeCatalog: {
|
|
|
5097
5097
|
readonly executionMode: "single";
|
|
5098
5098
|
readonly categories: ["tools"];
|
|
5099
5099
|
readonly lifecycle: null;
|
|
5100
|
-
readonly description: "Perform advanced AI scraping to extract data from any website. Search
|
|
5100
|
+
readonly description: "Perform advanced AI scraping to extract data from any website. Search all subdomains and combine scraped data with search results.";
|
|
5101
5101
|
readonly tags: ["Scrape"];
|
|
5102
5102
|
readonly docPath: "/resources/pipe-catalog/website:extract:firecrawl/1";
|
|
5103
5103
|
readonly billableOperations: {
|
|
@@ -5145,7 +5145,7 @@ export declare const pipeCatalog: {
|
|
|
5145
5145
|
readonly executionMode: "single";
|
|
5146
5146
|
readonly categories: ["tools"];
|
|
5147
5147
|
readonly lifecycle: null;
|
|
5148
|
-
readonly description: "Input a website and get all
|
|
5148
|
+
readonly description: "Input a website and get all internal URLs on the website. Results do not include links to external pages.";
|
|
5149
5149
|
readonly tags: ["Scrape"];
|
|
5150
5150
|
readonly docPath: "/resources/pipe-catalog/website:maplinks:firecrawl/1";
|
|
5151
5151
|
readonly billableOperations: {
|
|
@@ -5252,7 +5252,7 @@ export declare const pipeCatalog: {
|
|
|
5252
5252
|
readonly executionMode: "waterfall";
|
|
5253
5253
|
readonly categories: ["people_data"];
|
|
5254
5254
|
readonly lifecycle: null;
|
|
5255
|
-
readonly description: "Find mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
5255
|
+
readonly description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
5256
5256
|
readonly docPath: "/resources/pipe-catalog/people:phone:profile:waterfall/1";
|
|
5257
5257
|
readonly tags: string[];
|
|
5258
5258
|
readonly billableOperations: {
|
|
@@ -5772,7 +5772,7 @@ export declare const pipeCatalog: {
|
|
|
5772
5772
|
readonly deprecatedOn: "2025-11-01";
|
|
5773
5773
|
readonly replacedBy: "people:phone:profile:waterfall@1";
|
|
5774
5774
|
};
|
|
5775
|
-
readonly description: "Find mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
5775
|
+
readonly description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
5776
5776
|
readonly docPath: "/resources/pipe-catalog/people:mobilenumber:professionalprofile:waterfall/1";
|
|
5777
5777
|
readonly tags: string[];
|
|
5778
5778
|
readonly billableOperations: {
|
|
@@ -10109,7 +10109,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10109
10109
|
readonly executionMode: "single";
|
|
10110
10110
|
readonly categories: ["company_data"];
|
|
10111
10111
|
readonly lifecycle: null;
|
|
10112
|
-
readonly description: "Find recent
|
|
10112
|
+
readonly description: "Find recent company news by performing a search and scrape.";
|
|
10113
10113
|
readonly tags: string[];
|
|
10114
10114
|
readonly docPath: "/resources/pipe-catalog/company:newssummary:website/1";
|
|
10115
10115
|
readonly billableOperations: {
|
|
@@ -10158,11 +10158,11 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10158
10158
|
readonly basePipe: string;
|
|
10159
10159
|
readonly managedProviders: ["builtwith"];
|
|
10160
10160
|
readonly allowedUserConnectionProviders: ["builtwith"];
|
|
10161
|
-
readonly label: "
|
|
10161
|
+
readonly label: "Tech stack";
|
|
10162
10162
|
readonly executionMode: "single";
|
|
10163
10163
|
readonly categories: ["company_data"];
|
|
10164
10164
|
readonly lifecycle: null;
|
|
10165
|
-
readonly description: "
|
|
10165
|
+
readonly description: "All technologies and frameworks powering a given website.";
|
|
10166
10166
|
readonly tags: ["Website"];
|
|
10167
10167
|
readonly inputFieldMode: "static";
|
|
10168
10168
|
readonly outputFieldMode: "static";
|
|
@@ -10219,11 +10219,11 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10219
10219
|
readonly basePipe: string;
|
|
10220
10220
|
readonly inputFieldMode: "static";
|
|
10221
10221
|
readonly outputFieldMode: "static";
|
|
10222
|
-
readonly label: "Website
|
|
10222
|
+
readonly label: "Website from email";
|
|
10223
10223
|
readonly executionMode: "single";
|
|
10224
10224
|
readonly categories: ["company_data"];
|
|
10225
10225
|
readonly lifecycle: null;
|
|
10226
|
-
readonly description: "Extract company website URL from a work email
|
|
10226
|
+
readonly description: "Extract the company website URL from a work email address.";
|
|
10227
10227
|
readonly tags: ["Email", "Work Email", "Website"];
|
|
10228
10228
|
readonly docPath: "/resources/pipe-catalog/company:websiteurl:email/1";
|
|
10229
10229
|
readonly allowedUserConnectionProviders: [];
|
|
@@ -10274,8 +10274,8 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10274
10274
|
readonly executionMode: "single";
|
|
10275
10275
|
readonly categories: ["company_data"];
|
|
10276
10276
|
readonly lifecycle: null;
|
|
10277
|
-
readonly description: "
|
|
10278
|
-
readonly tags: ["
|
|
10277
|
+
readonly description: "Information on funding rounds, acquisition, competitors, and investors.";
|
|
10278
|
+
readonly tags: ["Financial Data"];
|
|
10279
10279
|
readonly docPath: "/resources/pipe-catalog/company:funding:leadmagic/1";
|
|
10280
10280
|
readonly billableOperations: {
|
|
10281
10281
|
readonly "get-company-funding-leadmagic": {
|
|
@@ -10330,7 +10330,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10330
10330
|
} | {
|
|
10331
10331
|
readonly pipeId: "people:workemail:waterfall@1";
|
|
10332
10332
|
readonly basePipe: string;
|
|
10333
|
-
readonly label: "
|
|
10333
|
+
readonly label: "Find work email";
|
|
10334
10334
|
readonly executionMode: "waterfall";
|
|
10335
10335
|
readonly categories: ["people_data"];
|
|
10336
10336
|
readonly lifecycle: null;
|
|
@@ -10403,11 +10403,11 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10403
10403
|
};
|
|
10404
10404
|
} | {
|
|
10405
10405
|
readonly pipeId: "people:email:iswork@1";
|
|
10406
|
-
readonly label: "
|
|
10406
|
+
readonly label: "Work email checker";
|
|
10407
10407
|
readonly executionMode: "single";
|
|
10408
10408
|
readonly categories: ["people_data"];
|
|
10409
10409
|
readonly lifecycle: null;
|
|
10410
|
-
readonly description: "Check if
|
|
10410
|
+
readonly description: "Check if a given email address is personal or professional.";
|
|
10411
10411
|
readonly tags: ["Email", "Work Email"];
|
|
10412
10412
|
readonly docPath: "/resources/pipe-catalog/people:email:iswork/1";
|
|
10413
10413
|
readonly billableOperations: {
|
|
@@ -10569,7 +10569,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10569
10569
|
readonly deprecatedOn: "2025-11-01";
|
|
10570
10570
|
readonly replacedBy: "people:phone:workemail:waterfall@1";
|
|
10571
10571
|
};
|
|
10572
|
-
readonly description: "Find mobile phone number for any prospect by using their work email address as input.";
|
|
10572
|
+
readonly description: "Find a mobile phone number for any prospect by using their work email address as input.";
|
|
10573
10573
|
readonly tags: string[];
|
|
10574
10574
|
readonly docPath: "/resources/pipe-catalog/people:mobilenumber:workemail:waterfall/1";
|
|
10575
10575
|
readonly billableOperations: {
|
|
@@ -10625,7 +10625,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10625
10625
|
readonly executionMode: "single";
|
|
10626
10626
|
readonly categories: ["people_data"];
|
|
10627
10627
|
readonly lifecycle: null;
|
|
10628
|
-
readonly description: "Combine the first and last
|
|
10628
|
+
readonly description: "Combine the first and last names of a prospect into a full name field.";
|
|
10629
10629
|
readonly tags: string[];
|
|
10630
10630
|
readonly docPath: "/resources/pipe-catalog/people:name:join/1";
|
|
10631
10631
|
readonly billableOperations: {
|
|
@@ -10778,7 +10778,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10778
10778
|
readonly executionMode: "mix";
|
|
10779
10779
|
readonly categories: ["company_data"];
|
|
10780
10780
|
readonly lifecycle: null;
|
|
10781
|
-
readonly description: "
|
|
10781
|
+
readonly description: "Business description, industry, and financial information.";
|
|
10782
10782
|
readonly docPath: "/resources/pipe-catalog/company:overview/2";
|
|
10783
10783
|
readonly tags: string[];
|
|
10784
10784
|
readonly allowedUserConnectionProviders: [];
|
|
@@ -10866,7 +10866,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10866
10866
|
readonly executionMode: "single";
|
|
10867
10867
|
readonly categories: ["tools"];
|
|
10868
10868
|
readonly lifecycle: null;
|
|
10869
|
-
readonly description: "Extract nested JSON
|
|
10869
|
+
readonly description: "Extract nested JSON properties into new output fields.";
|
|
10870
10870
|
readonly docPath: "/resources/pipe-catalog/json:extract/1";
|
|
10871
10871
|
readonly tags: ["Json"];
|
|
10872
10872
|
readonly managedProviders: ["pipe0"];
|
|
@@ -10898,7 +10898,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10898
10898
|
readonly executionMode: "single";
|
|
10899
10899
|
readonly categories: ["actions"];
|
|
10900
10900
|
readonly lifecycle: null;
|
|
10901
|
-
readonly description: "Send email with Resend";
|
|
10901
|
+
readonly description: "Send an email with Resend";
|
|
10902
10902
|
readonly tags: ["Email"];
|
|
10903
10903
|
readonly docPath: "/resources/pipe-catalog/email:send:resend/1";
|
|
10904
10904
|
readonly billableOperations: {
|
|
@@ -10950,7 +10950,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10950
10950
|
readonly executionMode: "single";
|
|
10951
10951
|
readonly categories: ["actions"];
|
|
10952
10952
|
readonly lifecycle: null;
|
|
10953
|
-
readonly description: "Create a contact inside a Resend audience";
|
|
10953
|
+
readonly description: "Create a contact inside a Resend audience.";
|
|
10954
10954
|
readonly tags: ["Email"];
|
|
10955
10955
|
readonly docPath: "/resources/pipe-catalog/contact:create:resend/1";
|
|
10956
10956
|
readonly billableOperations: {
|
|
@@ -10995,11 +10995,11 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
10995
10995
|
} | {
|
|
10996
10996
|
readonly pipeId: "email:send:gmail@1";
|
|
10997
10997
|
readonly basePipe: string;
|
|
10998
|
-
readonly label: "Send email
|
|
10998
|
+
readonly label: "Send email";
|
|
10999
10999
|
readonly executionMode: "single";
|
|
11000
11000
|
readonly categories: ["actions"];
|
|
11001
11001
|
readonly lifecycle: null;
|
|
11002
|
-
readonly description: "Send email with Gmail";
|
|
11002
|
+
readonly description: "Send an email with Gmail";
|
|
11003
11003
|
readonly tags: ["Email"];
|
|
11004
11004
|
readonly docPath: "/resources/pipe-catalog/email:send:gmail/1";
|
|
11005
11005
|
readonly billableOperations: {
|
|
@@ -11046,11 +11046,11 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11046
11046
|
} | {
|
|
11047
11047
|
readonly pipeId: "message:send:slack@1";
|
|
11048
11048
|
readonly basePipe: string;
|
|
11049
|
-
readonly label: "Send message
|
|
11049
|
+
readonly label: "Send message";
|
|
11050
11050
|
readonly executionMode: "single";
|
|
11051
11051
|
readonly categories: ["actions"];
|
|
11052
11052
|
readonly lifecycle: null;
|
|
11053
|
-
readonly description: "Send message to
|
|
11053
|
+
readonly description: "Send a Slack message to a channel by ID.";
|
|
11054
11054
|
readonly tags: ["Chat"];
|
|
11055
11055
|
readonly docPath: "/resources/pipe-catalog/message:send:slack/1";
|
|
11056
11056
|
readonly billableOperations: {
|
|
@@ -11143,7 +11143,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11143
11143
|
readonly inputFieldMode: "config";
|
|
11144
11144
|
readonly outputFieldMode: "static";
|
|
11145
11145
|
readonly basePipe: string;
|
|
11146
|
-
readonly label: "
|
|
11146
|
+
readonly label: "Email writer";
|
|
11147
11147
|
readonly executionMode: "single";
|
|
11148
11148
|
readonly categories: ["tools"];
|
|
11149
11149
|
readonly lifecycle: null;
|
|
@@ -11240,7 +11240,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11240
11240
|
readonly executionMode: "single";
|
|
11241
11241
|
readonly categories: ["tools"];
|
|
11242
11242
|
readonly lifecycle: null;
|
|
11243
|
-
readonly description: "Join multiple fields into one
|
|
11243
|
+
readonly description: "Join multiple fields into one field. The final result will be the first defined field.";
|
|
11244
11244
|
readonly tags: ["Fields", "Logic"];
|
|
11245
11245
|
readonly docPath: "/resources/pipe-catalog/fields:merge/1";
|
|
11246
11246
|
readonly defaultInputGroups: [];
|
|
@@ -11320,7 +11320,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11320
11320
|
readonly lifecycle: null;
|
|
11321
11321
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
11322
11322
|
readonly managedProviders: [];
|
|
11323
|
-
readonly description: "Expand a list of
|
|
11323
|
+
readonly description: "Expand a list of nested objects into sheet rows.";
|
|
11324
11324
|
readonly docPath: "/resources/pipe-catalog/sheet:expandappend/1";
|
|
11325
11325
|
readonly tags: ["Fields"];
|
|
11326
11326
|
readonly billableOperations: {
|
|
@@ -11422,7 +11422,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11422
11422
|
readonly executionMode: "waterfall";
|
|
11423
11423
|
readonly categories: ["people_data"];
|
|
11424
11424
|
readonly lifecycle: null;
|
|
11425
|
-
readonly description: "
|
|
11425
|
+
readonly description: "Find role matches for a given companies like \"CEO\" or \"CFO\".";
|
|
11426
11426
|
readonly tags: ["People Profiles"];
|
|
11427
11427
|
readonly docPath: "/resources/pipe-catalog/people:match:role:waterfall/1";
|
|
11428
11428
|
readonly billableOperations: {
|
|
@@ -11479,7 +11479,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11479
11479
|
readonly executionMode: "single";
|
|
11480
11480
|
readonly categories: ["company_data"];
|
|
11481
11481
|
readonly lifecycle: null;
|
|
11482
|
-
readonly description: "
|
|
11482
|
+
readonly description: "Find brand data like logos, colors, and social links via the Logo.dev API.";
|
|
11483
11483
|
readonly tags: string[];
|
|
11484
11484
|
readonly docPath: "/resources/pipe-catalog/company:match:logodev/2";
|
|
11485
11485
|
readonly billableOperations: {
|
|
@@ -11540,12 +11540,12 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11540
11540
|
readonly basePipe: string;
|
|
11541
11541
|
readonly allowedUserConnectionProviders: ["clado", "leadmagic"];
|
|
11542
11542
|
readonly managedProviders: ["clado", "leadmagic"];
|
|
11543
|
-
readonly label: "
|
|
11543
|
+
readonly label: "Find personal email";
|
|
11544
11544
|
readonly executionMode: "waterfall";
|
|
11545
11545
|
readonly categories: ["people_data"];
|
|
11546
11546
|
readonly lifecycle: null;
|
|
11547
11547
|
readonly description: "Find the personal email address of a prospect by using a professional profile URL as input.";
|
|
11548
|
-
readonly tags: ["Email", "Personal Email"
|
|
11548
|
+
readonly tags: ["Email", "Personal Email"];
|
|
11549
11549
|
readonly docPath: "/resources/pipe-catalog/people:personalemail:profile:waterfall/1";
|
|
11550
11550
|
readonly billableOperations: {
|
|
11551
11551
|
readonly "clado-personal-email-from-profile": {
|
|
@@ -11744,7 +11744,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11744
11744
|
readonly executionMode: "waterfall";
|
|
11745
11745
|
readonly categories: ["people_data"];
|
|
11746
11746
|
readonly lifecycle: null;
|
|
11747
|
-
readonly description: "Find mobile phone number for any prospect by using their work email as input.";
|
|
11747
|
+
readonly description: "Find a mobile phone number for any prospect by using their work email as input.";
|
|
11748
11748
|
readonly tags: string[];
|
|
11749
11749
|
readonly docPath: "/resources/pipe-catalog/people:phone:workemail:waterfall/1";
|
|
11750
11750
|
readonly billableOperations: {
|
|
@@ -11800,7 +11800,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11800
11800
|
readonly executionMode: "single";
|
|
11801
11801
|
readonly categories: ["tools"];
|
|
11802
11802
|
readonly lifecycle: null;
|
|
11803
|
-
readonly description: "Turn any
|
|
11803
|
+
readonly description: "Turn any URL into clean data.";
|
|
11804
11804
|
readonly tags: ["Scrape"];
|
|
11805
11805
|
readonly docPath: "/resources/pipe-catalog/website:scrape:firecrawl/1";
|
|
11806
11806
|
readonly billableOperations: {
|
|
@@ -11850,7 +11850,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11850
11850
|
readonly executionMode: "single";
|
|
11851
11851
|
readonly categories: ["tools"];
|
|
11852
11852
|
readonly lifecycle: null;
|
|
11853
|
-
readonly description: "Turn a list of
|
|
11853
|
+
readonly description: "Turn a list of URLs into clean scraped data.";
|
|
11854
11854
|
readonly tags: ["Scrape"];
|
|
11855
11855
|
readonly docPath: "/resources/pipe-catalog/website:scrapelist:firecrawl/1";
|
|
11856
11856
|
readonly billableOperations: {
|
|
@@ -11894,7 +11894,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11894
11894
|
readonly executionMode: "single";
|
|
11895
11895
|
readonly categories: ["tools"];
|
|
11896
11896
|
readonly lifecycle: null;
|
|
11897
|
-
readonly description: "Perform advanced AI scraping to extract data from any website. Search
|
|
11897
|
+
readonly description: "Perform advanced AI scraping to extract data from any website. Search all subdomains and combine scraped data with search results.";
|
|
11898
11898
|
readonly tags: ["Scrape"];
|
|
11899
11899
|
readonly docPath: "/resources/pipe-catalog/website:extract:firecrawl/1";
|
|
11900
11900
|
readonly billableOperations: {
|
|
@@ -11941,7 +11941,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
11941
11941
|
readonly executionMode: "single";
|
|
11942
11942
|
readonly categories: ["tools"];
|
|
11943
11943
|
readonly lifecycle: null;
|
|
11944
|
-
readonly description: "Input a website and get all
|
|
11944
|
+
readonly description: "Input a website and get all internal URLs on the website. Results do not include links to external pages.";
|
|
11945
11945
|
readonly tags: ["Scrape"];
|
|
11946
11946
|
readonly docPath: "/resources/pipe-catalog/website:maplinks:firecrawl/1";
|
|
11947
11947
|
readonly billableOperations: {
|
|
@@ -12046,7 +12046,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12046
12046
|
readonly executionMode: "waterfall";
|
|
12047
12047
|
readonly categories: ["people_data"];
|
|
12048
12048
|
readonly lifecycle: null;
|
|
12049
|
-
readonly description: "Find mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
12049
|
+
readonly description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
12050
12050
|
readonly docPath: "/resources/pipe-catalog/people:phone:profile:waterfall/1";
|
|
12051
12051
|
readonly tags: string[];
|
|
12052
12052
|
readonly billableOperations: {
|
|
@@ -12558,7 +12558,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12558
12558
|
readonly deprecatedOn: "2025-11-01";
|
|
12559
12559
|
readonly replacedBy: "people:phone:profile:waterfall@1";
|
|
12560
12560
|
};
|
|
12561
|
-
readonly description: "Find mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
12561
|
+
readonly description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
12562
12562
|
readonly docPath: "/resources/pipe-catalog/people:mobilenumber:professionalprofile:waterfall/1";
|
|
12563
12563
|
readonly tags: string[];
|
|
12564
12564
|
readonly billableOperations: {
|
|
@@ -16254,7 +16254,7 @@ export declare const PipesRequestSchema: z.ZodObject<{
|
|
|
16254
16254
|
json: "json";
|
|
16255
16255
|
unknown: "unknown";
|
|
16256
16256
|
}>>;
|
|
16257
|
-
format: z.ZodOptional<z.ZodNullable<z.
|
|
16257
|
+
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
16258
16258
|
email: "email";
|
|
16259
16259
|
address_line_1: "address_line_1";
|
|
16260
16260
|
zip_code: "zip_code";
|
|
@@ -16273,7 +16273,7 @@ export declare const PipesRequestSchema: z.ZodObject<{
|
|
|
16273
16273
|
text: "text";
|
|
16274
16274
|
decimal: "decimal";
|
|
16275
16275
|
percent: "percent";
|
|
16276
|
-
}
|
|
16276
|
+
}>>>;
|
|
16277
16277
|
claimed_by: z.ZodOptional<z.ZodObject<{
|
|
16278
16278
|
ref: z.ZodNullable<z.ZodEnum<{
|
|
16279
16279
|
"prompt:run@1": "prompt:run@1";
|
|
@@ -81,7 +81,27 @@ export declare const FieldReasonSchema: z.ZodObject<{
|
|
|
81
81
|
}, z.core.$strip>;
|
|
82
82
|
export type FieldReason = z.infer<typeof FieldReasonSchema>;
|
|
83
83
|
export declare const RECORD_FIELD_FORMATS: readonly ["json_object", "json_list", "json_list_string", "url", "website_url", "profile_url", "email", "datetime", "currency", "date", "phone", "markdown", "text", "int", "decimal", "address_line_1", "zip_code", "percent"];
|
|
84
|
-
export declare const RecordFieldFormatSchema: z.
|
|
84
|
+
export declare const RecordFieldFormatSchema: z.ZodEnum<{
|
|
85
|
+
email: "email";
|
|
86
|
+
address_line_1: "address_line_1";
|
|
87
|
+
zip_code: "zip_code";
|
|
88
|
+
profile_url: "profile_url";
|
|
89
|
+
phone: "phone";
|
|
90
|
+
website_url: "website_url";
|
|
91
|
+
int: "int";
|
|
92
|
+
date: "date";
|
|
93
|
+
json_object: "json_object";
|
|
94
|
+
json_list: "json_list";
|
|
95
|
+
json_list_string: "json_list_string";
|
|
96
|
+
url: "url";
|
|
97
|
+
datetime: "datetime";
|
|
98
|
+
currency: "currency";
|
|
99
|
+
markdown: "markdown";
|
|
100
|
+
text: "text";
|
|
101
|
+
decimal: "decimal";
|
|
102
|
+
percent: "percent";
|
|
103
|
+
}>;
|
|
104
|
+
declare const NullableRecordFieldFormatSchema: z.ZodNullable<z.ZodEnum<{
|
|
85
105
|
email: "email";
|
|
86
106
|
address_line_1: "address_line_1";
|
|
87
107
|
zip_code: "zip_code";
|
|
@@ -101,7 +121,7 @@ export declare const RecordFieldFormatSchema: z.ZodNullable<z.ZodEnum<{
|
|
|
101
121
|
decimal: "decimal";
|
|
102
122
|
percent: "percent";
|
|
103
123
|
}>>;
|
|
104
|
-
export type RecordFieldFormat = z.infer<typeof
|
|
124
|
+
export type RecordFieldFormat = z.infer<typeof NullableRecordFieldFormatSchema>;
|
|
105
125
|
export declare const JSONMetaSchema: z.ZodObject<{
|
|
106
126
|
example_value: z.ZodNullable<z.ZodAny>;
|
|
107
127
|
schema: z.ZodNullable<z.ZodAny>;
|
|
@@ -685,7 +705,7 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
685
705
|
json: "json";
|
|
686
706
|
unknown: "unknown";
|
|
687
707
|
}>>;
|
|
688
|
-
format: z.ZodOptional<z.ZodNullable<z.
|
|
708
|
+
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
689
709
|
email: "email";
|
|
690
710
|
address_line_1: "address_line_1";
|
|
691
711
|
zip_code: "zip_code";
|
|
@@ -704,7 +724,7 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
704
724
|
text: "text";
|
|
705
725
|
decimal: "decimal";
|
|
706
726
|
percent: "percent";
|
|
707
|
-
}
|
|
727
|
+
}>>>;
|
|
708
728
|
claimed_by: z.ZodOptional<z.ZodObject<{
|
|
709
729
|
ref: z.ZodNullable<z.ZodEnum<{
|
|
710
730
|
"prompt:run@1": "prompt:run@1";
|
|
@@ -943,7 +963,7 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
|
|
|
943
963
|
json: "json";
|
|
944
964
|
unknown: "unknown";
|
|
945
965
|
}>>;
|
|
946
|
-
format: z.ZodOptional<z.ZodNullable<z.
|
|
966
|
+
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
947
967
|
email: "email";
|
|
948
968
|
address_line_1: "address_line_1";
|
|
949
969
|
zip_code: "zip_code";
|
|
@@ -962,7 +982,7 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
|
|
|
962
982
|
text: "text";
|
|
963
983
|
decimal: "decimal";
|
|
964
984
|
percent: "percent";
|
|
965
|
-
}
|
|
985
|
+
}>>>;
|
|
966
986
|
claimed_by: z.ZodOptional<z.ZodObject<{
|
|
967
987
|
ref: z.ZodNullable<z.ZodEnum<{
|
|
968
988
|
"prompt:run@1": "prompt:run@1";
|