nylas / nylas-nodejs

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
MIT License
166 stars 116 forks source link

Add return type for send RSVP #556

Closed mrashed-dev closed 3 months ago

mrashed-dev commented 3 months ago

Description

Send RSVP used to just return a request_id in the response, now it can return an error object in the event of a partial success where the send RSVP request is executed but the email was not sent.

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.