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 Relenta 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 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}…

Details

How do I post my web forms to Relenta?

You can post forms from your website directly to Relenta 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.relenta.com/api/httpform Change the field names to match contact fields in Relenta. If your forms contain additional fields that don’t correspond to the fields…

Details