When building and integrating with different systems and API requirements a designer may need to make requests using a form URL encoded structure.
This How To outlines how this can be achieved through the send an HTTP request action in UI Builder.
Within your desired workflow, to trigger the request from your Send an HTTP request
you will need to:
application/x-www-form-urlencoded
:body
of the request to be a string
value:<aside> 💡 Make sure you're building URL-concatenated parameters
</aside>
The body of a request may contain spaces and/or non-URL-friendly characters. This needs to be URL friendly and depending on your request the body value can quickly become complex to maintain.