Invokes internal APIs.

Prerequisite: API must exist within the Conga RLP.

Use Case: Suppose you want to fetch active user data from an API:

  • URL: https://api.example.com/users
  • Method: GET
  • Content: (Leave blank for GET requests)
  • Request Headers: Content-Type: application/json
  • Query Params: status=active

In this case, you can name the output variable activeUsers, where the system will store the fetched user data.

Properties, Entry Criteria and activity information

Properties represent the values used to perform the operations of an activity and Entry Criteria serve as conditions that determine whether an activity should be executed.

FieldDescription

Properties

URL

Enter the URL to which you will send the HTTP request.

Method

Select the HTTP method for the request (e.g., GET, POST).

Content

Enter the HTTP JSON content to include with the request.

Request Headers

Specify additional headers to send with the request.

To add multiple parameters, click Add. To remove all parameters, click Remove All.

Query Params

Enter query parameters to send with the request.

To add multiple parameters, click Add. To remove all parameters, click Remove All.

Output

Activity Output

Enter a variable name to store the output. The system will create a variable that holds the data based on your specified properties.

Common
NameEnter the technical name of the activity.
Display NameThis field auto-populates but can be changed if needed.
DescriptionProvide a description that is relevant to the activity.