Send webhook upon sending or receipt of email [closed] - gmail

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have been looking around for how to create a webhook that is triggered when an email is sent or received in Gmail. For example someone sends an email, that email gets POSTed as a JSON object to one of my applications. I have found many middleman applications/services that do this (zapier offers all the functionality I want, but it costs money), but I can't find any documentation on how to actually do this myself so I don't need to pay for it.
Is this possible?

After some research the best solution I could find was to use the gmail API
To achieve the functionality that zapier offers you would have to have a service or something polling google and querying the status of a users in box. There are also a couple of ways to trigger calls to code, but I do not think this is what zapier does. Check the gmail API for more information.

You can try using context.io They allow you to connect multiple gmail (and others) mailboxes and then create webhooks for different actions. They handle the polling for you and then whenever the condition is met, they call the URL that you provide.

Related

Whatsapp Chat Bot workflows available [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
my team is developing a chatbot using nodejs botbuilder, LUIS, QnAMaker & Twilio we've managed to build a chatbot
the problem is the Performance of the chatbot is a little less compared to other chatbots i've seen, i feel the callback from twilio is causing some delay cause when running in local bot emulator the performance is good.
so my question is that, is there any other way to create a chatbot for whatsapp other than twilio which would give me a better performance?
or any tips to improve performance?
For your first question, you can see a list of Twilio alternatives here: https://bstrategyhub.com/twilio-competitors-alternatives/
If you build a bot with C#, there are some adapters you can use for Infobip, MessageBird, and RingCentral: https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries
If you want to stick with Node, you may need to make your own adapter.
Regarding performance, you'll need to gather telemetry to see where the messages are getting delayed and address the problem there. If the problem is on the WhatsApp side for example, you could try contacting WhatsApp support and ask them to look into it.

Intergrating Stripe with HubSpot [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm trying to set up a form of payment on HubSpot. My client selected stripe before I was on board and I've been spending backend of last week and this morning trying to integrate the two.
I've come to realise that HubSpot doesn't support server-side languages making it impossible to setup stripe on its own. I was also told that Zapier was going to make the integration between form submission to database for us. After a few emails with Zapier, I was told that isn't what their service does.
I've done a lot of searching on google but haven't found anything very fruitful. I was hoping someone with more experience in HubSpot would be able to direct me to a solution to set up Stripe or another product that would be useful to applying a payment form submission on HubSpot.
Unfortunately, you would need a plugin developed for HubSpot that built out a Stripe payment flow. There is no way to accept payments through Stripe that doesn't use a server-side language. You may be able to tie into a third-party service like CommencePayments (https://commencepayments.com/), but I'm not sure even that would work.

New to Netsuite [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm new to Netsuite world but need to do some administration at my current job. Here are my questions related to Netsuite.
Where can I create a Developer Account/signup for Netsuite so that I can login and learn some configuration.
Any online resources to learn configuration/administration or I need to take the actual training?
What are the programming languages we need to know for development and what is the scope of customization in Netsuite?
Thanks in Advance!
1) Here is the link for Developer Account/Signup for Netsuite.
They usually take some time to process your Dev account request, once they verify your details, you'll get a response mail from Netsuite with a given link to access it with a temporary password.
2) Truely speaking, you have to grab everything on your own efforts.There is no decent and pretty formatted way to get everything from one particular place(unless you ready to pay for some heavy amount for the webinars).
Once you get the login access in to Netsuite (Dev account) you can explore the help documents for more details.
Next thing in the series and which is very obvious is to join Netsuite User Forum. Once you became a member, you can post queries and discover a lot of new ideas about how industry is using Netsuite in different fields.
3) Netsuite provides supports for Java, .NET & PHP (SOAP based access).
Apart from that Netsuite does also provide a REST based access through RESTlets which is an extension of server side javascript.

Is there a amazon webstore API for customers? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 days ago.
Improve this question
I am working on a personal expense tracking application and would like to retrieve a list of orders made by a customer (me) on amazon.com.
The Amazon MWS API is described as follows:
Amazon Marketplace Web Service (MWS) is an integrated web service API that allows Amazon
sellers to programmatically exchange data on orders, payments, reports, and more.
That is clearly meant for use by sellers, not by customers. Is there any way I could retrieve that information, without having to rely on browser automation?
You will probably have to build a crawler to log into your account, browse your order history and parse the pages.
As far as finding official word on the availability of such a feature, nothing suggests there is such a thing as a customer API and rarely do people offer a list of services they don't provide. Amazon might simply consider this being too much of a fringe case to bother having one.
While it happens that certain features are simply under-documented, more often than not the absence of documentation is simply the reflection of the absence of the feature itself. And it's notoriously difficult to prove a negative. Therefore we can only reach for the most obvious answer, that there is no such thing.
A crawler is certainly less efficient than a dedicated API and prone to break on page design changes, but it is still better than nothing.

Forward amazon feedback to personal email [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I was wondering around to find if its possible or not.
But,
I want to forward the feedbacks that i received on orders by our customers (buyers)
to my personal email account.
Actually,
When a buyers places a feedback to an orders, I just want that feedback to be forwarded to my personal email address.
I was looking at the amazon forum, but didn't get any response.
Also, I am trying to find the solution on google, but noting helped me.
Please help me and tell me if its possible or not.
Thanks,
Assuming your using MWS (per your previous posts)
Forwarding the data to your personal email can be done, but probably not how you expect.
For the MWS API there is no facility to communicating to anyone outside of MWS. In order to take whatever information you want and forward it to the appropriate parties you will need to leverage whatever programming language you're using to send the email via code.
i.e for Java check out JavaMail, for C# look at this post and for php check out the mail API.
The key with working with MWS is knowing that the MWS API is specific to only MWS. Any additional functionality needs to be included by the implementer. So essentially it is up to you to parse the feedback report, extract the required data and email it to the interested parties.
Hope that helps.

Resources