Difference between revisions of "CRM-2 Administrative API"

From Opentaps Wiki
Jump to navigationJump to search
(Emails To Poll)
Line 9: Line 9:
 
Configures the emails to be polled for your domain.   
 
Configures the emails to be polled for your domain.   
  
URL extension: <tt>email-to-poll</tt> (ie, <tt>http://crm-2-url/admin/email-to-poll</tt>
+
URL extension: <tt>email-to-poll</tt> (ie, <tt>http://crm-2-url/admin/email-to-poll</tt>)
  
 
==== POST ====
 
==== POST ====

Revision as of 22:44, 28 March 2013

Administrative API is used to manage your domain. The API calls follow the general RESTful pattern of CRM-2 API. The base URL is http://crm-2-url/admin/

To access the admin API, your user must DOMAIN_CONF permission.

Here are the additional resources available:

Emails To Poll

Configures the emails to be polled for your domain.

URL extension: email-to-poll (ie, http://crm-2-url/admin/email-to-poll)

POST

Add new email to poll with parameters:

  • mailUser
  • mailPass
  • mailStoreProtocol
  • mailHost

For gmail, use imaps and pop.google.com for protocol and host.

PUT

Updates an email to poll:

  • mailUser - identifies the email to update

Other parameters are same as for POST operation and will be updated for your email.

DELETE

Removes an email from polling list:

  • mailUser - email to be removed