request multipart/form-data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arturkulik
    Senior Member
    • Apr 2025
    • 106

    #1

    request multipart/form-data

    Hi, guys, can You help me telling how to send:
    multipart/form-data
    request

    i need to send files via this kind of form
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9802

    #2
    Hi,

    Do you mean via Workflow/BPM?

    Comment

    • arturkulik
      Senior Member
      • Apr 2025
      • 106

      #3
      Originally posted by yuri
      Hi,

      Do you mean via Workflow/BPM?
      exactly

      Comment

      • yuri
        EspoCRM product developer
        • Mar 2014
        • 9802

        #4
        You can specify the needed content-type in the Headers parameter. The request payload body can be served in a formula variable, where the value is string. You will need to prepare the value in a script before.

        Comment

        Working...