Send HTTP Request

This plug-in is deprecated, unmaintained and no longer recommended for use. Refactor applications utilizing the functionality of this component to use alternatives. The functionality is available in Appian (without a plug-in) using the Integration Object.


Contains multiple Smart Services and Custom Functions which allow you to send an HTTP Request to an endpoint.

Supported request types are:

  • GET
  • POST
  • OPTIONS
  • HEAD
  • PUT
  • DELETE

Examples use cases include:

  • Google search queries
  • Calling REST APIs (e.g. Twitter updates, send SMS message)
  • Sending SOAP XML to a Web Service
  • Getting binary files over HTTP
Anonymous
Parents Comment Children
  •  you need an open API to be able to test this smart service and can try out the different methods/requests types mentioned in the description. It also supports NTLM authentication and SCS access.

    Examples of use cases are also added, which will give you some idea. I will suggest you drag and drop the smart service in the process model and check for the parameter. If this does not answer your question, let me know.