php - Sending MMS messages based on user interaction? -
i trying build app loosely based on code given in link: https://www.twilio.com/help/faq/sms/how-do-i-build-a-sms-keyword-response-application question how can make sends mms messages sender instead of sms? want able send .gifs , .jpegs url link, without having go link. i'm writing in php if helps.
i've found lot of resources sms, material mms seems sparse. appreciated.
twilio evangelist here.
i'd start checking out sending messages docs in our rest api documentation. new message endpoint single resource in our api lets send either sms or mms without having care is. if have media attached, send mms, otherwise , sms.
specifically, this example shows using php helper library how send message includes both text body , image.
hope helps.
Comments
Post a Comment