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,…
DetailsHow 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…
DetailsHow 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,…
DetailsWhat 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)