send_system_email
Sends an email notification.
Example Request:
https://jason.apogeegate.com/aicore/backbone/service?ai_login_id=apiuser&ai_login_password=APIuser123&ai_command=send_system_email&id=12&from=nobody@yourcompany.com&to=somebody@mailhost.com&{"first_name":"John","last_name":"Smith","order_details":"The order receipt/details (this includes a standard Thank-You Message)","site_name":"Your Company","site_url":"www.yoursite.com","login_page":"www.yoursite.com/login","rep_id":"Representative ID"}
Name | Type | Required | Example |
---|---|---|---|
id | Integer | Y | 12 (either 'id' or 'title' needs to be included; both is not allowed) |
title | String | Y | enrollment_order_success (either 'id' or 'title' needs to be included; both is not allowed) |
to | String | Y | recipient@theirsite.com |
from | String | N | admin@yoursite.com |
subject | String | N | Yoursite+Confirmation+Email |
vars | JSON object | N | {"first_name":"John","last_name":"Smith","order_details":"The order receipt/details (this includes a standard Thank-You Message)","site_name":"Your Company","site_url":"www.yoursite.com","login_page":"www.yoursite.com/login","rep_id":"Representative ID"} |
allow_html | Boolean | N | true |
Name | Type | Example |
---|---|---|
status | Integer | 0 |
status_message | String | Success |