Basic Info Page

Specify a name, description, and action to perform.

Element Description

What do you want to call your endpoint?

Provide a meaningful name so that others can understand the connection. For example, if you are creating a database connection for adding new employee data, you may want to name it CreateEmployeeInDB. You can include English alphabetic characters, numbers, underscores, and dashes in the name. You cannot include the following:
  • Blank spaces (for example, My DB Connection)
  • Special characters (for example, #;83& or righ(t)now4)
  • Multibyte characters

What does this endpoint do?

Enter an optional description of the connection’s responsibilities.

Action

Select the operation (action) you want to perform.
  • Send message: Invokes the agent. A message is sent back to the user within the agent conversation. This action is typically used to communicate information, status updates, confirmations, instructions, or results during an agent workflow. This action is part of the agent's interaction layer rather than an external notification mechanism.
  • Get task: Retrieves information about the status of an existing task instance so the agent can inspect or act on it later in the workflow. Typical uses include looking up a task by its task ID or reference, retrieving the task's current status (for example, open, assigned, and completed), and getting task details such as assignee, due date, priority, and task data.