When I used an API which works completely fine in API Tester but when I use same API in Workflow to send SMS when some entity field is Updated, then following case happens:
- It would sometime save the entity fast and send sms
- but sometime it would take time to update entity and won't send sms.
Thank you in Advance...
The Error in error.log as below :
[2021-09-09 07:53:09] ERROR: Workflow[6139ad4ef3a3aa5b7]: Action failed [sendRequest] with cid [0], details: Workflow: Send Request action: https://advancesms.com.np/api/esposms; Timeout.. [] []
[2021-09-09 07:53:17] ERROR: Workflow[6139ad4ef3a3aa5b7]: Action failed [sendRequest] with cid [0], details: Workflow: Send Request action: https://advancesms.com.np/api/esposms; Timeout.. [] []
Thank you in Advance...
Comment