26 lines
795 B
JSON
26 lines
795 B
JSON
{
|
|
"id": "outlook-interviews",
|
|
"name": "career-ops-plugin-outlook-interviews",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"description": "Outlook interview ingest — detect interview invitation emails via Microsoft Graph, extract company / role / meeting link, and surface them in the career-ops pipeline.",
|
|
"repo": "https://github.com/Schlaflied/career-ops-plugin-outlook-interviews",
|
|
"sha": "ac70c743a28733eeb9602b3f620689e4d01bc26c",
|
|
"hooks": [
|
|
"ingest"
|
|
],
|
|
"requiredEnv": [
|
|
"MSGRAPH_CLIENT_ID",
|
|
"MSGRAPH_REFRESH_TOKEN"
|
|
],
|
|
"optionalEnv": [
|
|
"MSGRAPH_CLIENT_SECRET"
|
|
],
|
|
"allowedHosts": [
|
|
"login.microsoftonline.com",
|
|
"graph.microsoft.com"
|
|
],
|
|
"registrationIssue": "https://github.com/santifer/career-ops/issues/1396",
|
|
"addedAt": "2026-07-01"
|
|
}
|