Skip to main content
Question

Http request automation using form data


kmukai
Forum|alt.badge.img

Is it possible to make an http request (automation) with XML content?
 

 

3 replies

marcosmelo
Forum|alt.badge.img+18
  • Pipefy Legend
  • 1465 replies
  • August 7, 2024

I believe so. perform a test with the xml provider API


marcelo.shiba
Pipefy Staff

Yes, it is possible Kamik.

You can override the default content header in `Header/Value` field, if you want (bear in mind that Pipefy do not provide any validation here, please):

{“content-type”: “text/xml”}

 

and add a xml text as body: 

<?xml version="1.0" encoding="UTF-8"?>
<note>
  <to>Tove</to>
  <from>Jani</from>
  <heading>Reminder</heading>
  <body>Don't forget me this weekend!</body>
</note>

 


marcosmelo
Forum|alt.badge.img+18
  • Pipefy Legend
  • 1465 replies
  • August 8, 2024

great tip


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings