[RTC EWM DNG RQM]Can I send an invitation email for PROJECTAREA or TEAMAREA? Use API
![]() Can I send an invitation email for PROJECTAREA or TEAMAREA? Use API
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Apr 28, 4:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Apr 28, 4:36 a.m. The DraftTeamProcessAPI is, as far as I am aware, to maintain the process configuration for project and team areas and not to send invitations. I am not aware of a public REST API for this.
In what context would such an automation run?
For EWM, there is some hint in com.ibm.team.process.internal.client.ProcessClientService.getTeamInvitation(String, String, String[]) . This is an internal API.
The Web UI uses an internal API to create the team invitation. As it is an internal API, it is not documented. You can understand how it works by looking at the browser to server communication.
Comments Thank you for the explanation.
Since you are running an external application, I would suggest you use a public E-mail API to create and send the E-Mail to your e-mail server. You can control the content of the mail and the recipients.
|