Recent content by allneedsdigital

  1. A

    how to pass on original request to other system after processing?

    Given thier API is expecting callstatus change from twilio, i guess it should be same for all clients as its sent by twilio. Here is what twilio sends to ANY twiml app. (telfon in this case) https://www.twilio.com/docs/voice/twiml#statuscallback-request-parameters
  2. A

    how to pass on original request to other system after processing?

    They dont have api documents ( i have asked though) but i am wondering if dataforwarder APP would work in this scenario?
  3. A

    how to pass on original request to other system after processing?

    I am able to get step A and Steb B working just wonder how to pass the original request to telfon . Link
  4. A

    how to pass on original request to other system after processing?

    I use telfon app to make calls using twilio numbers. Once is set up telfon, twilio creates a) Call Webhook. - telfon b) Status Change Webhook - telfon I am using CallWebhook to initiate call on my telfon app (which works now) I use pabbly webhook to received status change (call...
  5. A

    how to pass on original request to other system after processing?

    my use case is, i get twilio call status webhook request to pabbly, i process the record pass on original request with header/body to another system
  6. A

    Mytelfon and twilio

    Hi I use mytelfon app to make and receive calls using twilio number. By linking , telfon with twilio i get TwiML apps created with following settings and it works well TwiML App Name Configuration MyTelfon Voice: https://api2.mytelfon.com/api/voice Messaging...
  7. A

    Mytelfon and twilio

    Hi I have twilio mobile and use MyTelfon application to make /receive calls/sms from mobile app. This creates following configuration with twillio (attached). how can i still integrated pably here so i can get information about call made or received on twilio number? do i need to update this...
Top