7 ms·
It was already there. I should have added it in Navbar too which I just did. Thanks for correction. https://postack.dev/pricing https://postack.dev/pricing
by ufarooqi 2y ago
It was already there. I should have added it in Navbar too which I just did. Thanks for correction.
https://postack.dev/pricing https://postack.dev/pricing
- cranberryturkey 2y agoyou should tell us what "per segment" means. Never heard of it. I use twilio mostly.
- gelstudios 2y agoHave you ever had an SMS get chunked into two? A segment is the character (really byte) limit for a single message.
- ufarooqi 2y agoTwilio also charges per segment, they are probably not transparent. So a segment means 160 characters (It’s a bit more complicated than that). So if you want to send an 320 characters long SMS. You are sending two segments. Let me know if it makes sense?
- cranberryturkey 2y agothat makes sense. you should put a * with a defintiion or something
- ufarooqi 2y agoI'll add a tooltip.