For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creating Custom Actions and Capabilities

Custom actions allow GUMU™ Co-Pilot to retrieve specific information from Sage CRM.

For example, an action can be created to retrieve customer sales history from a Sage CRM custom entity such as:

vcustomersaleshistory

Step 1: Navigate to Actions

Log in to Bportaly and navigate to:

Configuration → Actions → New

Step 2: Create a New Action

Click New to create a new action.

Enter the required action details, including:

  • Action Name

  • Object/Entity Name

  • Required input fields

  • Required output fields

  • Action script

Example Entity

For example:

Important: The object/entity name must be entered in lowercase.

Step 3: Add the Action Script

Use the following script format for the action(user can replace it by custom entity name):

Important

The action name and script/function name must match.

For example:

Action Name:

Script/Function Name:

Vcustomersaleshistory

Last updated