@pipe0/ops 0.0.12 → 0.0.14
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 +14 -0
- package/README.md +1 -1
- package/dist/fields/field-catalog.d.ts +8 -4
- package/dist/fields/json-meta/fields/clado-person-match-v2.d.ts +2 -2
- package/dist/fields/json-meta/fields/crustdata-person-match.d.ts +1 -0
- package/dist/form-generation/fields.d.ts +1 -1
- package/dist/index.js +121 -106
- package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-match-crustdata-1.d.ts +1 -1
- 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 +1 -1
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/email-send-gmail.d.ts +1 -1
- 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/field-domainify-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/field-slugify-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 +1 -1
- package/dist/pipes/catalog/entries/message-write-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-email-validate-millionverifier-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-identity-amplemarket-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-identity-email-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-match-amplemarket-1.d.ts +1 -1
- 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-name-split-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +1 -1
- 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-posts-crustdata-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-profileurl-name-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-workemail-profileurl-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/prompt-run-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-row-append-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-row-append-sheet-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-row-expandappend-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/template-fill-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/pipe.d.ts +4 -2
- package/dist/pipes/catalog/pipes-catalog.d.ts +94 -94
- package/dist/pipes/catalog/utils/index.d.ts +1 -0
- package/dist/searches/catalog/entries/{people-profiles-clado-2.d.ts → deprecated/people-profiles-clado-2.d.ts} +10 -7
- package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +8 -8
- package/dist/searches/catalog/searches-catalog.d.ts +24 -18
- package/dist/searches/catalog/utils/index.d.ts +2 -1
- package/dist/searches/index.d.ts +14 -14
- package/package.json +2 -2
|
@@ -3941,7 +3941,7 @@ export declare const pipeCatalog: {
|
|
|
3941
3941
|
readonly lifecycle: null;
|
|
3942
3942
|
readonly description: "Executes configurable AI prompts with structured output fields.";
|
|
3943
3943
|
readonly tags: ["AI"];
|
|
3944
|
-
readonly docPath:
|
|
3944
|
+
readonly docPath: string;
|
|
3945
3945
|
readonly defaultInputGroups: [];
|
|
3946
3946
|
readonly billableOperations: {
|
|
3947
3947
|
readonly "gemini-flash-latest-prompt": {
|
|
@@ -3989,7 +3989,7 @@ export declare const pipeCatalog: {
|
|
|
3989
3989
|
readonly lifecycle: null;
|
|
3990
3990
|
readonly description: "Find recent company news by performing a search and scrape.";
|
|
3991
3991
|
readonly tags: string[];
|
|
3992
|
-
readonly docPath:
|
|
3992
|
+
readonly docPath: string;
|
|
3993
3993
|
readonly billableOperations: {
|
|
3994
3994
|
readonly "pipe0-get-company-news-summary": {
|
|
3995
3995
|
readonly allowManagedConnection: true;
|
|
@@ -4045,7 +4045,7 @@ export declare const pipeCatalog: {
|
|
|
4045
4045
|
readonly tags: ["Website"];
|
|
4046
4046
|
readonly inputFieldMode: "static";
|
|
4047
4047
|
readonly outputFieldMode: "static";
|
|
4048
|
-
readonly docPath:
|
|
4048
|
+
readonly docPath: string;
|
|
4049
4049
|
readonly billableOperations: {
|
|
4050
4050
|
readonly "builtwith-get-technology-stack": {
|
|
4051
4051
|
readonly provider: "builtwith";
|
|
@@ -4105,7 +4105,7 @@ export declare const pipeCatalog: {
|
|
|
4105
4105
|
readonly lifecycle: null;
|
|
4106
4106
|
readonly description: "Extract the company website URL from a work email address.";
|
|
4107
4107
|
readonly tags: ["Email", "Work Email", "Website"];
|
|
4108
|
-
readonly docPath:
|
|
4108
|
+
readonly docPath: string;
|
|
4109
4109
|
readonly allowedUserConnectionProviders: [];
|
|
4110
4110
|
readonly managedProviders: ["pipe0"];
|
|
4111
4111
|
readonly billableOperations: {
|
|
@@ -4157,7 +4157,7 @@ export declare const pipeCatalog: {
|
|
|
4157
4157
|
readonly lifecycle: null;
|
|
4158
4158
|
readonly description: "Information on funding rounds, acquisition, competitors, and investors.";
|
|
4159
4159
|
readonly tags: ["Financial Data"];
|
|
4160
|
-
readonly docPath:
|
|
4160
|
+
readonly docPath: string;
|
|
4161
4161
|
readonly billableOperations: {
|
|
4162
4162
|
readonly "get-company-funding-leadmagic": {
|
|
4163
4163
|
readonly provider: "leadmagic";
|
|
@@ -4218,7 +4218,7 @@ export declare const pipeCatalog: {
|
|
|
4218
4218
|
readonly lifecycle: null;
|
|
4219
4219
|
readonly description: "Find work email addresses in a waterfall motion.";
|
|
4220
4220
|
readonly tags: ["Email", "Work Email", "Waterfall"];
|
|
4221
|
-
readonly docPath:
|
|
4221
|
+
readonly docPath: string;
|
|
4222
4222
|
readonly managedProviders: ["leadmagic", "prospeo", "hunter", "icypeas", "findymail"];
|
|
4223
4223
|
readonly allowedUserConnectionProviders: ["leadmagic", "prospeo", "hunter", "icypeas", "findymail"];
|
|
4224
4224
|
readonly inputFieldMode: "static";
|
|
@@ -4306,7 +4306,7 @@ export declare const pipeCatalog: {
|
|
|
4306
4306
|
readonly lifecycle: null;
|
|
4307
4307
|
readonly description: "Check if a given email address is personal or professional.";
|
|
4308
4308
|
readonly tags: ["Email", "Work Email"];
|
|
4309
|
-
readonly docPath:
|
|
4309
|
+
readonly docPath: string;
|
|
4310
4310
|
readonly billableOperations: {
|
|
4311
4311
|
readonly "pipe0-is-workemail-check": {
|
|
4312
4312
|
readonly provider: "pipe0";
|
|
@@ -4361,7 +4361,7 @@ export declare const pipeCatalog: {
|
|
|
4361
4361
|
readonly lifecycle: null;
|
|
4362
4362
|
readonly description: "Split a full name into first and last name.";
|
|
4363
4363
|
readonly tags: ["Names"];
|
|
4364
|
-
readonly docPath:
|
|
4364
|
+
readonly docPath: string;
|
|
4365
4365
|
readonly billableOperations: {
|
|
4366
4366
|
readonly "pipe0-split-name": {
|
|
4367
4367
|
readonly provider: "pipe0";
|
|
@@ -4528,7 +4528,7 @@ export declare const pipeCatalog: {
|
|
|
4528
4528
|
readonly lifecycle: null;
|
|
4529
4529
|
readonly description: "Combine the first and last names of a prospect into a full name field.";
|
|
4530
4530
|
readonly tags: string[];
|
|
4531
|
-
readonly docPath:
|
|
4531
|
+
readonly docPath: string;
|
|
4532
4532
|
readonly billableOperations: {
|
|
4533
4533
|
readonly "pipe0-join-name": {
|
|
4534
4534
|
readonly provider: "pipe0";
|
|
@@ -4682,7 +4682,7 @@ export declare const pipeCatalog: {
|
|
|
4682
4682
|
readonly categories: ["company_data"];
|
|
4683
4683
|
readonly lifecycle: null;
|
|
4684
4684
|
readonly description: "Business description, industry, and financial information.";
|
|
4685
|
-
readonly docPath:
|
|
4685
|
+
readonly docPath: string;
|
|
4686
4686
|
readonly tags: string[];
|
|
4687
4687
|
readonly allowedUserConnectionProviders: [];
|
|
4688
4688
|
readonly managedProviders: ["pipe0"];
|
|
@@ -4771,7 +4771,7 @@ export declare const pipeCatalog: {
|
|
|
4771
4771
|
readonly categories: ["tools"];
|
|
4772
4772
|
readonly lifecycle: null;
|
|
4773
4773
|
readonly description: "Extract nested JSON properties into new output fields.";
|
|
4774
|
-
readonly docPath:
|
|
4774
|
+
readonly docPath: string;
|
|
4775
4775
|
readonly tags: ["Json"];
|
|
4776
4776
|
readonly managedProviders: ["pipe0"];
|
|
4777
4777
|
readonly allowedUserConnectionProviders: [];
|
|
@@ -4805,7 +4805,7 @@ export declare const pipeCatalog: {
|
|
|
4805
4805
|
readonly lifecycle: null;
|
|
4806
4806
|
readonly description: "Send an email with Resend";
|
|
4807
4807
|
readonly tags: ["Email"];
|
|
4808
|
-
readonly docPath:
|
|
4808
|
+
readonly docPath: string;
|
|
4809
4809
|
readonly billableOperations: {
|
|
4810
4810
|
readonly "send-email-resend": {
|
|
4811
4811
|
readonly allowManagedConnection: false;
|
|
@@ -4858,7 +4858,7 @@ export declare const pipeCatalog: {
|
|
|
4858
4858
|
readonly lifecycle: null;
|
|
4859
4859
|
readonly description: "Create a contact inside a Resend audience.";
|
|
4860
4860
|
readonly tags: ["Email"];
|
|
4861
|
-
readonly docPath:
|
|
4861
|
+
readonly docPath: string;
|
|
4862
4862
|
readonly billableOperations: {
|
|
4863
4863
|
readonly "contact-create-resend": {
|
|
4864
4864
|
readonly allowManagedConnection: false;
|
|
@@ -4908,7 +4908,7 @@ export declare const pipeCatalog: {
|
|
|
4908
4908
|
readonly lifecycle: null;
|
|
4909
4909
|
readonly description: "Send an email with Gmail";
|
|
4910
4910
|
readonly tags: ["Email"];
|
|
4911
|
-
readonly docPath:
|
|
4911
|
+
readonly docPath: string;
|
|
4912
4912
|
readonly billableOperations: {
|
|
4913
4913
|
readonly "send-email-gmail": {
|
|
4914
4914
|
readonly allowManagedConnection: false;
|
|
@@ -4960,7 +4960,7 @@ export declare const pipeCatalog: {
|
|
|
4960
4960
|
readonly lifecycle: null;
|
|
4961
4961
|
readonly description: "Send a Slack message to a channel by ID.";
|
|
4962
4962
|
readonly tags: ["Chat"];
|
|
4963
|
-
readonly docPath:
|
|
4963
|
+
readonly docPath: string;
|
|
4964
4964
|
readonly billableOperations: {
|
|
4965
4965
|
readonly "send-message-slack": {
|
|
4966
4966
|
readonly allowManagedConnection: false;
|
|
@@ -5008,7 +5008,7 @@ export declare const pipeCatalog: {
|
|
|
5008
5008
|
readonly lifecycle: null;
|
|
5009
5009
|
readonly description: "An AI agent specialized in composing messages for modern workplace communication platforms (Slack, Teams, Discord, etc.)";
|
|
5010
5010
|
readonly tags: ["AI"];
|
|
5011
|
-
readonly docPath:
|
|
5011
|
+
readonly docPath: string;
|
|
5012
5012
|
readonly defaultInputGroups: [];
|
|
5013
5013
|
readonly billableOperations: {
|
|
5014
5014
|
readonly "gemini-flash-latest-write-message": {
|
|
@@ -5059,7 +5059,7 @@ export declare const pipeCatalog: {
|
|
|
5059
5059
|
readonly lifecycle: null;
|
|
5060
5060
|
readonly description: "An AI agent specialized in composing emails.";
|
|
5061
5061
|
readonly tags: ["AI"];
|
|
5062
|
-
readonly docPath:
|
|
5062
|
+
readonly docPath: string;
|
|
5063
5063
|
readonly defaultInputGroups: [];
|
|
5064
5064
|
readonly billableOperations: {
|
|
5065
5065
|
readonly "gemini-flash-latest-write-email": {
|
|
@@ -5116,7 +5116,7 @@ export declare const pipeCatalog: {
|
|
|
5116
5116
|
readonly lifecycle: null;
|
|
5117
5117
|
readonly description: "Replaces template tags like {{ input name type=\"string\" }} with actual values.";
|
|
5118
5118
|
readonly tags: ["Text"];
|
|
5119
|
-
readonly docPath:
|
|
5119
|
+
readonly docPath: string;
|
|
5120
5120
|
readonly defaultInputGroups: [];
|
|
5121
5121
|
readonly billableOperations: {
|
|
5122
5122
|
readonly "template-fill": {
|
|
@@ -5154,7 +5154,7 @@ export declare const pipeCatalog: {
|
|
|
5154
5154
|
readonly lifecycle: null;
|
|
5155
5155
|
readonly description: "Join multiple fields into one field. The final result will be the first defined field.";
|
|
5156
5156
|
readonly tags: ["Fields", "Logic"];
|
|
5157
|
-
readonly docPath:
|
|
5157
|
+
readonly docPath: string;
|
|
5158
5158
|
readonly defaultInputGroups: [];
|
|
5159
5159
|
readonly billableOperations: {
|
|
5160
5160
|
readonly "pipe0-field-or": {
|
|
@@ -5190,7 +5190,7 @@ export declare const pipeCatalog: {
|
|
|
5190
5190
|
readonly lifecycle: null;
|
|
5191
5191
|
readonly description: "Strip a field value of characters not commonly found in slugs.";
|
|
5192
5192
|
readonly tags: string[];
|
|
5193
|
-
readonly docPath:
|
|
5193
|
+
readonly docPath: string;
|
|
5194
5194
|
readonly billableOperations: {
|
|
5195
5195
|
readonly "pipe0-platform-operation": {
|
|
5196
5196
|
readonly provider: "pipe0";
|
|
@@ -5244,7 +5244,7 @@ export declare const pipeCatalog: {
|
|
|
5244
5244
|
readonly lifecycle: null;
|
|
5245
5245
|
readonly description: "Transform URL input into a domain. Example: 'https://go.com' to 'go.com'.";
|
|
5246
5246
|
readonly tags: string[];
|
|
5247
|
-
readonly docPath:
|
|
5247
|
+
readonly docPath: string;
|
|
5248
5248
|
readonly billableOperations: {
|
|
5249
5249
|
readonly "pipe0-platform-operation": {
|
|
5250
5250
|
readonly provider: "pipe0";
|
|
@@ -5299,7 +5299,7 @@ export declare const pipeCatalog: {
|
|
|
5299
5299
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
5300
5300
|
readonly managedProviders: [];
|
|
5301
5301
|
readonly description: "Add rows to fixed pipe0 sheet.";
|
|
5302
|
-
readonly docPath:
|
|
5302
|
+
readonly docPath: string;
|
|
5303
5303
|
readonly tags: ["Fields"];
|
|
5304
5304
|
readonly billableOperations: {
|
|
5305
5305
|
readonly "sheets-append-pipe0": {
|
|
@@ -5343,7 +5343,7 @@ export declare const pipeCatalog: {
|
|
|
5343
5343
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
5344
5344
|
readonly managedProviders: [];
|
|
5345
5345
|
readonly description: "Expand a list of nested objects into sheet rows.";
|
|
5346
|
-
readonly docPath:
|
|
5346
|
+
readonly docPath: string;
|
|
5347
5347
|
readonly tags: ["Fields"];
|
|
5348
5348
|
readonly billableOperations: {
|
|
5349
5349
|
readonly "sheets-appendexpand-pipe0": {
|
|
@@ -5391,7 +5391,7 @@ export declare const pipeCatalog: {
|
|
|
5391
5391
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
5392
5392
|
readonly managedProviders: [];
|
|
5393
5393
|
readonly description: "Append rows to a dynamically provided pipe0 sheet. Optionally upsert sheets.";
|
|
5394
|
-
readonly docPath:
|
|
5394
|
+
readonly docPath: string;
|
|
5395
5395
|
readonly tags: ["Fields"];
|
|
5396
5396
|
readonly billableOperations: {
|
|
5397
5397
|
readonly "pipe0-platform-operation": {
|
|
@@ -5441,7 +5441,7 @@ export declare const pipeCatalog: {
|
|
|
5441
5441
|
readonly lifecycle: null;
|
|
5442
5442
|
readonly description: "Find companies similar to the company you provide as input.";
|
|
5443
5443
|
readonly tags: string[];
|
|
5444
|
-
readonly docPath:
|
|
5444
|
+
readonly docPath: string;
|
|
5445
5445
|
readonly billableOperations: {
|
|
5446
5446
|
readonly companyenrich_lookalike_result: {
|
|
5447
5447
|
readonly allowManagedConnection: true;
|
|
@@ -5497,7 +5497,7 @@ export declare const pipeCatalog: {
|
|
|
5497
5497
|
readonly lifecycle: null;
|
|
5498
5498
|
readonly description: "Find role matches for a given companies like \"CEO\" or \"CFO\".";
|
|
5499
5499
|
readonly tags: ["People Profiles"];
|
|
5500
|
-
readonly docPath:
|
|
5500
|
+
readonly docPath: string;
|
|
5501
5501
|
readonly billableOperations: {
|
|
5502
5502
|
readonly "leadmagic-find-role": {
|
|
5503
5503
|
readonly provider: "leadmagic";
|
|
@@ -5555,7 +5555,7 @@ export declare const pipeCatalog: {
|
|
|
5555
5555
|
readonly lifecycle: null;
|
|
5556
5556
|
readonly description: "Find brand data like logos, colors, and social links via the Logo.dev API.";
|
|
5557
5557
|
readonly tags: string[];
|
|
5558
|
-
readonly docPath:
|
|
5558
|
+
readonly docPath: string;
|
|
5559
5559
|
readonly billableOperations: {
|
|
5560
5560
|
readonly "logodev-company-describe": {
|
|
5561
5561
|
readonly allowManagedConnection: true;
|
|
@@ -5621,7 +5621,7 @@ export declare const pipeCatalog: {
|
|
|
5621
5621
|
readonly lifecycle: null;
|
|
5622
5622
|
readonly description: "Find list of recent LinkedIn posts.";
|
|
5623
5623
|
readonly tags: string[];
|
|
5624
|
-
readonly docPath:
|
|
5624
|
+
readonly docPath: string;
|
|
5625
5625
|
readonly billableOperations: {
|
|
5626
5626
|
readonly "crustdata-single-post-fetch": {
|
|
5627
5627
|
readonly allowManagedConnection: true;
|
|
@@ -5681,7 +5681,7 @@ export declare const pipeCatalog: {
|
|
|
5681
5681
|
readonly lifecycle: null;
|
|
5682
5682
|
readonly description: "Find person profile by their work email address.";
|
|
5683
5683
|
readonly tags: string[];
|
|
5684
|
-
readonly docPath:
|
|
5684
|
+
readonly docPath: string;
|
|
5685
5685
|
readonly billableOperations: {
|
|
5686
5686
|
readonly "crustdata-profile-from-workemail": {
|
|
5687
5687
|
readonly allowManagedConnection: true;
|
|
@@ -5737,7 +5737,7 @@ export declare const pipeCatalog: {
|
|
|
5737
5737
|
readonly lifecycle: null;
|
|
5738
5738
|
readonly description: "Find work email addresses from B2B profile.";
|
|
5739
5739
|
readonly tags: ["Email", "Work Email", "Waterfall"];
|
|
5740
|
-
readonly docPath:
|
|
5740
|
+
readonly docPath: string;
|
|
5741
5741
|
readonly managedProviders: ["hunter", "findymail", "leadmagic", "crustdata", "clado"];
|
|
5742
5742
|
readonly allowedUserConnectionProviders: ["hunter", "findymail", "leadmagic", "crustdata", "clado"];
|
|
5743
5743
|
readonly inputFieldMode: "static";
|
|
@@ -5820,7 +5820,7 @@ export declare const pipeCatalog: {
|
|
|
5820
5820
|
readonly lifecycle: null;
|
|
5821
5821
|
readonly description: "Find identity of a person from their email address.";
|
|
5822
5822
|
readonly tags: ["Email", "People Profiles"];
|
|
5823
|
-
readonly docPath:
|
|
5823
|
+
readonly docPath: string;
|
|
5824
5824
|
readonly managedProviders: ["findymail", "hunter", "crustdata"];
|
|
5825
5825
|
readonly allowedUserConnectionProviders: ["findymail", "hunter", "crustdata"];
|
|
5826
5826
|
readonly inputFieldMode: "static";
|
|
@@ -5903,7 +5903,7 @@ export declare const pipeCatalog: {
|
|
|
5903
5903
|
readonly lifecycle: null;
|
|
5904
5904
|
readonly description: "Company data like headcount distribution, LinkedIn URLs etc. via the Crustdata API.";
|
|
5905
5905
|
readonly tags: string[];
|
|
5906
|
-
readonly docPath:
|
|
5906
|
+
readonly docPath: string;
|
|
5907
5907
|
readonly billableOperations: {
|
|
5908
5908
|
readonly crustdata_company_enrich: {
|
|
5909
5909
|
readonly allowManagedConnection: true;
|
|
@@ -5957,7 +5957,7 @@ export declare const pipeCatalog: {
|
|
|
5957
5957
|
readonly lifecycle: null;
|
|
5958
5958
|
readonly description: "Find information on a person based on their email";
|
|
5959
5959
|
readonly tags: string[];
|
|
5960
|
-
readonly docPath:
|
|
5960
|
+
readonly docPath: string;
|
|
5961
5961
|
readonly billableOperations: {
|
|
5962
5962
|
readonly "amplemarket-people-identity": {
|
|
5963
5963
|
readonly allowManagedConnection: false;
|
|
@@ -6011,7 +6011,7 @@ export declare const pipeCatalog: {
|
|
|
6011
6011
|
readonly lifecycle: null;
|
|
6012
6012
|
readonly description: "Find the personal email address of a prospect by using a professional profile URL as input.";
|
|
6013
6013
|
readonly tags: ["Email", "Personal Email"];
|
|
6014
|
-
readonly docPath:
|
|
6014
|
+
readonly docPath: string;
|
|
6015
6015
|
readonly billableOperations: {
|
|
6016
6016
|
readonly "clado-personal-email-from-profile": {
|
|
6017
6017
|
readonly provider: "clado";
|
|
@@ -6123,7 +6123,7 @@ export declare const pipeCatalog: {
|
|
|
6123
6123
|
readonly lifecycle: null;
|
|
6124
6124
|
readonly description: "Verify email address against various factors, including syntax, domain, and server existence, to ensure it is deliverable and active.";
|
|
6125
6125
|
readonly tags: ["Email"];
|
|
6126
|
-
readonly docPath:
|
|
6126
|
+
readonly docPath: string;
|
|
6127
6127
|
readonly billableOperations: {
|
|
6128
6128
|
readonly "zerobounce-validate-email": {
|
|
6129
6129
|
readonly provider: "zerobounce";
|
|
@@ -6169,7 +6169,7 @@ export declare const pipeCatalog: {
|
|
|
6169
6169
|
readonly lifecycle: null;
|
|
6170
6170
|
readonly description: "Verify email addresses to ensure is deliverability.";
|
|
6171
6171
|
readonly tags: ["Email"];
|
|
6172
|
-
readonly docPath:
|
|
6172
|
+
readonly docPath: string;
|
|
6173
6173
|
readonly billableOperations: {
|
|
6174
6174
|
readonly "millionverifier-validate-email": {
|
|
6175
6175
|
readonly provider: "millionverifier";
|
|
@@ -6215,7 +6215,7 @@ export declare const pipeCatalog: {
|
|
|
6215
6215
|
readonly lifecycle: null;
|
|
6216
6216
|
readonly description: "Find a mobile phone number for a prospect.";
|
|
6217
6217
|
readonly tags: string[];
|
|
6218
|
-
readonly docPath:
|
|
6218
|
+
readonly docPath: string;
|
|
6219
6219
|
readonly billableOperations: {
|
|
6220
6220
|
readonly "leadmagic-mobile-from-workemail": {
|
|
6221
6221
|
readonly provider: "leadmagic";
|
|
@@ -6272,7 +6272,7 @@ export declare const pipeCatalog: {
|
|
|
6272
6272
|
readonly lifecycle: null;
|
|
6273
6273
|
readonly description: "Turn any URL into clean data.";
|
|
6274
6274
|
readonly tags: ["Scrape"];
|
|
6275
|
-
readonly docPath:
|
|
6275
|
+
readonly docPath: string;
|
|
6276
6276
|
readonly billableOperations: {
|
|
6277
6277
|
readonly "firecrawl-website-scrape": {
|
|
6278
6278
|
readonly allowManagedConnection: true;
|
|
@@ -6323,7 +6323,7 @@ export declare const pipeCatalog: {
|
|
|
6323
6323
|
readonly lifecycle: null;
|
|
6324
6324
|
readonly description: "Turn a list of URLs into clean scraped data.";
|
|
6325
6325
|
readonly tags: ["Scrape"];
|
|
6326
|
-
readonly docPath:
|
|
6326
|
+
readonly docPath: string;
|
|
6327
6327
|
readonly billableOperations: {
|
|
6328
6328
|
readonly "firecrawl-list-url-scrape": {
|
|
6329
6329
|
readonly allowManagedConnection: true;
|
|
@@ -6368,7 +6368,7 @@ export declare const pipeCatalog: {
|
|
|
6368
6368
|
readonly lifecycle: null;
|
|
6369
6369
|
readonly description: "Perform advanced AI scraping to extract data from any website. Search all subdomains and combine scraped data with search results.";
|
|
6370
6370
|
readonly tags: ["Scrape"];
|
|
6371
|
-
readonly docPath:
|
|
6371
|
+
readonly docPath: string;
|
|
6372
6372
|
readonly billableOperations: {
|
|
6373
6373
|
readonly "firecrawl-website-extract": {
|
|
6374
6374
|
readonly allowManagedConnection: true;
|
|
@@ -6416,7 +6416,7 @@ export declare const pipeCatalog: {
|
|
|
6416
6416
|
readonly lifecycle: null;
|
|
6417
6417
|
readonly description: "Input a website and get all internal URLs on the website. Results do not include links to external pages.";
|
|
6418
6418
|
readonly tags: ["Scrape"];
|
|
6419
|
-
readonly docPath:
|
|
6419
|
+
readonly docPath: string;
|
|
6420
6420
|
readonly billableOperations: {
|
|
6421
6421
|
readonly "firecrawl-website-maplinks": {
|
|
6422
6422
|
readonly allowManagedConnection: true;
|
|
@@ -6463,7 +6463,7 @@ export declare const pipeCatalog: {
|
|
|
6463
6463
|
readonly lifecycle: null;
|
|
6464
6464
|
readonly description: "Find information on a person based on their LinkedIn profile URL.";
|
|
6465
6465
|
readonly tags: string[];
|
|
6466
|
-
readonly docPath:
|
|
6466
|
+
readonly docPath: string;
|
|
6467
6467
|
readonly billableOperations: {
|
|
6468
6468
|
readonly "amplemarket-person-match": {
|
|
6469
6469
|
readonly allowManagedConnection: false;
|
|
@@ -6517,7 +6517,7 @@ export declare const pipeCatalog: {
|
|
|
6517
6517
|
readonly lifecycle: null;
|
|
6518
6518
|
readonly description: "Find any company's website URL, LinkedIn profile URL, and cleaned name.";
|
|
6519
6519
|
readonly tags: string[];
|
|
6520
|
-
readonly docPath:
|
|
6520
|
+
readonly docPath: string;
|
|
6521
6521
|
readonly billableOperations: {
|
|
6522
6522
|
readonly "pipe0-get-company-identity": {
|
|
6523
6523
|
readonly allowManagedConnection: true;
|
|
@@ -6576,7 +6576,7 @@ export declare const pipeCatalog: {
|
|
|
6576
6576
|
readonly categories: ["people_data"];
|
|
6577
6577
|
readonly lifecycle: null;
|
|
6578
6578
|
readonly description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
6579
|
-
readonly docPath:
|
|
6579
|
+
readonly docPath: string;
|
|
6580
6580
|
readonly tags: string[];
|
|
6581
6581
|
readonly billableOperations: {
|
|
6582
6582
|
readonly "leadmagic-mobile-from-profile": {
|
|
@@ -6657,7 +6657,7 @@ export declare const pipeCatalog: {
|
|
|
6657
6657
|
readonly categories: ["people_data"];
|
|
6658
6658
|
readonly lifecycle: null;
|
|
6659
6659
|
readonly description: "Find a JSON representation of a LinkedIn profile.";
|
|
6660
|
-
readonly docPath:
|
|
6660
|
+
readonly docPath: string;
|
|
6661
6661
|
readonly tags: ["LinkedIn", "Waterfall"];
|
|
6662
6662
|
readonly managedProviders: ["prospeo", "icypeas", "clado"];
|
|
6663
6663
|
readonly allowedUserConnectionProviders: ["prospeo", "icypeas", "clado"];
|
|
@@ -6733,7 +6733,7 @@ export declare const pipeCatalog: {
|
|
|
6733
6733
|
readonly lifecycle: null;
|
|
6734
6734
|
readonly description: "Find the URL for a prospect's LinkedIn profile from their personal or professional email address.";
|
|
6735
6735
|
readonly tags: ["LinkedIn"];
|
|
6736
|
-
readonly docPath:
|
|
6736
|
+
readonly docPath: string;
|
|
6737
6737
|
readonly billableOperations: {
|
|
6738
6738
|
readonly "leadmagic-profile-url-from-email": {
|
|
6739
6739
|
readonly provider: "leadmagic";
|
|
@@ -6800,7 +6800,7 @@ export declare const pipeCatalog: {
|
|
|
6800
6800
|
readonly allowedUserConnectionProviders: [];
|
|
6801
6801
|
readonly managedProviders: ["pipe0"];
|
|
6802
6802
|
readonly description: "Find the LinkedIn profile URL by using the prospect's name as input.";
|
|
6803
|
-
readonly docPath:
|
|
6803
|
+
readonly docPath: string;
|
|
6804
6804
|
readonly tags: ["LinkedIn"];
|
|
6805
6805
|
readonly billableOperations: {
|
|
6806
6806
|
readonly "pipe0-get-profileurl-from-name": {
|
|
@@ -12333,7 +12333,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12333
12333
|
readonly lifecycle: null;
|
|
12334
12334
|
readonly description: "Executes configurable AI prompts with structured output fields.";
|
|
12335
12335
|
readonly tags: ["AI"];
|
|
12336
|
-
readonly docPath:
|
|
12336
|
+
readonly docPath: string;
|
|
12337
12337
|
readonly defaultInputGroups: [];
|
|
12338
12338
|
readonly billableOperations: {
|
|
12339
12339
|
readonly "gemini-flash-latest-prompt": {
|
|
@@ -12380,7 +12380,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12380
12380
|
readonly lifecycle: null;
|
|
12381
12381
|
readonly description: "Find recent company news by performing a search and scrape.";
|
|
12382
12382
|
readonly tags: string[];
|
|
12383
|
-
readonly docPath:
|
|
12383
|
+
readonly docPath: string;
|
|
12384
12384
|
readonly billableOperations: {
|
|
12385
12385
|
readonly "pipe0-get-company-news-summary": {
|
|
12386
12386
|
readonly allowManagedConnection: true;
|
|
@@ -12435,7 +12435,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12435
12435
|
readonly tags: ["Website"];
|
|
12436
12436
|
readonly inputFieldMode: "static";
|
|
12437
12437
|
readonly outputFieldMode: "static";
|
|
12438
|
-
readonly docPath:
|
|
12438
|
+
readonly docPath: string;
|
|
12439
12439
|
readonly billableOperations: {
|
|
12440
12440
|
readonly "builtwith-get-technology-stack": {
|
|
12441
12441
|
readonly provider: "builtwith";
|
|
@@ -12494,7 +12494,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12494
12494
|
readonly lifecycle: null;
|
|
12495
12495
|
readonly description: "Extract the company website URL from a work email address.";
|
|
12496
12496
|
readonly tags: ["Email", "Work Email", "Website"];
|
|
12497
|
-
readonly docPath:
|
|
12497
|
+
readonly docPath: string;
|
|
12498
12498
|
readonly allowedUserConnectionProviders: [];
|
|
12499
12499
|
readonly managedProviders: ["pipe0"];
|
|
12500
12500
|
readonly billableOperations: {
|
|
@@ -12545,7 +12545,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12545
12545
|
readonly lifecycle: null;
|
|
12546
12546
|
readonly description: "Information on funding rounds, acquisition, competitors, and investors.";
|
|
12547
12547
|
readonly tags: ["Financial Data"];
|
|
12548
|
-
readonly docPath:
|
|
12548
|
+
readonly docPath: string;
|
|
12549
12549
|
readonly billableOperations: {
|
|
12550
12550
|
readonly "get-company-funding-leadmagic": {
|
|
12551
12551
|
readonly provider: "leadmagic";
|
|
@@ -12605,7 +12605,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12605
12605
|
readonly lifecycle: null;
|
|
12606
12606
|
readonly description: "Find work email addresses in a waterfall motion.";
|
|
12607
12607
|
readonly tags: ["Email", "Work Email", "Waterfall"];
|
|
12608
|
-
readonly docPath:
|
|
12608
|
+
readonly docPath: string;
|
|
12609
12609
|
readonly managedProviders: ["leadmagic", "prospeo", "hunter", "icypeas", "findymail"];
|
|
12610
12610
|
readonly allowedUserConnectionProviders: ["leadmagic", "prospeo", "hunter", "icypeas", "findymail"];
|
|
12611
12611
|
readonly inputFieldMode: "static";
|
|
@@ -12692,7 +12692,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12692
12692
|
readonly lifecycle: null;
|
|
12693
12693
|
readonly description: "Check if a given email address is personal or professional.";
|
|
12694
12694
|
readonly tags: ["Email", "Work Email"];
|
|
12695
|
-
readonly docPath:
|
|
12695
|
+
readonly docPath: string;
|
|
12696
12696
|
readonly billableOperations: {
|
|
12697
12697
|
readonly "pipe0-is-workemail-check": {
|
|
12698
12698
|
readonly provider: "pipe0";
|
|
@@ -12746,7 +12746,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12746
12746
|
readonly lifecycle: null;
|
|
12747
12747
|
readonly description: "Split a full name into first and last name.";
|
|
12748
12748
|
readonly tags: ["Names"];
|
|
12749
|
-
readonly docPath:
|
|
12749
|
+
readonly docPath: string;
|
|
12750
12750
|
readonly billableOperations: {
|
|
12751
12751
|
readonly "pipe0-split-name": {
|
|
12752
12752
|
readonly provider: "pipe0";
|
|
@@ -12910,7 +12910,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12910
12910
|
readonly lifecycle: null;
|
|
12911
12911
|
readonly description: "Combine the first and last names of a prospect into a full name field.";
|
|
12912
12912
|
readonly tags: string[];
|
|
12913
|
-
readonly docPath:
|
|
12913
|
+
readonly docPath: string;
|
|
12914
12914
|
readonly billableOperations: {
|
|
12915
12915
|
readonly "pipe0-join-name": {
|
|
12916
12916
|
readonly provider: "pipe0";
|
|
@@ -13062,7 +13062,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13062
13062
|
readonly categories: ["company_data"];
|
|
13063
13063
|
readonly lifecycle: null;
|
|
13064
13064
|
readonly description: "Business description, industry, and financial information.";
|
|
13065
|
-
readonly docPath:
|
|
13065
|
+
readonly docPath: string;
|
|
13066
13066
|
readonly tags: string[];
|
|
13067
13067
|
readonly allowedUserConnectionProviders: [];
|
|
13068
13068
|
readonly managedProviders: ["pipe0"];
|
|
@@ -13150,7 +13150,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13150
13150
|
readonly categories: ["tools"];
|
|
13151
13151
|
readonly lifecycle: null;
|
|
13152
13152
|
readonly description: "Extract nested JSON properties into new output fields.";
|
|
13153
|
-
readonly docPath:
|
|
13153
|
+
readonly docPath: string;
|
|
13154
13154
|
readonly tags: ["Json"];
|
|
13155
13155
|
readonly managedProviders: ["pipe0"];
|
|
13156
13156
|
readonly allowedUserConnectionProviders: [];
|
|
@@ -13183,7 +13183,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13183
13183
|
readonly lifecycle: null;
|
|
13184
13184
|
readonly description: "Send an email with Resend";
|
|
13185
13185
|
readonly tags: ["Email"];
|
|
13186
|
-
readonly docPath:
|
|
13186
|
+
readonly docPath: string;
|
|
13187
13187
|
readonly billableOperations: {
|
|
13188
13188
|
readonly "send-email-resend": {
|
|
13189
13189
|
readonly allowManagedConnection: false;
|
|
@@ -13235,7 +13235,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13235
13235
|
readonly lifecycle: null;
|
|
13236
13236
|
readonly description: "Create a contact inside a Resend audience.";
|
|
13237
13237
|
readonly tags: ["Email"];
|
|
13238
|
-
readonly docPath:
|
|
13238
|
+
readonly docPath: string;
|
|
13239
13239
|
readonly billableOperations: {
|
|
13240
13240
|
readonly "contact-create-resend": {
|
|
13241
13241
|
readonly allowManagedConnection: false;
|
|
@@ -13284,7 +13284,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13284
13284
|
readonly lifecycle: null;
|
|
13285
13285
|
readonly description: "Send an email with Gmail";
|
|
13286
13286
|
readonly tags: ["Email"];
|
|
13287
|
-
readonly docPath:
|
|
13287
|
+
readonly docPath: string;
|
|
13288
13288
|
readonly billableOperations: {
|
|
13289
13289
|
readonly "send-email-gmail": {
|
|
13290
13290
|
readonly allowManagedConnection: false;
|
|
@@ -13335,7 +13335,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13335
13335
|
readonly lifecycle: null;
|
|
13336
13336
|
readonly description: "Send a Slack message to a channel by ID.";
|
|
13337
13337
|
readonly tags: ["Chat"];
|
|
13338
|
-
readonly docPath:
|
|
13338
|
+
readonly docPath: string;
|
|
13339
13339
|
readonly billableOperations: {
|
|
13340
13340
|
readonly "send-message-slack": {
|
|
13341
13341
|
readonly allowManagedConnection: false;
|
|
@@ -13382,7 +13382,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13382
13382
|
readonly lifecycle: null;
|
|
13383
13383
|
readonly description: "An AI agent specialized in composing messages for modern workplace communication platforms (Slack, Teams, Discord, etc.)";
|
|
13384
13384
|
readonly tags: ["AI"];
|
|
13385
|
-
readonly docPath:
|
|
13385
|
+
readonly docPath: string;
|
|
13386
13386
|
readonly defaultInputGroups: [];
|
|
13387
13387
|
readonly billableOperations: {
|
|
13388
13388
|
readonly "gemini-flash-latest-write-message": {
|
|
@@ -13432,7 +13432,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13432
13432
|
readonly lifecycle: null;
|
|
13433
13433
|
readonly description: "An AI agent specialized in composing emails.";
|
|
13434
13434
|
readonly tags: ["AI"];
|
|
13435
|
-
readonly docPath:
|
|
13435
|
+
readonly docPath: string;
|
|
13436
13436
|
readonly defaultInputGroups: [];
|
|
13437
13437
|
readonly billableOperations: {
|
|
13438
13438
|
readonly "gemini-flash-latest-write-email": {
|
|
@@ -13488,7 +13488,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13488
13488
|
readonly lifecycle: null;
|
|
13489
13489
|
readonly description: "Replaces template tags like {{ input name type=\"string\" }} with actual values.";
|
|
13490
13490
|
readonly tags: ["Text"];
|
|
13491
|
-
readonly docPath:
|
|
13491
|
+
readonly docPath: string;
|
|
13492
13492
|
readonly defaultInputGroups: [];
|
|
13493
13493
|
readonly billableOperations: {
|
|
13494
13494
|
readonly "template-fill": {
|
|
@@ -13525,7 +13525,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13525
13525
|
readonly lifecycle: null;
|
|
13526
13526
|
readonly description: "Join multiple fields into one field. The final result will be the first defined field.";
|
|
13527
13527
|
readonly tags: ["Fields", "Logic"];
|
|
13528
|
-
readonly docPath:
|
|
13528
|
+
readonly docPath: string;
|
|
13529
13529
|
readonly defaultInputGroups: [];
|
|
13530
13530
|
readonly billableOperations: {
|
|
13531
13531
|
readonly "pipe0-field-or": {
|
|
@@ -13560,7 +13560,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13560
13560
|
readonly lifecycle: null;
|
|
13561
13561
|
readonly description: "Strip a field value of characters not commonly found in slugs.";
|
|
13562
13562
|
readonly tags: string[];
|
|
13563
|
-
readonly docPath:
|
|
13563
|
+
readonly docPath: string;
|
|
13564
13564
|
readonly billableOperations: {
|
|
13565
13565
|
readonly "pipe0-platform-operation": {
|
|
13566
13566
|
readonly provider: "pipe0";
|
|
@@ -13613,7 +13613,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13613
13613
|
readonly lifecycle: null;
|
|
13614
13614
|
readonly description: "Transform URL input into a domain. Example: 'https://go.com' to 'go.com'.";
|
|
13615
13615
|
readonly tags: string[];
|
|
13616
|
-
readonly docPath:
|
|
13616
|
+
readonly docPath: string;
|
|
13617
13617
|
readonly billableOperations: {
|
|
13618
13618
|
readonly "pipe0-platform-operation": {
|
|
13619
13619
|
readonly provider: "pipe0";
|
|
@@ -13667,7 +13667,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13667
13667
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
13668
13668
|
readonly managedProviders: [];
|
|
13669
13669
|
readonly description: "Add rows to fixed pipe0 sheet.";
|
|
13670
|
-
readonly docPath:
|
|
13670
|
+
readonly docPath: string;
|
|
13671
13671
|
readonly tags: ["Fields"];
|
|
13672
13672
|
readonly billableOperations: {
|
|
13673
13673
|
readonly "sheets-append-pipe0": {
|
|
@@ -13710,7 +13710,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13710
13710
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
13711
13711
|
readonly managedProviders: [];
|
|
13712
13712
|
readonly description: "Expand a list of nested objects into sheet rows.";
|
|
13713
|
-
readonly docPath:
|
|
13713
|
+
readonly docPath: string;
|
|
13714
13714
|
readonly tags: ["Fields"];
|
|
13715
13715
|
readonly billableOperations: {
|
|
13716
13716
|
readonly "sheets-appendexpand-pipe0": {
|
|
@@ -13757,7 +13757,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13757
13757
|
readonly allowedUserConnectionProviders: ["pipe0"];
|
|
13758
13758
|
readonly managedProviders: [];
|
|
13759
13759
|
readonly description: "Append rows to a dynamically provided pipe0 sheet. Optionally upsert sheets.";
|
|
13760
|
-
readonly docPath:
|
|
13760
|
+
readonly docPath: string;
|
|
13761
13761
|
readonly tags: ["Fields"];
|
|
13762
13762
|
readonly billableOperations: {
|
|
13763
13763
|
readonly "pipe0-platform-operation": {
|
|
@@ -13806,7 +13806,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13806
13806
|
readonly lifecycle: null;
|
|
13807
13807
|
readonly description: "Find companies similar to the company you provide as input.";
|
|
13808
13808
|
readonly tags: string[];
|
|
13809
|
-
readonly docPath:
|
|
13809
|
+
readonly docPath: string;
|
|
13810
13810
|
readonly billableOperations: {
|
|
13811
13811
|
readonly companyenrich_lookalike_result: {
|
|
13812
13812
|
readonly allowManagedConnection: true;
|
|
@@ -13861,7 +13861,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13861
13861
|
readonly lifecycle: null;
|
|
13862
13862
|
readonly description: "Find role matches for a given companies like \"CEO\" or \"CFO\".";
|
|
13863
13863
|
readonly tags: ["People Profiles"];
|
|
13864
|
-
readonly docPath:
|
|
13864
|
+
readonly docPath: string;
|
|
13865
13865
|
readonly billableOperations: {
|
|
13866
13866
|
readonly "leadmagic-find-role": {
|
|
13867
13867
|
readonly provider: "leadmagic";
|
|
@@ -13918,7 +13918,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13918
13918
|
readonly lifecycle: null;
|
|
13919
13919
|
readonly description: "Find brand data like logos, colors, and social links via the Logo.dev API.";
|
|
13920
13920
|
readonly tags: string[];
|
|
13921
|
-
readonly docPath:
|
|
13921
|
+
readonly docPath: string;
|
|
13922
13922
|
readonly billableOperations: {
|
|
13923
13923
|
readonly "logodev-company-describe": {
|
|
13924
13924
|
readonly allowManagedConnection: true;
|
|
@@ -13983,7 +13983,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
13983
13983
|
readonly lifecycle: null;
|
|
13984
13984
|
readonly description: "Find list of recent LinkedIn posts.";
|
|
13985
13985
|
readonly tags: string[];
|
|
13986
|
-
readonly docPath:
|
|
13986
|
+
readonly docPath: string;
|
|
13987
13987
|
readonly billableOperations: {
|
|
13988
13988
|
readonly "crustdata-single-post-fetch": {
|
|
13989
13989
|
readonly allowManagedConnection: true;
|
|
@@ -14042,7 +14042,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14042
14042
|
readonly lifecycle: null;
|
|
14043
14043
|
readonly description: "Find person profile by their work email address.";
|
|
14044
14044
|
readonly tags: string[];
|
|
14045
|
-
readonly docPath:
|
|
14045
|
+
readonly docPath: string;
|
|
14046
14046
|
readonly billableOperations: {
|
|
14047
14047
|
readonly "crustdata-profile-from-workemail": {
|
|
14048
14048
|
readonly allowManagedConnection: true;
|
|
@@ -14097,7 +14097,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14097
14097
|
readonly lifecycle: null;
|
|
14098
14098
|
readonly description: "Find work email addresses from B2B profile.";
|
|
14099
14099
|
readonly tags: ["Email", "Work Email", "Waterfall"];
|
|
14100
|
-
readonly docPath:
|
|
14100
|
+
readonly docPath: string;
|
|
14101
14101
|
readonly managedProviders: ["hunter", "findymail", "leadmagic", "crustdata", "clado"];
|
|
14102
14102
|
readonly allowedUserConnectionProviders: ["hunter", "findymail", "leadmagic", "crustdata", "clado"];
|
|
14103
14103
|
readonly inputFieldMode: "static";
|
|
@@ -14179,7 +14179,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14179
14179
|
readonly lifecycle: null;
|
|
14180
14180
|
readonly description: "Find identity of a person from their email address.";
|
|
14181
14181
|
readonly tags: ["Email", "People Profiles"];
|
|
14182
|
-
readonly docPath:
|
|
14182
|
+
readonly docPath: string;
|
|
14183
14183
|
readonly managedProviders: ["findymail", "hunter", "crustdata"];
|
|
14184
14184
|
readonly allowedUserConnectionProviders: ["findymail", "hunter", "crustdata"];
|
|
14185
14185
|
readonly inputFieldMode: "static";
|
|
@@ -14261,7 +14261,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14261
14261
|
readonly lifecycle: null;
|
|
14262
14262
|
readonly description: "Company data like headcount distribution, LinkedIn URLs etc. via the Crustdata API.";
|
|
14263
14263
|
readonly tags: string[];
|
|
14264
|
-
readonly docPath:
|
|
14264
|
+
readonly docPath: string;
|
|
14265
14265
|
readonly billableOperations: {
|
|
14266
14266
|
readonly crustdata_company_enrich: {
|
|
14267
14267
|
readonly allowManagedConnection: true;
|
|
@@ -14314,7 +14314,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14314
14314
|
readonly lifecycle: null;
|
|
14315
14315
|
readonly description: "Find information on a person based on their email";
|
|
14316
14316
|
readonly tags: string[];
|
|
14317
|
-
readonly docPath:
|
|
14317
|
+
readonly docPath: string;
|
|
14318
14318
|
readonly billableOperations: {
|
|
14319
14319
|
readonly "amplemarket-people-identity": {
|
|
14320
14320
|
readonly allowManagedConnection: false;
|
|
@@ -14367,7 +14367,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14367
14367
|
readonly lifecycle: null;
|
|
14368
14368
|
readonly description: "Find the personal email address of a prospect by using a professional profile URL as input.";
|
|
14369
14369
|
readonly tags: ["Email", "Personal Email"];
|
|
14370
|
-
readonly docPath:
|
|
14370
|
+
readonly docPath: string;
|
|
14371
14371
|
readonly billableOperations: {
|
|
14372
14372
|
readonly "clado-personal-email-from-profile": {
|
|
14373
14373
|
readonly provider: "clado";
|
|
@@ -14477,7 +14477,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14477
14477
|
readonly lifecycle: null;
|
|
14478
14478
|
readonly description: "Verify email address against various factors, including syntax, domain, and server existence, to ensure it is deliverable and active.";
|
|
14479
14479
|
readonly tags: ["Email"];
|
|
14480
|
-
readonly docPath:
|
|
14480
|
+
readonly docPath: string;
|
|
14481
14481
|
readonly billableOperations: {
|
|
14482
14482
|
readonly "zerobounce-validate-email": {
|
|
14483
14483
|
readonly provider: "zerobounce";
|
|
@@ -14522,7 +14522,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14522
14522
|
readonly lifecycle: null;
|
|
14523
14523
|
readonly description: "Verify email addresses to ensure is deliverability.";
|
|
14524
14524
|
readonly tags: ["Email"];
|
|
14525
|
-
readonly docPath:
|
|
14525
|
+
readonly docPath: string;
|
|
14526
14526
|
readonly billableOperations: {
|
|
14527
14527
|
readonly "millionverifier-validate-email": {
|
|
14528
14528
|
readonly provider: "millionverifier";
|
|
@@ -14567,7 +14567,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14567
14567
|
readonly lifecycle: null;
|
|
14568
14568
|
readonly description: "Find a mobile phone number for a prospect.";
|
|
14569
14569
|
readonly tags: string[];
|
|
14570
|
-
readonly docPath:
|
|
14570
|
+
readonly docPath: string;
|
|
14571
14571
|
readonly billableOperations: {
|
|
14572
14572
|
readonly "leadmagic-mobile-from-workemail": {
|
|
14573
14573
|
readonly provider: "leadmagic";
|
|
@@ -14623,7 +14623,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14623
14623
|
readonly lifecycle: null;
|
|
14624
14624
|
readonly description: "Turn any URL into clean data.";
|
|
14625
14625
|
readonly tags: ["Scrape"];
|
|
14626
|
-
readonly docPath:
|
|
14626
|
+
readonly docPath: string;
|
|
14627
14627
|
readonly billableOperations: {
|
|
14628
14628
|
readonly "firecrawl-website-scrape": {
|
|
14629
14629
|
readonly allowManagedConnection: true;
|
|
@@ -14673,7 +14673,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14673
14673
|
readonly lifecycle: null;
|
|
14674
14674
|
readonly description: "Turn a list of URLs into clean scraped data.";
|
|
14675
14675
|
readonly tags: ["Scrape"];
|
|
14676
|
-
readonly docPath:
|
|
14676
|
+
readonly docPath: string;
|
|
14677
14677
|
readonly billableOperations: {
|
|
14678
14678
|
readonly "firecrawl-list-url-scrape": {
|
|
14679
14679
|
readonly allowManagedConnection: true;
|
|
@@ -14717,7 +14717,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14717
14717
|
readonly lifecycle: null;
|
|
14718
14718
|
readonly description: "Perform advanced AI scraping to extract data from any website. Search all subdomains and combine scraped data with search results.";
|
|
14719
14719
|
readonly tags: ["Scrape"];
|
|
14720
|
-
readonly docPath:
|
|
14720
|
+
readonly docPath: string;
|
|
14721
14721
|
readonly billableOperations: {
|
|
14722
14722
|
readonly "firecrawl-website-extract": {
|
|
14723
14723
|
readonly allowManagedConnection: true;
|
|
@@ -14764,7 +14764,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14764
14764
|
readonly lifecycle: null;
|
|
14765
14765
|
readonly description: "Input a website and get all internal URLs on the website. Results do not include links to external pages.";
|
|
14766
14766
|
readonly tags: ["Scrape"];
|
|
14767
|
-
readonly docPath:
|
|
14767
|
+
readonly docPath: string;
|
|
14768
14768
|
readonly billableOperations: {
|
|
14769
14769
|
readonly "firecrawl-website-maplinks": {
|
|
14770
14770
|
readonly allowManagedConnection: true;
|
|
@@ -14810,7 +14810,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14810
14810
|
readonly lifecycle: null;
|
|
14811
14811
|
readonly description: "Find information on a person based on their LinkedIn profile URL.";
|
|
14812
14812
|
readonly tags: string[];
|
|
14813
|
-
readonly docPath:
|
|
14813
|
+
readonly docPath: string;
|
|
14814
14814
|
readonly billableOperations: {
|
|
14815
14815
|
readonly "amplemarket-person-match": {
|
|
14816
14816
|
readonly allowManagedConnection: false;
|
|
@@ -14863,7 +14863,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14863
14863
|
readonly lifecycle: null;
|
|
14864
14864
|
readonly description: "Find any company's website URL, LinkedIn profile URL, and cleaned name.";
|
|
14865
14865
|
readonly tags: string[];
|
|
14866
|
-
readonly docPath:
|
|
14866
|
+
readonly docPath: string;
|
|
14867
14867
|
readonly billableOperations: {
|
|
14868
14868
|
readonly "pipe0-get-company-identity": {
|
|
14869
14869
|
readonly allowManagedConnection: true;
|
|
@@ -14921,7 +14921,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
14921
14921
|
readonly categories: ["people_data"];
|
|
14922
14922
|
readonly lifecycle: null;
|
|
14923
14923
|
readonly description: "Find a mobile phone number for any prospect using multiple data providers in a waterfall motion.";
|
|
14924
|
-
readonly docPath:
|
|
14924
|
+
readonly docPath: string;
|
|
14925
14925
|
readonly tags: string[];
|
|
14926
14926
|
readonly billableOperations: {
|
|
14927
14927
|
readonly "leadmagic-mobile-from-profile": {
|
|
@@ -15001,7 +15001,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
15001
15001
|
readonly categories: ["people_data"];
|
|
15002
15002
|
readonly lifecycle: null;
|
|
15003
15003
|
readonly description: "Find a JSON representation of a LinkedIn profile.";
|
|
15004
|
-
readonly docPath:
|
|
15004
|
+
readonly docPath: string;
|
|
15005
15005
|
readonly tags: ["LinkedIn", "Waterfall"];
|
|
15006
15006
|
readonly managedProviders: ["prospeo", "icypeas", "clado"];
|
|
15007
15007
|
readonly allowedUserConnectionProviders: ["prospeo", "icypeas", "clado"];
|
|
@@ -15076,7 +15076,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
15076
15076
|
readonly lifecycle: null;
|
|
15077
15077
|
readonly description: "Find the URL for a prospect's LinkedIn profile from their personal or professional email address.";
|
|
15078
15078
|
readonly tags: ["LinkedIn"];
|
|
15079
|
-
readonly docPath:
|
|
15079
|
+
readonly docPath: string;
|
|
15080
15080
|
readonly billableOperations: {
|
|
15081
15081
|
readonly "leadmagic-profile-url-from-email": {
|
|
15082
15082
|
readonly provider: "leadmagic";
|
|
@@ -15142,7 +15142,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
15142
15142
|
readonly allowedUserConnectionProviders: [];
|
|
15143
15143
|
readonly managedProviders: ["pipe0"];
|
|
15144
15144
|
readonly description: "Find the LinkedIn profile URL by using the prospect's name as input.";
|
|
15145
|
-
readonly docPath:
|
|
15145
|
+
readonly docPath: string;
|
|
15146
15146
|
readonly tags: ["LinkedIn"];
|
|
15147
15147
|
readonly billableOperations: {
|
|
15148
15148
|
readonly "pipe0-get-profileurl-from-name": {
|