While calling external API timeout issue coming

P

Pabblymember11

Guest
1. "SendAnguscontact" this workflow sometime is work and sometime is not. But "AngusInvitationFlow" this workflow is not working in long time. Could you please check. My end point is working fine in postman.
As we can see from the API call from your workflow, we cannot see that the API call is working fine.

1725879021878.png


Please share the cURL request which is working fine.
 
P

Pabblymember11

Guest
Team- Its GET call NOT POST. Please change GET it will work.
We have verified this with a GET request, and the API call is still unresponsive as it is taking more than 25 seconds. Please contact the API provider to check the response time.

1725881191056.png
 
P

Pabblymember11

Guest
Please note that we only support API requests with endpoint URLs using HTTPS. For security reasons, HTTP (without the "s") is not supported. Kindly update your request to use an HTTPS endpoint to ensure a successful connection.
 
Please note that we only support API requests with endpoint URLs using HTTPS. For security reasons, HTTP (without the "s") is not supported. Kindly update your request to use an HTTPS endpoint to ensure a successful connection.
Thank you for your suggestion. I will check at my end and get back to you again.
But I have seen some of the request is working for same URL. how that was happened. See below snapshot on my another workflow.

1726211979550.png
 
Last edited:
P

Pabblymember11

Guest
While it might seem that some requests are working over HTTP, this could be due to temporary or legacy configurations that may still allow HTTP requests in certain environments. However, as a standard and secure practice, our system officially supports only HTTPS to ensure data encryption and security.
 
Top