-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
72 lines (41 loc) · 2 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
UMMARY --
The ExactTarget API module provides abstraction of the ExactTarget XML API for
use by other modules. By itself, this module provides no functionality and
should only be installed if another module requires it as a dependency.
For a full description of the module, visit the project page:
http://drupal.org/project/exact_target_api
To submit bug reports and feature suggestions, or to track changes:
http://drupal.org/project/issues/exact_target_api
-- REQUIREMENTS --
Existing ExactTarget account with XML API access.
-- INSTALLATION --
* Install as usual, see http://drupal.org/node/70151 for further information.
-- CONFIGURATION --
* Configure integration with ExactTarget API in Administration > Configuration >
System > ExactTarget API:
- Select ExactTarget API endpoint for the XML API calls. Possible options are:
1. Normal Endpoint for customers using the S1 instance
(https://api.exacttarget.com/integrate.aspx)
2. S4 Instance Endpoint for customers using the S4 instance
(https://api.s4.exacttarget.com/integrate.aspx)
3. S6 Instance Endpoint for customers using the S6 instance
(https://api.s6.exacttarget.com/integrate.aspx)
- ExactTarget API Username
Username associated with ExactTarget account
- ExactTarget API Password
Password associated with ExactTarget account
-- CUSTOMIZATION --
Under the hood ExactTarget API uses cURL to make requests to the appropriate API
endpoint.
* Additional cURL options such as proxy or cert can be set using
hook_exact_target_api_curl_alter(). See http://drupal.org/node/1830656 for more info.
-- CONTACT --
Current maintainers:
* Katrin Silvius (nonsie) - http://drupal.org/user/29899
* Robert Bates (arpieb) - http://drupal.org/user/533416
This project has been sponsored by:
* Cool Blue Interactive
Visit http://www.coolbluei.com/ for more information.
* Live Axle Interactive
We are makers of interactive digital experiences.
Visit http://www.liveaxle.com for more information.