Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose all Nexmo flags in NexmoMessage, i.e. concat-* #31

Open
jbtibor opened this issue Jul 23, 2015 · 0 comments
Open

Expose all Nexmo flags in NexmoMessage, i.e. concat-* #31

jbtibor opened this issue Jul 23, 2015 · 0 comments

Comments

@jbtibor
Copy link

jbtibor commented Jul 23, 2015

https://docs.nexmo.com/index.php/sms-api/handle-inbound-message
Some of the missing:
keyword: First word in the message body, typically used with short codes
concat: Set to true if a MO concatenated message is detected
concat-ref: Transaction reference, all message parts will shared the same transaction reference
concat-total: The total number of parts in this concatenated message set
concat-part: The part number of this message within the set (starts at 1)

Or you could have an originalMessage property what would hold all get parameters so that new additions to Nexmo API can be used without updating your library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant