To integrate a VoIP system to our email client, I need to retrieve the email address of a customer based on the phone number used for the call.
I tried many requests to the WC API but none worked.
I know the phone number is stored in the "Billing properties" of the customer but I cannot find a way to make it work.
I believe (if is it possible) that a request close to this one should do the trick:
https://www.website.com/wp-json/wc/v3/customers?filter[phone]=123456789
Thanks to anyone that could point me in the right direction.
Related
I want to know what are the ways to get the chat id of phone numbers in telegram bot programming. I have a small project that I need to get Chatid of a group of phone numbers in telegram very fast .
Telegram's API for now only allows bots interact with people using their ChatId.
Short Answer: There is no way provided by the API to achieve what you want.
Long Answer: You can manually add this number to your contact list and then send them a message with the link to your bot (for sure you need to send them something promising or else they will not open your bot). Once they click /start creating a function that stores the chat_id + firstname in a db so you can easily retrieve later then your bot can ask for the contact of the user so you can know which chat_id belongs to a particular phone number (if the user shares it with you then fine else at least you have the chat id which is important).
Sorry, you can't. Telegram bot API work in next scenario: User interact with Bot first and bot may ask for a message or for phone or for location. There is no way to send phone number and get chatId. You can ask user for a phone and in the response, you will give chat ID and Phone number of user if user will send phone number to the bot.
After it, you can campare revieved User's phone number with your database of phone number and append it with chatId.
Hope it help you.
Hi guys it seems that woocommerce will not let me receive emails for a new order, canceled orders, etc. I found that the problem was if I have the "From" Address the same as the Recipient(s) it will not send. But if there are different email it works fine. Is there some way to make this work because I do not want to use my personal email. Thanks
I Am new to twilio. I am not able to verify a number however I have funds in my account and using the plug-in ACT Click2Call. Can any one help me to verify the number over there?So that I can add the outgoing numbers to the plug-in settings?
We have a BuddyPress community website with about 400 members, all set to receive different emails at different frequencies.
Some get an email notice every time something is posted to a certain message board and topic authors can subscribe to get replies by email.
Some get emails when updates are posted to groups.
Site admins can send out emails to the whole members list.
And so on...
I'm concerned about email delivery and hosting sending limits. We don't have the budget for a dedicated server, and most hosts even on a VPS set daily and/or hourly limits. With each email being sent out to several hundred people at a time, those limits can get hit early in a day sometimes.
Obviously there are lots of sites like this that have thousands of members with all sorts of email notice options. What are the ways to work around the sending limits? I know it's smtp limits, does the build in wp_mail function not use smtp?
We're looking for a new host (from godaddy) and I want to make sure they can accomodate what we need.
Thanks in advance!
You can try to use free wpMandrill plugin. After setting it up, all your emails will be sent via Mandrill, and you will have ability to see open/click info as well. Free account has 12000 emails to send during the month. That's a good start to see how it is going AND actually get a real numbers of how many emails you send per month.
I'm having a website developed with ASP.NET which is a online art competition that people can register and enroll with competition.
In my system there are lot of emails that sends on various stages of the process for a user.
As an example, one user gets:
Account confirmation email
Welcome email
Competition Instruction email
Password reset email
Payment confirmation email
Thank you email for completing the enrollment process.
Likewise I need to send various emails, so now the number of users registering per day is getting higher and higher.
So lets say there are more than 2000 - 5000. So there will be more than 10000 email sending from my noreply#mydomain.com email im using to send emails.
Anyway one email message only send for a one user. Meaning there is only one user email address in 'To:' field and no 'CC:','Bcc:' fields.
My question is is this considered as spamming ? I have a doubt that my email can be marked as spam. How i can avoid this? Is there any way to do it properly?
At least separate emails to registered users from registration/verification emails. Send them from different IP addresses.
Make sure that recipients want to receive you emails and they can easily opt-out at any moment (after initial opt-in) also WITHOUT log in to your service.
Managing your own mail server can be a pain. There's a lot to doing it right, and getting it wrong can mean landing on a blacklist. I recommend going with a service who has put in the time to ensure their e-mails get through.
You can find a rather exhaustive list of them here: Sendgrid vs Postmark vs Amazon SES and other email/SMTP API providers?
Also, if you're sending e-mails in the US, be sure to follow the guidelines of the CAN-SPAM Act.