Developer API v2 (deprecated)

The Relenta 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 Relenta API is implemented as REST, a simple HTTP GET or POST action. The REST Endpoint URL is: http://[account-id].relenta.com/api/rest/ By default,…

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 Relenta: ### 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…