Could anyone provides me two Restcomm accounts - restcomm

I hava registered RestcommONE account for many days,but RestComm administer still not validate my account creation request. Could anyone provides me two Restcomm accounts to learn how to use Restcomm-android-sdk.
Thank you very much.

That's odd. Your account should have been approved within a day or two. Please send an email to support#telestax.com from the email address you used to sign up, so they can look into the issue for you ;)

Related

Whatsapp Cloud API can go live on production

I have successfully setup my account on whatsapp developer app by meta and can send messages to 5 free users. Now the question is how can I go live with the app. I have no verified business manager account, is that necessary?
What will I need to do after verification of business account? Do I need to generate permanent access token and it would work fine?
Plus I need to know how can I send messages to groups on whatsapp?
Yes, you need to become a verified business account and all would work as you saw with the demo account, with no restriction on the number of destinations.
First 1000 conversations/month it's free, you can check details here: https://developers.facebook.com/docs/whatsapp/pricing/
Bear in mind, you will NOT be able to message groups with the WA Cloud API. If you need to, you will need to rely on custom APIs that do that. There are some available, see the one shown here:
https://youtu.be/lCmoay0G86M

What email addresses to use for ALS?

We are trying to use Azure Lab Services for running training courses.
Log in requires a Microsoft account. We created mailboxes in our domain but Microsoft wouldn't accept 'work' email addresses for Microsoft accounts.
Next we created outlook.com email addresses but after a short while Microsoft locked out these accounts for some sort of policy violation.
Then we used some Gmail addresses which we have had for some time. These too worked for a few days and then Microsoft locked them out for a policy violation.
The policy violation must have been related to having multiple accounts with some of the same recovery information. The accounts were used for nothing other than as a way of accessing Azure Lab Services.
So we can't use work email addresses, Outlook.com email addresses or Gmail addresses. That leaves us having to ask course attendees to use their own personal email address to register a Microsoft account in order to attend a training course being provided by their employer. Some people won't mind but I'm sure some will object on principal.
Has anyone else come across this issue and found a workable solution? It is strange that a product like Azure Lab Services which is surely aimed at a lot of businesses has such a low level blocker in the way of making it work.
Thanks in advance.
Azure Lab Services allow you to use AAD account or Microsoft accounts. If you are trying to use your non-Microsoft account such as Yahoo or Google accounts to sign in to the portal, create a Microsoft account that will be linked to your non-Microsoft account. Then, follow the steps to complete the registration process. Could you please elaborate on how your work email accounts are configured? Ideally, you should be able to create a Microsoft account linked with the work addresses.
The solution was to create AAD accounts and use those accounts to login to Azure Labs. It seems to be working OK now...fingers crossed.

Changing admin in Google Fabric

All the admins of the Fabric account that we use in my organization have left. Now I need to change the admin to someone who is currently with the organization. What is the procedure to do this?
Thanks. You will need to contact support to follow our established flow for this case. We will get you back up and running :)

How to set up an Amazon advertising API?

We have a client account of Amazon seller central. We need to pull campaign performance data from this account. With Amazon Advertising API we can pull this report.
Here are the documentation links:
https://images-na.ssl-images-amazon.com/images/G/01/AdProductsWebsite/downloads/Amazon_Advertising_API_Getting_Started_Guide.TTH.pdf
https://images-na.ssl-images-amazon.com/images/G/01/AdProductsWebsite/downloads/Amazon_Advertising_API_Reference.TTH.pdf
I followed the procedure in Getting Started Guide
1) Created a developer account(Login with Amazon)
2) completed the sign up form as specified in second step.
I am not sure what to do next as I did not receive any reply from amazon regarding this. Does anyone faced similar issue before?
Thanks.
It takes two or three days from Amazon to reply in most case and as they are getting high volume of application it might be possible that they have rejected it so try more then once. And try to give some information to use in the comment section.
In addition, a business registration in either NA or EU is required before they can grant permission to the Advertising API.
After all this verification they can allow access.
Hope this help to you.
Thanks,
James
If you have already received the onboarding e-mail, and you are sure that you are sending the correct API communications yet you are getting bad scope errors, then you are not yet White Listed so your requests are all rejected.
For me and many others I found while googling for hours to find the answer, this problem was due to not yet signing a license agreement which is in a very easy to overlook link hidden in a paragraph of the e-mail which starts: "Before you can register your application, you need to agree to the Amazon Advertising API License Agreement" Hit that link and accept the agreement to become white listed.
As a last resort if the above doesn't work, Amazon support had given me a direct e-mail to LWA and you can contact their support: lwa-support at amazon com.

Paypal API and several emails in same PayPal account

I can not praise with my contribution here, because I am new user,
but would help if I can.
I have a big problem and I do not know how to solve it, please help.
In the same Paypal account with the default email address: email1#somedomain.com, there is 7 more emails:
email2#somedomain.com
email3#somedomain.com
email4#somedomain.com
email5#somedomain.com
email6#somedomain.com
email7#somedomain.com
that's the maximum allowed number of emails under one PayPal account (8).
So we are using API on several pages, and only one API signature can be done in the paypal
interface, so same API signature is used for each web page.
We would like to define where will money go - to which email address inside the same PayPal account.
We use Premium PayPal account, and we know that for logo change, email remove and so on, we would need Business account,
but for defining money receiver email address inside the same PayPal account
we suppose that it can be defined, otherwise we do not se a point of having several email addresses inside one same PayPal account.
The problem is that always is shown default email when making a purchase :S
We tried to define SUBJECT:
SUBJECT=merchantEmailAddress
N O T E: Typically, a merchant grants third-party permissions to a shopping cart...
And set merchantEmailAddress email2#somedomain.com.
In sandbox it works like a charm as soon as we put it on production, default mail is shown again.
Please if anyone had the same issue help.
Thank you very much, this forum is great and I realise that without nice people and contribution as well there would be no answers.
regards
You would not be using SUBJECT unless dealing with Permissions and making calls on behalf of 3rd party PayPal accounts.
You're working with a single PayPal account, so you won't be using SUBJECT at all. You'll use the credentials like you are already.
That said, I'm not sure I'm following you entirely what trying to send to different emails. I don't understand the end goal with that..?? The API credentials are what are going to tell the system where to drop the money, or pull data from, or whatever.
If you're just trying to get different logos to show up during checkout you can do that with parameters in your standard button code or API requests.
Let me know if that helps or not. Again, I'm not sure I'm understanding what you're after here.