Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UPDATE IntegrationMiddleware.step_configuration SET name = 'MovistarMxSendFullConnectionLeadForm', type = 'form', text = null, textClean = null, parameter = '[{
- "label": "Número de teléfono de 10 dígitos",
- "ref": "phone_number",
- "required": true,
- "type": "number",
- "regex": "\\d{10,}"
- },
- {
- "type": "hidden",
- "ref": "idLead",
- "value": "1308"
- },
- {
- "type": "next_step",
- "value": "MovistarMxSendFullConnectionLead"
- }
- ]', botId = 1073, alias = 'Lead Full Connection FB' WHERE id = 2511;
- UPDATE IntegrationMiddleware.step_configuration SET name = 'MovistarMxContactLeadForm', type = 'form', text = null, textClean = null, parameter = '[{
- "label": "Nombre",
- "callback_label": "Ingresa tu nombre",
- "ref": "name",
- "required": true,
- "type": "text"
- },
- {
- "label": "Teléfono",
- "callback_label": "Ingresa tu teléfono",
- "ref": "phone_number",
- "regex": "^\\d{10,}$",
- "required": true,
- "type": "number"
- },
- {
- "label": "E-mail",
- "callback_label": "Bríndanos un e-mail de contacto",
- "ref": "email",
- "required": true,
- "type": "email"
- },
- {
- "type": "hidden",
- "ref": "idLead",
- "value": "1307"
- },
- {
- "type": "next_step",
- "value": "MovistarMxSendFullConnectionLead"
- }
- ]', botId = 1073, alias = 'Contact Lead' WHERE id = 2584;
Advertisement
Add Comment
Please, Sign In to add comment