alialjohani | 2018-12-19 14:18:23 UTC | #1
Dears,
I would like to use web API which has following characteristics:
- POST method HTTP/HTTPS and 2) Content-Type:application/x-www-form-urlencoded
Is this possible?
Best Regards, Ali
tim.smith | 2018-12-19 14:48:33 UTC | #2
Data actions require JSON. source
- A web service that supports the following items: * JSON-based web service calls.
Jason_Mathison | 2018-12-19 15:03:04 UTC | #3
Hi Ali,
I think that it may be possible.
This page shows an example of an action using the URL encoded type: https://help.mypurecloud.com/articles/how-to-use-the-user-defined-oauth-credential-type/
A couple of restrictions: Data Actions only support HTTPS, HTTP will not work. The web service will need to respond with a content-type of application/json with a valid json object.
--Jason
system | 2019-01-19 15:03:04 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 4225