-
Notifications
You must be signed in to change notification settings - Fork 0
/
flexio.yml
53 lines (49 loc) · 1.6 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
53
title: FullContact
description: Functions for accessing your FullContact info
image:
src: https://static.flex.io/assets/logos/fullcontact.png
alt: FullContact logo
functions:
- path: fullcontact-enrich-people.py
- path: fullcontact-enrich-org.py
- path: fullcontact-find-person.py
templates:
- name: enrich-email-list
title: 'Enrich an email list with profile data'
description: 'Add profile and company data from FullContact to a list of email addresses'
gsheets_spreadsheet_id: ''
excel_spreadsheet_path: ''
is_public: false
is_private: false
- name: lookup-data-for-people
title: 'Lookup data for people'
description: 'Lookup data for a list of people using their email address or LinkedIn profile'
gsheets_spreadsheet_id: ''
excel_spreadsheet_path: ''
is_public: false
is_private: false
- name: lookup-data-for-companies
title: 'Lookup data for companies'
description: 'Lookup data for a list of companies using their website domain'
gsheets_spreadsheet_id: ''
excel_spreadsheet_path: ''
is_public: false
is_private: false
prompts:
- element: form
name: form_api_key
title: FullContact API key
description: |
Use your FullContact API key to access the same APIs that power all FullContact tools.
class: el-form--cozy el-form__label-tiny
rules:
fullcontact_api_key:
- required: true
message: Please enter a valid API key to continue.
form_items:
- element: input
type: text
name: fullcontact_api_key
label: API key
placeholder: API key
value: ''