MergeTriggerSMS()
Merges members to a Profile List and sends Oracle Responsys SMS Campaigns to them.
Parameters
Campaign_Name
SQL_VARCHAR(255)
The name of the campaign.
Body_File
SQL_VARCHAR(4096)
A JSON file containing the request body.
Returns
The procedure returns a JSON table with the following columns:
Column Name | Column Type |
---|---|
The Oracle Responsys ID (RIID) of the recipient. |
SQL_INTEGER |
Indicates success or failure. |
SQL_BIT |
The error message, if any, that occurred during the trigger operation. |
SQL_VARCHAR(255) |