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,…
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…
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,…
What kinds of API do you offer?
We offer three types of API (which stands for Application Programming Interface) that allow you to integrate your Annelite account with external websites, systems and processes: Web form API Email API Developer API v3 Developer API v2 (deprecated)
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}…
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…
How do I import contacts from a CSV, Excel or vCard file?
You can export contacts from any service or application into a CSV (Comma-Separated Values) file and import it to Annelite in Settings > Import Contacts. After the CSV file is uploaded, it will be processed in the background. When completed, you will be able to view the stats on imported and updated contacts. Create groups & custom…