Skip to main content
Aria Knowledge Central

send_acct_email_m

Summary

API Name send_acct_email_m
Class account_services_m
Update Version 59

Description

Sends a specified message type to a particular account holder identified by a user ID.

Inputs

Name Type Length Required Description
client_no long 22 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 No

Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call.

user_id string 32 Yes

Account's user ID.

Alternative required field: acct_no or client_acct_id

template_class string 8 Yes

Email Template Class is the category of email templates to choose from. If template_class is provided, the template_no input will be ignored.

Alternative required field: template_no or client_template_id

Allowed values:

Value Description
A Account Activation
W Account Welcome
P Password Reminder/Reset
S Service Plan Change
N Account Comment/Note
template_no long 8 Yes

The Aria-generated number of the template to use for sending email. Used only when template_class is not provided.

Alternative required field: client_template_id or template_class

client_receipt_id string 50 No

Client-defined unique identifier used to track related system actions

client_template_id string 100 Yes

The client-defined specific Email Template to send

Alternative required field: template_no or template_class

contact_no long   No

The Aria-assigned address sequence number.

acct_no long   Yes

Aria-assigned account identifier. This value is unique across all Aria-managed accounts.

Alternative required field: user_id or client_acct_id

client_acct_id string 50 Yes

Client-defined account identifier.

Alternative required field: acct_no or user_id

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

TOP
  • Was this article helpful?