Giter VIP home page Giter VIP logo

Comments (1)

huzaif-plivo avatar huzaif-plivo commented on June 26, 2024

@robertjustjones Thank you for bringing this to our attention. Depending on the type of request, the parameter requestUuid can be Array<string>Β or string. If the call is to a single destination number, our response is as follows.

CreateCallResponse {
  apiId: '31bba055-e65f-11ec-bfda-0242ac110008',
  message: 'call fired',
  requestUuid: 'e5e13378-26bc-48f0-8494-4893746545b7'
}

However, if the call is to multiple destinations, i.e. a bulk call, the response is as follows.

CreateCallResponse {
  apiId: '39f42949-e65f-11ec-95f3-0242ac110002',
  message: 'calls fired',
  requestUuid: [
    'bdbf278e-ae49-4035-b68e-8a0087bb243c',
    '8db669c3-f888-4a53-acce-d18638161ee5'
  ]
}

I've created a PR that should resolve this issue. If you have any further questions, please contact our support team.

from plivo-node.

Related Issues (20)

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.