clicksend-plsql-api icon indicating copy to clipboard operation
clicksend-plsql-api copied to clipboard

Clicksend API for Oracle PL/SQL

Results 4 clicksend-plsql-api issues
Sort by recently updated
recently updated
newest added

Local variable anchor based on mailgun_settings, should be clicksend_settings

bug

Upload a file, optionally do a conversion. function **upload** (file_content in blob, convert in [fax, mms, csv, post]) returns url Add an overload for **send_mms** that accepts file_content as a...

enhancement

function **get_usage** (month in date, type in [subaccount, sms, voice, fax, post, email]) returns pipelined array of t_clicksend_stat (subaccount_id, username, count, price)

enhancement

function **get_subaccounts** returns pipelined array of t_clicksend_subaccount (subaccount_id, api_username, email, phone_number, first_name, last_name, api_key, access_users, access_billing, access_reporting, access_contacts, access_settings, access_sms, access_email, access_voice, access_fax, access_post, access_reseller)

enhancement