HTTP Request used in Flowchart

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ChrisCross
    Junior Member
    • Jun 2022
    • 14

    HTTP Request used in Flowchart

    Good evening to the Espo community,

    I have built an HTTP request into a flowchart.
    Can someone tell me where this request is stored on the server? I would like to take a look at the entire request.

    Then I have another question:
    The request returns a response.
    How can I further use the content of the response in the flowchart?

    Thank´s for help.

    Greetings Chris​
  • Kharg
    Senior Member
    • Jun 2021
    • 410

    #2

    Comment

    • ChrisCross
      Junior Member
      • Jun 2022
      • 14

      #3



      Does anyone know where the requests are stored on the server?



      Comment

      • ChrisCross
        Junior Member
        • Jun 2022
        • 14

        #4
        Good evening dear Espo community,

        unfortunately I haven't really made it yet.

        For "Send HTTP Request" I need a special content type. In the selection list I would of course choose "None". I then enter the content type by hand below. It will also be transferred.
        Unfortunately, with this setting, it does not transmit any payload at all. The entry remains empty and I get a 400.
        Does anyone know where I can customize the select list or what else the problem could be?​

        Thanks for your help.

        Greetings

        Chris

        Comment

        • yuri
          Member
          • Mar 2014
          • 8442

          #5
          Hu Chris,

          What version of Advanced Pack do you use? As of the recent version, it's possible to prepare your payload in a variable (as string). Content-Type entered in headers should work.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • esforim
            Active Community Member
            • Jan 2020
            • 2204

            #6
            I don't have Workflow so I can't help you but I'm recently playing with API and HTTP at the moment and (slowly) getting better or at least very basic function of it. I suggest you using a software as it it easier to test that way.

            Here is one I recommend trying, and also my setup you can use.

            I disable many "Required Field" so you might get an error unless you do the same or add it part of the code...

            The software is call Insomnia, you can other use similar software if you like.
            Click image for larger version

Name:	image.png
Views:	184
Size:	15.6 KB
ID:	90800
            Click image for larger version

Name:	image.png
Views:	163
Size:	7.3 KB
ID:	90801

            Comment

            Working...