-
Suggestion
-
Resolution: Unresolved
-
17
-
5
-
NOTE: This suggestion is for JIRA Service Desk Cloud. Using JIRA Service Desk Server? See the corresponding suggestion.
Problem Definition
It's currently not possible to send an invite email to a customer, that already exists, via REST API.
Suggested Solution
Add a (re)send an invite email call into the API.
Workaround
None.
- is related to
-
JSDCLOUD-4425 Allow customer notification when created via REST API
- Closed
-
JSDSERVER-4426 REST API to (re)send an invite email to an already created Customer
- Closed
- relates to
-
JSDCLOUD-6306 Add a REST API for Customer creation with invitation email
- Gathering Interest
-
JSDCLOUD-14353 Allow "Add service project customer" action to send invitation email once customer invited
- Gathering Interest
Form Name |
---|
It's not a nice way but it is a workaround:
You can use the same API as the web ui uses to resend the invite email.
In JS using fetch, it could look something like this: