Espocrm Lead capture problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ee1383@gmail.com
    Junior Member
    • Jun 2021
    • 2

    #1

    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?
  • Vadym
    Super Moderator
    • Jun 2021
    • 364

    #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

    • eymen-elkum
      Active Community Member
      • Nov 2014
      • 497

      #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.
      Eblasoft | EspoCRM specialists since 2014
      Consulting · Development · Integrations · Premium 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.
    • yuri
      EspoCRM product developer
      • Mar 2014
      • 10011

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

      GET is not supposed to work here.

      Comment

      Working...