Context

This parameter contains the details of the context for which the plug is being invoked. The context object will be different for different entities of SalesIQ.

ParameterDescription
entity_type

The type of entity where the plug is being integrated and invoked.

Ex: bot

entity_id

Unique ID for the entity

Ex: Bot ID

app_idUnique ID for the app

Sample Code:

Copied{
	entity_type : "bot",// as it is used in codeless bot
	entity_id 	: $botId
 	app_id 	:  $appId
}