GMarielis

Untitled

May 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. UPDATE IntegrationMiddleware.step_configuration SET name = 'MovistarMxSendFullConnectionLeadForm', type = 'form', text = null, textClean = null, parameter = '[{
  2. "label": "Número de teléfono de 10 dígitos",
  3. "ref": "phone_number",
  4. "required": true,
  5. "type": "number",
  6. "regex": "\\d{10,}"
  7. },
  8. {
  9. "type": "hidden",
  10. "ref": "idLead",
  11. "value": "1308"
  12. },
  13. {
  14. "type": "next_step",
  15. "value": "MovistarMxSendFullConnectionLead"
  16. }
  17. ]', botId = 1073, alias = 'Lead Full Connection FB' WHERE id = 2511;
  18. UPDATE IntegrationMiddleware.step_configuration SET name = 'MovistarMxContactLeadForm', type = 'form', text = null, textClean = null, parameter = '[{
  19. "label": "Nombre",
  20. "callback_label": "Ingresa tu nombre",
  21. "ref": "name",
  22. "required": true,
  23. "type": "text"
  24. },
  25. {
  26. "label": "Teléfono",
  27. "callback_label": "Ingresa tu teléfono",
  28. "ref": "phone_number",
  29. "regex": "^\\d{10,}$",
  30. "required": true,
  31. "type": "number"
  32. },
  33. {
  34. "label": "E-mail",
  35. "callback_label": "Bríndanos un e-mail de contacto",
  36. "ref": "email",
  37. "required": true,
  38. "type": "email"
  39. },
  40. {
  41. "type": "hidden",
  42. "ref": "idLead",
  43. "value": "1307"
  44. },
  45. {
  46. "type": "next_step",
  47. "value": "MovistarMxSendFullConnectionLead"
  48. }
  49. ]', botId = 1073, alias = 'Contact Lead' WHERE id = 2584;
Advertisement
Add Comment
Please, Sign In to add comment