$response = $novu->triggerEvent([
'name' => 'work-with-us-email',
'payload' => [
'fullName' => $arrData['full_name'],
'education' => $arrData['education'],
'experience' => $arrData['experience'],
'keySkills' => $arrData['key_skills'],
'previousEmployer' => $arrData['previous_employer'],
'position' => $jobPosition[0]['name'],
'phoneNo' => $arrData['phone'],
'emailName' => $arrData['email'],
'coverLetter' => $arrData['cover_letter'],
'url' => base_url(),
'attachments' => [
'file' => file_get_contents($arrEmailDetails['file_path']),
'name' => 'resume',
'mime' => 'application/octet-stream',
],
],
'to' => [
'subscriberId' => '670ca1e58b5274f54798ae1b',
'email' => $careersEmailId,
],
])->toArray();
$response = $novu->triggerEvent([
'name' => 'work-with-us-email',
'payload' => [
'fullName' => $arrData['full_name'],
'education' => $arrData['education'],
'experience' => $arrData['experience'],
'keySkills' => $arrData['key_skills'],
'previousEmployer' => $arrData['previous_employer'],
'position' => $jobPosition[0]['name'],
'phoneNo' => $arrData['phone'],
'emailName' => $arrData['email'],
'coverLetter' => $arrData['cover_letter'],
'url' => base_url(),
'attachments' => [
'file' => file_get_contents($arrEmailDetails['file_path']),
'name' => 'resume',
'mime' => 'application/octet-stream',
],
],
'to' => [
'subscriberId' => '670ca1e58b5274f54798ae1b',
'email' => $careersEmailId,
],
])->toArray();