ContributionsMost RecentMost LikesSolutionsRe: Error Sending Email through Email Sender Snap Found the fix. With Microsoft 365 the email ID from the account setup page and the From email have to be the same one if you haven't given permission from Microsoft admin center to "send on behalf of permission". Documentation on how to set permission. Error Sending Email through Email Sender Snap Hello everyone, I hope you’re all doing well. I am facing an issue while trying to send an email through the Email Sender snap, and I could use some help to resolve it. The error message I encountered is as follows: “Failure: Failed to send email message, Reason: Failed to send email message: 554 5.2.252 SendAsDenied;” I have already generated an app password from the Azure admin panel, and I also tried adding different email addresses for testing purposes, but the problem persists. If anyone has encountered a similar issue or has any suggestions on how to troubleshoot this, I would greatly appreciate your input. SolvedRe: Azure AD create entry snap failed unexpectedly Hello, I’ve attached the the json output from the creaty entry snap and a print of the account setup. Create_Entry output0_error.json (4.0 KB) Re: Azure AD create entry snap failed unexpectedly Hello, With both authorization code and client credentials I get the 403 error. I can refresh the token and authorize the account but get the same error. Please let me know what other information I can provide to better help with understanding the situation and finding a resolution to the issue. Re: Azure AD create entry snap failed unexpectedly Hi, Re-authorised the account but still got the same 403 error. The scope is exactly as the one you provided in the last screenshot but the the tenant domain name is not with “.onmicrosoft.com” at the end but more like “example.abc”. This being the primary domain name. Don’t know if that could affect the snap and throw the error. Re: Azure AD create entry snap failed unexpectedly Hello, I have the Directory.ReadWrite.All permission in azure portal, attached screenshot below of all permissions granted. I’ve changed the password to a more complex one but unfortunately I still get the 403 error: Re: Azure AD create entry snap failed unexpectedly Hello, I’ve tried changing to expression disabled and I receive the following error: “Failure: REST API service endpoint returned error result: status code = 403, Reason: REST API service endpoint returned error result: status code = 403, reason phrase = Forbidden, refer to the error_entity field in the error view document for more details, Resolution: Please check the values of Snap properties.” or I receive the following error: “Failure: REST API service endpoint returned error result: status code = 400, Reason: REST API service endpoint returned error result: status code = 400, reason phrase = Bad Request, refer to the error_entity field in the error view document for more details, Resolution: Please check the values of Snap properties.” I’ve checked the Azure account setup and it follows the below documentation on having the right access also I have access to data from the AD account by using the List Entries Azure AD snap and I receive the correct information. https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1249608011/Application+Configuration+in+Azure+Portal+for+OAuth2+Account+to+use+in+Azure+Active+Directory P.S In the second print you posted I’ve noticed that you receive the same error as I have initially. Azure AD create entry snap failed unexpectedly Hello, I’m trying to create a user in Azure Ad via the Create entry snap but I keep receiving the following error “Failure: class java.lang.Boolean cannot be cast to class java.lang.String (java.lang.Boolean and java.lang.String are in module java.base of loader ‘bootstrap’), Reason: Snap failed unexpectedly and did not provide any reason” Any help would be greatly appreciated. Thanks ! Re: Utilizing REST Get to Access Workable API Hi @Soni37 , The has next still gives me the error but it works, it retrieves the next batch of data. Thanks for the assistance !! Re: Utilizing REST Get to Access Workable API Hi @Soni37 , When I remove the quotes I get the following: I can run it with the error but it doesn’t return the next batch. I’ve also ran it without the quotes and without the “=” sign selected it doesn’t return an error but it doesn’t go to the next batch.