Customize > Login Profiles You can use the Login Profiles area to create and manage login profiles, which enable administrators to specify the allowed login paths that Incent users can […]
Performing Common Tasks in Xactly Analytics
Performing Common Tasks in Xactly Analytics This section explains how to perform common tasks in Xactly Analytics. How to… Refresh a Dashboard or Analytics Report When populating a dashboard or ...
Send Email
Send Email Summary The SEND EMAIL command causes the Connect server to send the email message defined in the specified email object. Syntax send email <email_name>; Parameters Parameter Descri...
Drop Email
Drop Email Summary The DROP EMAIL command drops the specified email object. Syntax drop email [if exists] <email_name>; Parameters Parameter Description <email_name> The name of the email ...
Create Email
Create Email Summary The CREATE EMAIL command creates an email domain object. Syntax create email [if not exists] <email_name> as ([parameter_list]); Parameters Parameter Parameter List Descrip...
Alter Email
Alter Email Summary The ALTER EMAIL command modifies the specified email object. Syntax alter email [if exists] <email_name> as ([parameter_list]); Parameters Parameter Parameter List Descripti...
Send Email from Connect
Send Email from Connect Connect enables you to compose and send email messages. What’s more, you can integrate these email message objects into your processes using steps and pipelines. For [&hellip...
Use Handlebars HTML Template for Email
Connect includes a subset of the Handlebars HTML template engine. Use these templates to compose more interesting email in HTML. Our example involves a simple message displaying a list [&hellip...
Send Email with Attachments from SELECT
One of the most useful features of Connect email is the ability to query data tables and generate email attachments on the fly. For example, your ETL pipeline might execute […]