-
Notifications
You must be signed in to change notification settings - Fork 0
/
flexio.yml
52 lines (49 loc) · 1.71 KB
/
flexio.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
title: Hunter
description: Functions for accessing your Hunter info
image:
src: https://static.flex.io/assets/logos/hunter.png
alt: Hunter logo
functions:
- path: hunter-enrich-org.py
- path: hunter-enrich-people.py
- path: hunter-verify-email.py
templates:
- name: find-email-addresses-at-company
title: Find email addresses at a company
description: Get a list of email addresses and email confidence scores for a company
gsheets_spreadsheet_id: 168vaaxTIsWhLYIzwhIIycfnTD6BoxNlYWPPxLpozKG0
excel_spreadsheet_path: ''
is_public: true
is_private: false
- name: find-email-addresses-for-list-of-people
title: Find email addresses for a list of people
description: Lookup the email addresses and the email confidence scores for a list of people
gsheets_spreadsheet_id: 16gGIVz3I-W8LZ7FAuekWotv5TKp4nv6xkQ_upjDsAbg
excel_spreadsheet_path: ''
is_public: true
is_private: false
- name: verify-list-of-email-addresses
title: Verify a list of email addresses
description: Lookup the status and confidence scores for a list of email addresses
gsheets_spreadsheet_id: 1SeUn1PwdnqJbLpi7-MXznjCXDN9We3HMXdvyynBIsrs
excel_spreadsheet_path: ''
is_public: true
is_private: false
prompts:
- element: form
name: form_api_key
title: Hunter API key
description: |
Use your Hunter API key to access the same APIs that power all Hunter tools.
class: el-form--cozy el-form__label-tiny
rules:
hunter_api_key:
- required: true
message: Please enter a valid API key to continue.
form_items:
- element: input
type: text
name: hunter_api_key
label: API key
placeholder: API key
value: ''