How do I get Whatsapp 'Context' field from Twilio API?
In the official Whatsapp Business API documentation, there's a 'context' field that indicates when a user is replying to a message.
How do get this field from the Twilio API?
Tony-Marketing-API.cn is a vibrant community dedicated to Facebook, Meta,Google Ads api, app development, Instagram, and related technologies. It offers valuable bug solutions, troubleshooting cases, and problem-solving strategies shared by users. Stay updated with real-world solutions, development tips, and the latest trends in digital marketing and app development.
In the official Whatsapp Business API documentation, there's a 'context' field that indicates when a user is replying to a message.
How do get this field from the Twilio API?
Twilio developer evangelist here.
Currently the Twilio API does not support the context field with information about message replies. The parameters that Twilio does support are listed in the documentation here and are ProfileName, WaId (WhatsApp ID, typically a phone number), Forwarded, FrequentlyForwarded, ButtonText (if using quick reply buttons), and, when receiving location messages, Latitude, Longitude, Address, and Label.
These parameters are updated as we increase our support for the WhatsApp API, so check back regularly or keep an eye on the changelog for updates.