Git Product home page Git Product logo

clicksend-plsql-api's People

Contributors

jeffreykemp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

clicksend-plsql-api's Issues

send test sms

send_test_sms

allows sending an sms immediately (bypass the queue), optionally with different settings (that don't change the stored settings).

sms configuration in apex.oracle.com

I have developed one application in apex.oracle.com instance. so i want to configure this sms app. So Please suggest me how to configure it.

Thanks in advance.

Non-prod environment settings

Allow quarantining messages from a non-prod (dev or test) database instance. e.g. suppress entirely, or send them to a designated recipient list.

  • init - add p_prod_instance_name, p_non_prod_recipient
  • send_sms, etc. - if p_prod_instance_name is set, compare to global_name;
    • if it matches, send the message as normal
    • if it doesn't match, treat this instance as a dev/test instance:
      • if p_non_prod_recipient is set, replace the recipient with just p_non_prod_recipient;
      • otherwise, don't send the message.

get_usage

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)

Is Https server is mandatory?

Hi,
i am facing issue "Network access denied by ACL ORA-24247". my Oracle Serv er is http. will it work only with https server?

i completed all the steps and set the the account as well.

ACL Error

upload

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 blob instead of a url.

get_subaccounts

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)

get_languages

function get_languages
returns pipelined array of t_clicksend_lang
(lang_code, country_desc, female [Y or null], male [Y or null])

get_sms_history

function get_sms_history (from_dt, until_dt)
returns pipelined array of t_clicksend_sms_history
(event_dt, mobile, message, status, sender, schedule_dt, status_code, status_text, error_code, error_text, message_id, message_parts, message_price, reply_email, custom_string, subaccount_id, country, carrier)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.