Developer API v2 (deprecated)

The Annelite API is implemented as XML over HTTP. We use HTTP Basic Authentication. When you use the API, you access the system with the same permissions as the user who was authenticated. The Annelite API is implemented as REST, a simple HTTP GET or POST action. The REST Endpoint URL is: http://[account-id].annelite.com/api/rest/ By default,…

Details

How do I post my web forms to Annelite?

You can post forms from your website directly to Annelite using our Web Form API. This requires a few simple modifications to your existing form: Change the form action to post to http://your-account-name.annelite.com/api/httpform Change the field names to match contact fields in Annelite. If your forms contain additional fields that don’t correspond to the fields…

Details

How do I import contacts, emails and calendar items?

You can import contacts from a file or web service. Emails can be imported (downloaded) from archive stored on your IMAP or POP server. Make sure you import your contacts first, this way imported emails will be automatically associated with contacts based on the sender’s “From:” email. Calendar import is not supported at this time,…

Details

How do I use Email API to create and update contacts?

The Email API allows you to create and update contacts by including specially formatted code in the body of email received in Annelite: ### BEGIN CREATE CONTACT ### API_KEY: EMAIL: FULL_NAME: FIRST_NAME: LAST_NAME: JOB_TITLE: COMPANY: CONTACT_COMMENTS: PHONE(LABEL): WEBSITE(LABEL): MESSENGER(LABEL): FAX(LABEL): CUSTOM_FIELD(FIELD_NAME): ADDRESS(LABEL):#START# #END# TEXT(LABEL):#START# #END# BLOCK NAME|PHONE(LABEL): GROUPS: {comma-delimited list of group IDs} OPTIONS: {overwrite/update/cancel}…

Details

How do I export my account data?

You can export all contacts by going to the top Contacts tab and clicking Export. To export individual groups, navigate to that group, then click Export. To export your activities in iCalendar format, click Export on Calendar view. At this time only we can export your emails and files, and will do so upon your…

Details