ACL error when using Email API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 01:06 AM
I am trying to use the ServiceNow Email API ("api/now/v1/email") but I am getting following error message:
"error": {
"message": "Operation Failed",
"detail": "ACL Exception. Send Failed due to security constraints"
},
"status": "failure"
I have already provided the table read and write roles and also provided the email_api_send role to the user. What might be the issue here?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 01:47 AM
Hi, Any fix identified for this?
We face teh same issue after upgrading to Washington DC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 07:46 AM
Make sure the user has the "create" role on the sys_email table in addition to read and write.