27-06-19 02:55 AM
Answered! Go to Answer.
27-06-19 05:12 PM
27-06-19 06:11 AM
27-06-19 05:12 PM
06-08-20 08:31 PM
07-08-20 08:51 AM
11-01-22 10:36 AM
Hi Team,
I am trying to call Twilio API to send SMS which post method. I want to send body parameters like To, From, and SMS text. Not sure how to send the body. I'm referring to this document for web API calls. https://bpdocs.blueprism.com/bp-6-10/en-us/z-pdf/web-api/v6.10%20Web%20APIs%20-%20User%20Guide.pdf
In parameter
In Process-
Its Giving error status code 400 as "21604- A 'To' phone number is required"
11-01-22 05:14 PM
12-12-23 04:32 PM
Hi Eric Wilson,
I try to update a ticket on EasyVista via an API call (PUT method) but it does not work, it works very well via PostMan but with the action which I created in my web service I have this error :
Internal : Unexpected error Error during Web API HTTP Request
HTTP Status Code: 590
HTTP Response Content: {
"type": "about:blank",
"title": "Internal Easyvista Error",
"status": 590,
"message": "An internal error occurred.\r\n Please try again later or contact the system administrator.",
"correlationId": "657832bd35275",
"instance": "/api/v1/50004/actions/S230131_072"
}
You Can find more explication with picture
12-12-23 08:22 PM
Hello @SLIMANE OUZIALA,
I'm not familiar with EasyVista or their API, but looking at the online documentation at the following link it seems the end point you're using doesn't match what their documentation says it should be for the Update Ticket PUT method.
They show the action path as /requests/{rfc_number} where rfc_number is the ticket number.
Perhaps if you share some screenshots of the endpoint test you have in Postman, that might help.
Cheers,
12-12-23 09:15 PM
Hollo Eric,
First, thank you for you help,
I use the same doumetation for this action, but for Validate ticket I have to use .../actions/{rfc_number}
the linke is here : https://wiki.easyvista.com/xwiki/bin/view/Documentation/Integration/WebService%20REST/REST%20API%20-%20Finish%20an%20action%20attached%20to%20an%20incident-request/
Here you can find a copy of my Postman request
Thank you for your help.