Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/sim/enrichments/work-email/work-email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const workEmailEnrichment: EnrichmentConfig = {
icon: Mail,
inputs: [
{ id: 'fullName', name: 'Full name', type: 'string', required: true },
{ id: 'companyDomain', name: 'Company domain', type: 'string' },
{ id: 'companyDomain', name: 'Company domain', type: 'string', required: true },
Comment thread
TheodoreSpeaks marked this conversation as resolved.
Comment thread
TheodoreSpeaks marked this conversation as resolved.
{ id: 'linkedinUrl', name: 'LinkedIn URL', type: 'string' },
],
outputs: [{ id: 'email', name: 'email', type: 'string' }],
Expand Down
Loading