I am using Twilio to forward incoming SMS to email, using a self-hosted php webhook page, which sends the SMS as an email.
I'd like to include some info from the Twilio account/number in the webhook params - specifically the Twilio "Friendly Name" for the number. And if it's possible, additional user-configurable text for the number (though I don't see anywhere I could configure any more info).
Is "Friendly Name" (and other acct info) available to add to the webhook URL?