Career অসম
Loading Employer Portal...
Publisher Logo
Career Assam
Publisher Workspace
Employer & Publisher Hub

Hire the Best Talent in Assam, Instantly

Publish your recruitment notifications on Assam's premium job portal. Reach thousands of verified, high-potential candidates and accelerate your hiring with real-time push alerts.

×

Career অসম

FORGOT PASSWORD?
or Sign Up

Why Publish on Career অসম?

Assam's premium job portal designed to connect employers with verified, high-potential candidates across the Northeast.

Targeted Regional Reach

Instantly reach thousands of active candidates in Assam. Filter applicants by region, educational background, and qualifications.

Real-Time Applicant Tracking

Manage recruitment statuses seamlessly. Filter, sort, shortlist, and track candidate pipelines directly within your publisher panel.

Instant Alerts & Push Channels

Your job postings are automatically pushed via email, push alerts, and our premium WhatsApp Channel for 3x faster applicant response.

Secure & Verified Signup

All applicants verify their emails via secure 6-digit OTP, ensuring high-quality, genuine, and spam-free applications.

Easiest Way to Post a Job

Get your job advertisement published and live in 3 simple steps.

1

Quick Signup

Create a publisher account and verify your company email via secure 6-digit OTP code.

2

Fill Job Details

Submit your recruitment advertisement details, criteria, guidelines, and application links.

3

Instant Broadcast

Your job notification is reviewed and broadcasted instantly via push alerts, emails, and WhatsApp channels.

Employer Helpdesk

Need help publishing or tracking your advertisements?

Support Email help@careerasom.in
Support Hours Mon - Sat: 9:00 AM - 6:00 PM IST
Platform Head Office Mangaldai, Darrang, Assam, PIN 784125
Ticket Management Zoho Support Desk Integrated
Career অসম

Career অসম

Submitted
Acknowledgement Number ${sub.ackNumber}
Date of Submission ${submissionDate}

Employer Information

Company Name

${sub.companyName}

Contact / HR Email

${sub.email}

${sub.website ? `
Official Website

${sub.website}

` : ''}

Job Listing Details

Job Title

${sub.jobTitle}

Job Sector / Category

${sub.category}

Total Vacancies

${sub.vacancies} Positions

Salary scale

${sub.salary}

Last Date to Apply

${sub.deadlineDisplay}

Vacancy Breakdown

CAREER অসম SUBMITTED ONLINE PORTAL
Editorial Board
`); // Inject print trigger script dynamically to avoid HTML parser conflicts const scriptEl = printWindow.document.createElement("script"); scriptEl.textContent = ` window.onload = function() { setTimeout(function() { window.print(); }, 300); }; `; printWindow.document.body.appendChild(scriptEl); printWindow.document.close(); }; } catch (initError) { console.error("Error running initSubmitJobPage:", initError); } })(); // Setup dynamic list adder helper function setupDynamicRow(wrapperId, buttonId, template) { const wrapper = document.getElementById(wrapperId); const button = document.getElementById(buttonId); if (!wrapper || !button) return; button.addEventListener("click", () => { const tempDiv = document.createElement("div"); tempDiv.innerHTML = template.trim(); const newRow = tempDiv.firstChild; // Add remove listener const removeBtn = newRow.querySelector(".remove-row-btn"); if (removeBtn) { removeBtn.addEventListener("click", () => { if (wrapper.querySelectorAll(".dynamic-row").length > 1) { newRow.remove(); } else { if (typeof showToast === 'function') { showToast("At least one row is required.", "error"); } else { alert("At least one row is required."); } } }); } wrapper.appendChild(newRow); }); // Set initial row remove listener const initialRemoveBtn = wrapper.querySelector(".remove-row-btn"); if (initialRemoveBtn) { initialRemoveBtn.addEventListener("click", (e) => { const row = e.currentTarget.closest(".dynamic-row"); if (wrapper.querySelectorAll(".dynamic-row").length > 1) { row.remove(); } else { if (typeof showToast === 'function') { showToast("At least one row is required.", "error"); } else { alert("At least one row is required."); } } }); } } // Setup image upload and client side compression function setupImageUpload(fileInputId, previewId, maxWidth, maxHeight, quality, callback) { const fileInput = document.getElementById(fileInputId); const preview = document.getElementById(previewId); if (!fileInput || !preview) return; fileInput.addEventListener("change", (e) => { const file = e.target.files[0]; if (!file) return; if (!file.type.startsWith("image/")) { alert("Please select a valid image file."); fileInput.value = ""; return; } preview.innerHTML = ``; // Compress image before creating base64 const reader = new FileReader(); reader.readAsDataURL(file); reader.onload = function (event) { const img = new Image(); img.src = event.target.result; img.onload = function () { const canvas = document.createElement("canvas"); let width = img.width; let height = img.height; if (width > height) { if (width > maxWidth) { height = Math.round((height * maxWidth) / width); width = maxWidth; } } else { if (height > maxHeight) { width = Math.round((width * maxHeight) / height); height = maxHeight; } } canvas.width = width; canvas.height = height; const ctx = canvas.getContext("2d"); ctx.drawImage(img, 0, 0, width, height); const dataUrl = canvas.toDataURL("image/jpeg", quality); preview.innerHTML = ``; callback(dataUrl); }; }; }); }
Menu