Guest lecture offer for College of Business: analytics in practice
2026-07-15 09:05 · to Monica Feld <mfeld@northgate.edu> · Northgate State University · sent
Email as sent
Guest lecture offer for College of Business: analytics in practice
Dear Dr. Feld, I teach applied analytics to working professionals and would like to offer a guest lecture or a short workshop for College of Business at Northgate State University this coming term. The sessions I run most often cover forecasting for small businesses, building a KPI dashboard from raw exports, and the mistakes that show up in first analytics projects. Each runs 60 to 90 minutes and needs no preparation from your faculty. I am also available for adjunct teaching in Business courses, in person or online. My CV is attached; the teaching section lists the courses I have taught and their evaluations. Would a short call in the next two weeks work? I can also send a one-page outline of a session first if that is easier. Dr. Priya Raman Analytics practitioner and adjunct instructor priya.raman.teaching@gmail.com
| Template | Business analytics guest lecture |
|---|---|
| Transport | gmail |
| Gmail message id | 18f0018b2edb9c4c |
| Gmail thread id | 18f0018b2edb9c4c |
Gmail API request
users.messages.send takes one field, raw: the whole RFC 2822 message (headers, text, the PDF as a MIME part) encoded base64url. This is what was built for this email.
{
"request": "POST https://gmail.googleapis.com/gmail/v1/users/me/messages/send",
"authorization": "Bearer <OAuth access token, scope gmail.send>",
"body": {
"raw": "RnJvbTogIkRyLiBQcml5YSBSYW1hbiIgPHByaXlhLnJhbWFu... (2076 base64url characters)"
},
"decoded_message": {
"headers": {
"From": "\"Dr. Priya Raman\" <priya.raman.teaching@gmail.com>",
"To": "Monica Feld <mfeld@northgate.edu>",
"Subject": "Guest lecture offer for College of Business: analytics in practice",
"Message-ID": "<178890307142.4.16851095411412671910@gmail.com>",
"MIME-Version": "1.0",
"Content-Type": "multipart/mixed; boundary=\"===============9130397201842080007==\""
},
"parts": [
"text/plain",
"application/pdf (attachment cv-priya-raman.pdf, 15 bytes)"
]
}
}