Skip to content

jsermini/eloqua-samples

 
 

Repository files navigation

eloqua-samples

Sometimes, the hardest part of working with a new API is getting the ball rolling. Eloqua Samples is a collection of projects containing code samples to help you build on Eloqua's REST API. Each project can be built independently and their dependencies (RestSharp and NUnit) are included.

A sample project that demonstrates how to search for a contact's activities

A sample project that demonstrates how to send an email to a segment or list of contacts

A sample project that demonstrates how to export contacts using the Bulk API

A sample project that demonstrates how to create and manage contacts using the Rest API

A sample project that demonstrates how to import contacts using the Bulk API

A sample project that demonstrates how to search for Contacts

A sample project that demonstrates how to list and manage a Contact's email subsciptions

A sample project that demonstrates how to create and manage custom objects using the Rest API

A sample project that demonstrates how to import custom objects using the Bulk API

A sample project for crud operations on Emails using the Rest API Includes support for sending email to a contact

A sample project for crud operations on Landing Pages using the Rest API

A sample project for CRUD operations on Option Lists using the Rest API

A sample project for basic operations on Segments using the Rest API

A sample project for retrieve operations on Users using the Rest API

Endpoint URL

To determine the base url, you can use the following endpoint : login.eloqua.com/{id}
The endpoint, when called with basic authentication, will return details about the URLs for the various APIs.

{
    "site": {
        "id": 42,
        "name": "SampleClient"
    },
    "user": {
        "id": 314,
        "username": "Fred Sakr",
        "displayName": "Fred Sakr",
        "firstName": "Fred",
        "lastName": "Sakr",
        "emailAddress": "fred.sakr@oracle.com"
    },
    "urls": {
        "base": "https://www05.secure.eloqua.com",
        "apis"	...
	}
}

License

Copyright [2012] [Fred Sakr]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Eloqua Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%