Hi. I am trying to set up a Call URL action to the Mailgun API. I've read what I could find on this forum but could not find a solution. The documentation is very basic, I found no examples on how to use the custom POST functionality. This is the format that Mailgun expects using curl:
Does anyone know how to format a Custom Post using call URL to match this structure? Thank you. Andreas asked 09 Aug, 10:47 AndreasT |
Hi AndreasT - After some Googling I found the -F means the next data is a form field. https://curl.se/docs/manpage.html#-F So you'd configure the Call URL action something like this: https://www.poweradmin.com/help/latestsmhelp.aspx?page=action_callurl.aspx answered 09 Sep, 17:34 Doug ♦♦ Great, thanks. Got it working now. I knew about the form fields but I had tried to send it as a Custom POST block and not as individual fields.
(10 Sep, 03:09)
AndreasT
|