Skip to content

Instantly share code, notes, and snippets.

@CliffordAnderson
Created February 8, 2014 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CliffordAnderson/8890610 to your computer and use it in GitHub Desktop.
Save CliffordAnderson/8890610 to your computer and use it in GitHub Desktop.
Twilio Contact Card
<ids xmlns="http://twilio/contacts">
<phone number="+1##########" option="1">
<name>####</name>
</phone>
<phone number="+1##########" option="2">
<name>####</name>
</phone>
<phone number="+1##########" option="3">
<name>####</name>
</phone>
<phone number="+1##########" option="4">
<name>####</name>
</phone>
</ids>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment