api-snippets
api-snippets copied to clipboard
Code snippets for the Twilio API Documentation
Update the url and add subsequent TwiML instructions to Media Streams TwiML examples
Event streams webhook samples for Java, Node.js and Python.
Looking for someone that can assist me with restoring a backup of a platform. Will be super easy for a professional. Will compensate the person extremely well. Message me bradleypatterson888...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...
Add examples for taskqueue realtime statistics bulk retrieval endpoint
Hi, I am trying to implement security in ASP Net MVC app, using a Custom FIlter, following the documentation in the address https://github.com/TwilioDevEd/api-snippets/blob/master/guides/request-validation-csharp/example-1/example-1.4.x.cs does not work is this update to...
I've got a SIM800L powered up and working with a 3.3v Pro Mini. I've written my own code to send the specific AT commands to the SIM800L, and it works...
I cannot get his example to work: [notifications/sms-quickstart/send-notification-to-number/send-notification-to-number.curl](https://www.twilio.com/docs/notify/quickstart/sms?code-sample=code-send-sms-notification-to-a-number-2&code-language=curl&code-sdk-version=default#) Here is what my call looks like: curl -X POST "https://notify.twilio.com/v1/Services/IS/Notifications" --data-urlencode 'ToBinding={"binding_type":"sms", "address":"+18011234567"}' --data-urlencode 'Body=Test Message' -u 'AC1828d273602b76952c34368876b889a9:' When I run...
From bccff96e10e7760d31fba99f7659dea6b81dae3d Mon Sep 17 00:00:00 2001 From: webtechnicom Date: Thu, 19 Sep 2019 07:53:00 +0200 Subject: [PATCH] Update configure-service-instance-hooks.curl --- .../configure-service-instance-hooks.curl | 6 +++++- 1 file changed, 5 insertions(+),...
Perhaps I'm misunderstanding, but this line: https://github.com/TwilioDevEd/api-snippets/blob/2855c5c8215dbb5ce30f0fe19368aed22d7767bb/guides/request-validation-csharp-core/example-3/example-3.cs#L32 Shouldn't that be `if (!IsValidRequest(context.Request) && !IsTestEnvironment)`? If the request is not valid *and* we're not in the test environment, *then* give the...