Jump to content

Server Side Scriptting - Insert from URL


This topic is 2128 days old. Please don't post here. Open a new topic instead.

Recommended Posts

hello all,

I am using insert from url script step in my server scheduled script with cURL parameters.

Insert from URL step gives error 1, user cancelled action.

I have added  --max-time 30 option, but still same error code.

I changed the url to any regular web page, it works. But it still not works with orginal url (mailgun api url).

how can I handle this problem?

regards,
osman

 

Link to comment
Share on other sites

I am trying to send email via mailgun api. It works on desktop but not on psos or scheduled script.

I use just simple cURL.

The url is: "https://api:[email protected]/v3/DOMAIN/messages"

My cURL Parameters is:

-F  "[email protected]"
-F [email protected]
-F "subject=email subject"
-F "text=email text"
--form-string "html=<h1>html text</h1>"
--max-time 30 

Link to comment
Share on other sites

  • 1 month later...

This topic is 2128 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.