Custom Agents

The Custom Agent in AlarmWorX Multimedia enables you to create your own Multimedia agent. You can create a customized executable file by specifying parameters that the Multimedia Server will use to call the Custom Agent's interface.

 

The following configuration fields are available for the Custom Agent:

Custom Agent Settings

The Custom Agent uses the "addMAPIMessage" interface method. The Multimedia Server calls this method, which passes parameters to the agent. In the Custom Agent configuration, you can specify these parameters, which the Multimedia Server will use to call the custom agent's interface.

     [id(4), helpstring("method addMAPIMessage")]

     HRESULT addMAPIMessage(

                [in] BSTR message,

                [in] BSTR transaction_id,

                [in] VARIANT to,

                [in] VARIANT CC,

                [in] VARIANT BCC,

                [in] VARIANT attach,

                [in] BSTR subject,

                [in] VARIANT_BOOL UseShort_id,

                [in] BSTR Pin

                );

See also:

Configuring Custom Agents

Add a New Multimedia Agent

Media Templates