To configure the email service, see Outbound email. |
You can use the IDM outbound email service over REST at the external/email
endpoint:
URI | HTTP Operation | Description |
---|---|---|
/openidm/external/email?_action=send |
POST |
Sends an email. |
/openidm/external/email?_action=sendTemplate |
POST |
Sends an email template. |
For complete examples, see Send mail using REST.