Re: [Architecture] Connector: AmazonSES

2014-06-23 Thread Rasika Hettige
Hi Shevan, Following attribute listing methods are selected, as their corresponding setters are also selected. If you think we should not include these for v1, please let us know. *listIdentityDkimAttributes * *listIdentityNotificationAttributes* *listIdentityVerificationAttributes* And also as

Re: [Architecture] Connector: BugHerd

2014-06-23 Thread Rasika Hettige
Hi Shevan The API does not provide any *delete* operations for Tasks and Comments. But we can include *deleteTaskAttachment* to delete attachments. *uploadTaksAttachment* and *createTaskAttachment* behave in a similar manner hence we have included only *uploadTaksAttachment* which supports

Re: [Architecture] Connector: AmazonSES

2014-06-23 Thread Rasika Hettige
Hi Shevan, Following attribute listing methods are selected, as their corresponding setters are also selected. If you think we should not include these for v1, please let us know. *listIdentityDkimAttributes * *listIdentityNotificationAttributes* *listIdentityVerificationAttributes* And also

Re: [Architecture] Connector: BaseCRM

2014-06-23 Thread Rasika Hettige
Hi Malaka, Don't you think, it is required to have update and delete operations as this is a CRM which is similar to ClevertimCRM connector? Please share your thoughts on this? Thanks Regards Rasika -- View this message in context:

[Architecture] Connector:AmazonSES

2014-06-23 Thread Rasika Hettige
*Introduction* AmazonSES is a highly scalable and cost-effective email-sending service for businesses and developers. It eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service for this type of email

[Architecture] Connector:AmazonSES

2014-06-23 Thread Rasika Hettige
*Introduction* AmazonSES is a highly scalable and cost-effective email-sending service for businesses and developers. Amazon SES eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service for this type of email

[Architecture] Connector:Amazon_SES

2014-06-23 Thread Rasika Hettige
*Introduction* Amazon_SES is a highly scalable and cost-effective email-sending service for businesses and developers. It eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service for this type of email

Re: [Architecture] Connector: BugHerd

2014-06-23 Thread Shevan Goonetilleke
Hi Rasika, Ok, let's proceed with the available delete operations. Thanks Shevan On Mon, Jun 23, 2014 at 12:22 PM, Rasika Hettige rasi...@gmail.com wrote: Hi Shevan The API does not provide any *delete* operations for Tasks and Comments. But we can include *deleteTaskAttachment* to

Re: [Architecture] Connector: BugHerd

2014-06-23 Thread Rasika Hettige
Hi All, Please find the final method list below: *Projects* *listProjects *- Get a list of all projects within your account. *Tasks* *listProjectTasks *- Get a full list of tasks for a project, including archived tasks. *createProjectTask *- Add a new task in a project. *updateProjectTask *-

Re: [Architecture] Connector: BaseCRM

2014-06-23 Thread Rasika Hettige
Hi Malaka, Based on our analysis following were the reasons to add methods which you have dropped. When you consider a CRM, reminders are one of the most useful task in reminding about a deal/contact. So we have included following methods. *getDealReminders *- Retrieves a list of reminders of a

Re: [Architecture] Connector: AmazonSES

2014-06-23 Thread Rasika Hettige
Hi All, To further explain on why we have selected the following methods: *listIdentityDkimAttributes/getIdentityVerificationAttributes*: these are require if we need to send secure emails because ‘listIdentityDkimAttributes’ method returns DKIM tokens that are required for Easy DKIM signing.