SendEmail command
The SendEmail command is used for sending out e-mails to e-mail addresses. The e-mails are originated from an API extension.
To send an e-mail you need to connect an e-mail server to Ozeki Phone System and you need to set up a dial play.
Find out how you can connect to install an e-mail provider and set up the dial plan.
<SendEmail> command example usage:
You can use it to send out e-mail based receipts. For example a customer pays through an IVR and gets an e-mail receipt. You can also use it to send out a new password for a client as a response to his IVR based request. Or if a client orders a product through IVR, he/she could get the payment details in e-mail.
Parameters:
Parameter name | Value | Description | Mandatory |
ApiExtension | int value, e.g. 9994 |
Extension from where the e-mail will be sent, it must be a configured API extension. It can be omitted if sent in a response to a call notification. | No |
Sender | string value, an e-mail adddress |
Sender address of the e-mail. | No |
Recipient | string value, an e-mail adddress |
Destination address of the e-mail. | Yes |
Message | string value, e.g. Hello! How are you? |
Email text to send. It can be provided between the command nodes. | No |
Subject | string value, e.g. We had fun |
Subject of the email to send. | No |
Attachment | string value, c:example.pdf |
Attachment of the email to send. | No |
GoTo, RecordCompleted, DtmfEntered, SMSDeliveryReport, IncomingSMS, IncomingCall, CallConnected
More information
- SQL command
- OzML Array command
- OzML BlindTransfer HTTP command to Ozeki Phone System
- OzML Call HTTP command to Ozeki Phone System
- OzML Delay HTTP command to Ozeki Phone System
- OzML DeleteFile Command
- OzML ForEach command
- OzML GoTo HTTP command to Ozeki Phone System
- OzML Hangup HTTP command to Ozeki Phone System
- OzML MoveFile command
- OzML Play HTTP command to Ozeki Phone System
- OzML ReceiveAlarmNotification
- OzML Record HTTP command to Ozeki Phone System
- OzML Reject HTTP command to Ozeki Phone System
- OzML SendAlarmNotification
- OzML SendEmail HTTP command to Ozeki Phone System
- OzML SendSMS HTTP command to Ozeki Phone System
- OzML Speak HTTP command to Ozeki Phone System
- OzML Userinput HTTP command to Ozeki Phone System
- OzML Var command