Endpoints
On this page you will see possible API actions you can perform with Gmail connector. We will refer this as API EndPoint or just EndPoint.
| Label | Name | Description |
|---|---|---|
| Download Message Attachments (With search condition) | download_message_attachments | Lists the message attachments for the specified search criterial and user id |
| Get a Specific Attachment included in a Specific Message for the Current User | get_my_message_attachment | Gets a specific attachment included on a specific message for the current user |
| Get a Specific Message for a Specific User | get_message | Gets a specific message for the specified user |
| Get a Specific Message for the Current User | get_my_message | Gets a specific message for the current user |
| Get labels | get_labels | Get labels for a specific user [API reference] |
| Get List of Messages for a Specific User | get_messages | Lists the messages for the specified user |
| Get List of Messages for the Current User | get_my_messages | Lists the messages for the current user |
| Get message attachment for user | get_message_attachment | Gets a specific attachment included on a specific message for the specified user |
| Get Message Attachments (With search condition) | get_message_attachments | Lists the message attachments for the specified search criterial and user id |
| Send a New Message for the specified User | send_message | Sends an email using specified user's mailbox. You can specify various parameters like subject, to , from while sending mail. It doesnt support attachments yet. [API reference] |
| Make Generic API Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
| Make Generic API Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |