{ "type": "unicode", "key": "employee_id", "label": "Employee ID", "required": true }
Learn how custom attributes work in Zapier integration
{ "type": "unicode", "key": "department", "label": "Department", "choices": ["Sales", "Marketing", "Support"] }
{ "type": "unicode", "key": "skills", "label": "Skills", "choices": ["JavaScript", "Python", "Java"], "list": true }
{ "type": "unicode", "key": "department_code", "label": "Department Code", "required": false }
{ "type": "unicode", "key": "course_category", "label": "Course Category", "choices": ["Technical", "Soft Skills", "Compliance"] }
Was this page helpful?