GET request http action workflow issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • 3rdtec
    replied
    Hello, the problem has been bypassed adding "curl_setopt($ch, \CURLOPT_SSL_VERIFYPEER, false);" into SendRequest.php file. Thank you for your help.

    Leave a comment:


  • 3rdtec
    replied
    Curl is installed
    Attached Files

    Leave a comment:


  • yuri
    replied
    Make sure you have curl extension installed.

    Leave a comment:


  • 3rdtec
    replied
    The Advanced Pack version is 2.7.0
    Attached Files

    Leave a comment:


  • yuri
    replied
    You can try to debug in application/Espo/Modules/Advanced/Core/Workflow/Actions/SendRequest.php.

    Leave a comment:


  • Maximus
    replied
    Hello,
    Please provide more info:
    1. What is your Advanced Pack version?
    2. Screenshots with the Workflow configurations (Send Request action).

    Leave a comment:


  • 3rdtec
    started a topic GET request http action workflow issue

    GET request http action workflow issue

    Hi, I have an issue with a GET request sent as http action via espocrm workflow.

    In Espo log I get the following error:

    ERROR: Workflow[603001599ded29982]: Action failed [sendRequest] with cid [0], details: Workflow: Send Request action: 0 response.. [] []

    but if I send the request via any web browser it works, as you can see in the screenshot attached.

    The url contains 2 parameters: "user_api_hash" and "lang"

    Can anyone help me understand what is the problem and how I can solve it?

    Thank you
    Attached Files
Working...