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 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