Zendesk and Salesforce sync - zendesk

If am trying to sync contacts/leads with Zendesk using Salesforce. I am getting the reply like this. I don't know how to clear this issue.
Hi User Admin,There was a problem syncing with Zendesk, Error Details : Insert failed. First exception on row 950; first error: INVALID_EMAIL_ADDRESS, Email: invalid email address: "legal "#acsports.com: [Email]1 out of 1000 records synchronized successfully. Thanks

The answer lies right there in the error message. The email address field you are trying to sync is "legal[space]"#acsports.com which isn't a valid email address.

Related

What are the reasons why Slack API is getting failed_to_send_invite error?

Currently using this code to send workspace invites via Slack API, this is working but for some emails it is getting this failed_to_send_invite error. At first I thought it was because of using test emails, but now we also encountered it with a gmail email. Any idea why this error occurs? Documentation only says "The invite failed to send." as the description for this error.
response = slack.admin_users_invite(team_id=workspace_id, email=invitee_email, channel_ids=channel_id, custom_message=custom_msg, guest_expiration_ts=guest_expiry_epoch,is_restricted="true")

Email sent from Rails to yahoo users not delivered

I'm facing following issue:
I send emails from rails using Mailer, it goes fine to all recipients except users with xxx.yahoo.com account.
I tried sending it using SMPT of
Gmail
SendGrid
In none of the case it is delivered.
It gives me following error message
554 Message not allowed - [PH01] Email not accepted for policy
reasons. Please visit
https://help.yahoo.com/kb/postmaster/SLN5067.html [120]
And when I open their provided link, I see following:
You'll receive an SMTP error or failed delivery message that includes
"554 Message not allowed" when the content of a message you're trying
to send violates Yahoo Mail policies. Content that violates policies
includes; objectionable links, malicious attachments, or bad header
information.
They mentioned about content, so I tried sending simple email (note same email when sent from Mail(mac) client, goes fine)
Hello Mr. Suraj,How are you? Not heard from you for long
time.See you soon.
So, this doesn't looks related to content, so bad header information ?
If its so then, doesn't it a Rails/Mailers issue?
I don't understand how to fix this, any one came across this?
Thank you in advance.

Error 500 when updating my Google OAuth Client ID as owner

When creating a new Client ID for OAuth 2.0, I got a message "An error has occurred. Please retry later.". I tried several times this week without success. But I am user with the role owner and I created successfully a Client ID last month with the same user.
Besides, by checking the requests and responses sent with the Chrome Developer Tools, I can notice that I get a 500 error for https://console.developers.google.com/m/project/my_project/client/web/create?xsrf=qwerty
Is there something wrong at Google or it's me ?
Yes, the problem is in the Request you are sending and the Response is an Error response. So if you want to identify the exact error, I suggest if you are passing credentials, double check it once; it might have changed or upgraded.

Error creating new twitter application

I try to create new twitter application on https://apps.twitter.com/app/new link and
I got error message:
Error
You must confirm your email address prior to creating an application. Please read https://support.twitter.com/articles/97942-confirming-your-email-address for more information
I followed by url above and made steps for creating account
http://s16.radikal.ru/i190/1408/75/a1c2cbdd451e.png
I use gmail account, but I still did not receive any confirmatiom email. How knows what is wrong ?
About 24 hours has gone...
Anybody knows if service works ?

Net::SMTPUnknownError (could not get 3xx (550)) error when sending email on my Rails app

I'm using google for sending emails on my Rails 3.2 app. Most emails functions were working perfectly. Then I did some testing because delayed_job is not working. I got a warning from google that I need to log into the account via the web to unlock it (I sent about 20 emails in a span of 1 hour). Things were back to normal. Now, I am unable to send any emails whatsoever. I have this error message in my server log:
Net::SMTPUnknownError (could not get 3xx (550))
Has Google blacklisted me for sending 50 emails? I changed the password on the account, logged in a few times via the web, restored the settings to exactly what they were when the emails were working.
I got email working again by creating a new email address. Had to create a new one without using an alias for the old one to get it to work. I also created an SPF record entry, which I did not have before.

Resources