How do I get an Azure SendGrid api key? - azure

I've followed the instructions for How to Send Email Using SendGrid with Azure to set up a SendGrid account on Azure. When I use NuGet to get the SendGrid package, it's a much newer version (8.0.5 vs 6.3.4) so the sample for actually sending email is no longer valid.
So, I went over to the GitHub page and looked at the Quick Start section to see how the newer api works and I'm stuck--where in the world do I find/get my SendGrid api key? It's nowhere to be found on my Azure SendGrid account page.
The SendGrid api keys documentation page has some info on API Keys management, but it makes no sense relative to Azure.

You have to take your username and password from the Azure portal and log in to sendgrid.com itself. From there, you should be taken to app.sendgrid.com. In the left menu, under settings, you can create API keys for your account.

Related

Azure Sendgrid has gone missing

as the title states... The sendgrid in my Azure portal is missing and I did not get any notifications about this. Does anyone know what happened? I searched for the resource and it's not there but recommends me to get a sendgrid twilio.
The weird part is my function apps are still linked into the sendgrid and I have no access to it. I also have a sendgrid function url...
Any ideas what is going on?
I finally found mine in the Azure Portal. They have been renamed from SendGrid to SaaS
As per this Document Twilio has completely acquired sendgrid and that is one of the reason why you are unable to find sendgrid in azure portal rather you can able to find Twilio sendgrid.
So what ever you want to create you need to do it only through Twilio Sendgrid
As per the statement from the above image what ever you want to deal with Sendgrid you can check in Twilio Send grid
Here is the document for creating Twilio Sendgrid Email API.

How this DocuSign normal account and developer account is different?

I had created one DocuSign trial account but here i need to Use the DocuSign API then i created developer account(Sandbox) with the same credentials that i used while creating a DocuSign trial account.
Here i am having an issue .. I have tool in which i am using that API to create and send the envelope but to get the envelope status i want to use the pipeline to get the latest envelope status.
But the pipeline does not connect with the developer account and it can connect with the normal account.
Can you please let me know is there any way where we can communicate 2 accounts or can we call API with the normal trial account?
Sandbox accounts are in the Demo environment, Trial accounts are in the Production environment. Those two systems are effectively air-gapped and cannot communicate.
In order to make API calls against your trial account, you will need to authenticate as a member of that trial account.

How to call docusign apis for sending envelopes in node.js?

I have a standard DocuSign account and I want to add an integration key but I am not able to add that key as there is no option to in my standard account to add the key. Further, I want to hit DocuSign API either through nodejs-sdk or postman to create and send an envelope with the use of the template. So, for this what should I do? Can anybody help, please?
Sounds like you're just getting started with the DocuSign eSignature API. Welcome! We have a variety of resources that you will find helpful.
I would start here on the DocuSign Developer Center.
To begin experimenting with our API, you'll first need to create a demo sandbox account. Within this account, you can provision your own integrator keys. Later down the road, you will follow our "Go-Live" process to transition your integration to our paid, production environment.
Once you have your account created, I would suggest you check out this quickstart code example.
That should get you started!
You should create a new developer/sandbox account to create an integration key. You cannot do that in production.
For node.JS we have a few different resources you can use, the most complete one is our code example "launcher" that can be used as a full app to try the code. We also have a quickstart that you an use without configuring the API authentication part.

Purchase SendGrid Twilio Email Activity Feed API when using Azure Resource Groups

I want to be able to see the status and activity of an email through SendGrid API. There is a help page for getting started with the Email Activity Feed API however it says i need to purchase history. Purchasing is controlled through the Azure web portal which has completely different pricing tiers from the normal SendGrid portal. It also has no option for purchasing the Activity History as the documentation indicates i should do.
I've tried making the purchase through the SendGrid Portal, but it seems to be blocked for my account. It says "You don't have permissions to view this page. You can request access from your account administrator." even though I created this resource.
Is this API even available to Azure users?

VirtoCommerce Azure Email Provider

I have deployed VirtoCommerce to the azure cloud service and the website is pretty functional aside from a few quirks. One of these quirks is that, after completing the checkout process no email gets sent to the user account.
The email account does exist and I have full access.
Do i need to set up something like SendGrid?
Or does it natively support that and how do i activate it?
Thanks for helping!
To get VirtoCommerce sending emails you will need to set up and account with SendGrid as mentioned in their documentation.
You can get setup with SendGrid for free on Azure, via this sign up form.
Once you have your account details, you can add them to VirtoCommerce by following the instructions for configuring mailSettings (see 'Quick Overview') in the Virto docs.

Resources