Announcement

Collapse
No announcement yet.

Espocrm Lead capture problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Espocrm Lead capture problem

    Hello,
    I use the wpforms plugin in WordPress.
    when connecting wpforms webhook with espocrm version 5.9.1 by below config, it works correctly and leads data transfer from WordPress to espocrm.
    but when I connect to the last version of espocrm, does not work!! what is the problem?

  • #2
    Hi!

    I reproduce a sequence of actions identical to yours, everything works as it should. Maybe the problem is on the WordPress side?
    Please check an EspoCRM log file https://docs.espocrm.com/administrat...ng/#check-logs.

    Comment


    • #3
      The problem is request type, POST must be GET

      Lastest espo versions will not support POST requests.

      EDIT:
      The above change was applied only on entry points, so it is not supposed to be the reason of the problem
      Last edited by eymen-elkum; 07-01-2021, 09:38 AM.
      CEO & Founder of Eblasoft.
      Professional EspoCRM development & extensions.

      Comment


      • ee1383@gmail.com
        ee1383@gmail.com commented
        Editing a comment
        Thanks for your response.
        I changed the request method from POST to GET but not work yet.
        I Install your plugin "Wordpress contact 7 Lead Capture" is work correctly.

    • #4
      It should be POST: https://github.com/espocrm/espocrm/b...outes.json#L92

      GET is not supposed to work here.

      Comment

      Working...
      X