I am receiving the same information in the following POST body arguments from twilio callback requests:
Caller and Called
From and To
I couldn't find any documentation about the first arguments. Are Caller and Called deprecated?
I am receiving the same information in the following POST body arguments from twilio callback requests:
Caller and Called
From and To
I couldn't find any documentation about the first arguments. Are Caller and Called deprecated?
To and From should be used.
Caller
and Called
are duplication of From
and To
. Used for consolidation data for additional info, like FromCity, FromState, ToCity, ToState
etc. If such data is available.