video
- base
- localhost
- dev
- prod
/v2/private/salesAgent/lead/:id/video
http://localhost:1350/v2/private/salesAgent/lead/:id/video
https://dev.everdays.com/v2/private/salesAgent/lead/:id/video
https://everdays.com/v2/private/salesAgent/lead/:id/video
Available Methods​
- POST
POST /v2/private/salesAgent/lead/:id/video​
This endpoint is used by Sales Agents / Counselors to save the video that was played on the intro pages.
info
The user calling this endpoint must be Sales Agent / Counselor
Params​
| Param | Type | Description |
|---|---|---|
| videoTitle | String | Video title that was played on intro page |
Example request body
body: {
videoTitle: "Primary",
}
Returns​
The video's object.
Example return object of just user.cemeteryInfo
video: {
"videoTracks": [
"Primary"
],
"_id": "65aac82b193d22282f481ee8",
"leadId": "652818f87de10ec07c070e79",
"leadEmail": "test24@test.com",
"counselorId": "648b3543696f2e440db86ee6",
"counselorEmail": "btoma@everdays.com",
"counselorName": "sales test",
"createdAt": "2024-01-19T19:06:19.372Z",
"updatedAt": "2024-01-19T19:06:19.372Z",
"__v": 0
}