Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
node_crisp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web
node_crisp
Commits
387aadb9
Commit
387aadb9
authored
Jun 25, 2021
by
Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edita mensaje preguntar apellido
parent
137ec0f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
handlers.js
handlers.js
+3
-2
No files found.
handlers.js
View file @
387aadb9
...
...
@@ -2,6 +2,7 @@ const crisp = require('./crisp.js');
const
utils
=
require
(
'./utils.js'
);
const
pasos
=
require
(
'./pasos.js'
);
const
is
=
require
(
'./endpoints/is.js'
)
const
UserData
=
require
(
'./data/UserData'
);
let
LINK_SOLICITAR_ACCESO_POR_EMAIL
=
'https://www.integrandosalud.com/es-ar/integrando-pacientes-solicitar-acceso-por-email/'
;
...
...
@@ -233,8 +234,8 @@ module.exports =
}
else
{
await
crisp
.
sendTextMessage
(
website_id
,
session_id
,
`No encuentro médicos con el nombre
${
nombreMedico
}
en la provincia`
);
await
crisp
.
sendTextMessage
(
website_id
,
session_id
,
"Por favor, reintente ingresar el
nombre
"
);
await
crisp
.
sendTextMessage
(
website_id
,
session_id
,
"¿C
ómo se llama el
médico?"
);
await
crisp
.
sendTextMessage
(
website_id
,
session_id
,
"Por favor, reintente ingresar el
apellido
"
);
await
crisp
.
sendTextMessage
(
website_id
,
session_id
,
"¿C
uál es el apellido de tu
médico?"
);
}
},
ask_medico_especialidad
:
async
function
(
message
,
userData
,
website_id
,
session_id
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment