Skip to content

feat: expand MessageIntent support for message creation#951

Closed
esther-tock wants to merge 1 commit intotwilio:mainfrom
esther-tock:add-message-intent
Closed

feat: expand MessageIntent support for message creation#951
esther-tock wants to merge 1 commit intotwilio:mainfrom
esther-tock:add-message-intent

Conversation

@esther-tock
Copy link
Copy Markdown

@esther-tock esther-tock commented Apr 13, 2026

Fixes

Fixes #950
This pull request adds support for MessageIntent in message creation and expands the Message.MessageIntent enum to include the newly supported intent values (for example otp, customercare, etc.). It ensures the Java helper can serialize MessageIntent correctly on Messages create requests while preserving compatibility with existing intent values like otp, notifications, fraud, and marketing.

Checklist

  • I acknowledge that all my contributions will be made under the project's license
  • I have made a material change to the repo (functionality, testing, spelling, grammar)
  • I have read the Contribution Guidelines and my PR follows them
  • I have titled the PR appropriately
  • I have updated my branch with the main branch
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation about the functionality in the appropriate .md file
  • I have added inline documentation to the code I modified

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

@esther-tock esther-tock changed the title Add MessageIntent feat: expand MessageIntent support for message creation Apr 13, 2026
@esther-tock esther-tock marked this pull request as ready for review April 13, 2026 23:42
@sbansla
Copy link
Copy Markdown
Contributor

sbansla commented Apr 22, 2026

@esther-tock These APIs are autogenerated from open api specs. Once this feature is made public it will be available via sdk.
For your testing purpose for feature which are not yet GA, SDK jar is provided through different channel. Can you contact your product manager who can connect with Twilio.

@sbansla sbansla closed this Apr 22, 2026
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

Successfully merging this pull request may close these issues.

MessageIntent is not supported in the Java SDK

2 participants