0

I am sending a tiktok url to twilio webhook. But for some reasons twilio is slicing the url and not forwarding the complete url in the message.

this is the url i am sending via text: https://www.tiktok.com/@tiktok/video/6807491984882765062

Twilio is forwarding this message body: https://www.tiktok.com

Even if I append some text before this. it still slice the url.

Also sometimes it doesn't receive a message altogether.

Adeel Tahir
  • 187
  • 2
  • 10

1 Answers1

0

I suspect the issue is that the @ sign needs to be URL Encoded when you pass it into the Twilio SDK.

tripleee
  • 175,061
  • 34
  • 275
  • 318
Matthew
  • 51
  • 1