API for changing Gmail password - gmail

I have been using MailSystem.NET library for retrieving emails from my Gmail account using C#.NET. I was wondering if this library or Google provide an API to change the password programmatically.

It should be possible through the UserEntry object. Check out on the .NET tab in the link. Also, read into this link on the discussion done on how to do it programmatically.

Related

API call for "Check mail from other accounts > Check mail now"?

Is there an Gmail API call that corresponds to "Check mail from other accounts > Check mail now"?
Neither Gmail API nor Apps Script's GmailApp have a way to force to update the messages from the other accounts pulled with POP3.
There may be an easy way to update those accounts from the app. Asking how to do this may bring people that knows how to do so and may be able to help you (but that know nothing about Gmail API) :)
As a side note, if you don't find a way of doing it, you may request Google to implement a refresh method in their Gmail API.
References
Gmail API resource summary (Gmail API reference)
Class GmailApp (Apps Script reference)
Getting started (Google Issue Tracker documentation)

Is it possible to add custom application data to an email via the Gmail API?

I am currently sending email via the Gmail API using the Google Node SDK. I am successful in doing so, but my application requires that I be able to attach specific identifiers to emails that I send in order to be able to track and process certain events correctly.
I have heard of custom metadata being added to emails sent through other services such as Mailchimp, Postmark, etc so it seems like some sort of standard to be able to do this in email. I however, have not been able to find how to do this via the Gmail API specifically. Is this even possible?
Answer:
No, you cannot add custom application data to messages sent via Gmail API.
Reference:
The corresponding Message resource doesn't include any property for custom metadata.
And the related methods send and insert don't allow this either.
Issue Tracker:
A related feature request was reported in Issue Tracker, I'd suggest you to star it:
Add Custom Metadata to Email Messages via Gmail Api
Workaround:
I'd suggest you to use labels to identify messages.

Can't find Docusign Connector function anywhere

I can't find the Docusign Connector thing anywhere; what little info I could find in writing seemed to state it could be found under Admin, but not where. Please don't refer me to a video unless it's only about what I'm asking; it's an accessibility issue for me.
I'm trying to get a google doc signed by someone; apparently I either need to set up the Connector thing or convert to a pdf? I'm very confused by the videos in lieu of an actual how-to with links and words and stuff.
You need DocuSign for Google Drive.
https://www.docusign.com/partner/docusign-google-drive
https://gsuite.google.com/marketplace/app/docusign_esignature/66351547828?hl=en-US&pann=cwsdp
That would enable you to sign a Google Doc directly.
DocuSign has an off the shelf product for using DocuSign from Google Office apps.
DocuSign also has the Connect feature which provides webhook notifications to your API program when various events occur with your DocuSign envelopes. For example, you can ask to have your software program notified when envelopes are completed (completely signed and finalized). To use DocuSign Connect, goto the eSignature Administration tool and look for Connect in the Integrations section of the righthand navigation column.
Some DocuSign account plans don't include the Connect feature, so it isn't always there. Talk to DocuSign sales if need be. Remember that the Connect webhook system is for developers.

DocuSign Api signing control placement

I need to integrate docusign into our portal.Our users will come to our portal and
then upload documents and using DocuSign API we need to sign docs. I was able to
get it working embedded. Now the problem is the placement of signing controls
(Where the signature should appear in the docs)
Can I upload the documents to DocuSign portal straight and then using API
sign it from my portal? The idea is that the envelope creator can place all
the signature using the nice interface in DocuSign...Would this be possible?
Or is there a way I can integrate the placement of signing controls part
on my portal using DocuSign?
Any thoughts would be greatly appreciated.
thanks
Yes, you can do that.
Check out this code example on the DocuSign Developer Center:
https://developers.docusign.com/esign-rest-api/code-examples/code-example-embedded-sending
If you told me which code lang you use - I can put some code in here too.

Can following be achieved using Docusign APIs?

I'm trying to achieve some requirements via Docusign APIs. Would like to know if it's possible before I start the project.
I've used Docusign app for Salesforce earlier, but now I'm trying to achieve some functionalities through API calls
Ability for a Signed Document sent to a contact (by clicking on a button on contact record) to be attached to the Contact record it was sent from
Ability to write back to the record from a field tagged on the DocuSign envelope
Vinay, this functionality is available using the DocuSign for Salesforce integration. If you would like to write it yourself using APIs, you can start by looking at our Apex toolkit here - https://developers.docusign.com/salesforce/guides/apex-toolkit

Resources