http

Make an arbitrary HTTP request.

The http action allows users to make an arbitrary HTTP request for a Pub.

The http action has five configurations: 

  • URL (required): The URL to send the request to
  • Method (required): HTTP method to use. Defaults to GET
  • Bearer token (optional): will put as “Authorization: Bearer <token>”,
  • Response (optional): expected type to return. Can select options for json, text, binary; defaults to json.
  • Output Map (optional): If retrieving information via the API request to map to a specific Pub field, this dropdown menu allows users to map the response field to the specified pub fields.
An unconfigured http Action