FAQ API

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
m
Line 6: Line 6:
{|
{|
|-
|-
-
| [[Post FAQ Question]]
+
| [[Tell Friends]]
-
| POST /v1/{apikey}/faq
+
| POST /v1/{apikey}/viral
|
|
|-
|-
Line 13: Line 13:
</div>
</div>
-
ePrize offer an "FAQ" service which allows questions to be posted from consumers. Depending on the configuration of your promotion these questions will either be sent to an email address or sent to ePrize's customer service system.
+
The ePrize "Viral" service allows consumers to tell friends about a promotion they have registered for by sending them an email.
-
== Required Fields ==
 
-
* first_name
 
-
* email
 
-
* issue_type
 
-
* question (lines should be separated by newline (\n) characters)
 
-
The values for the issue_type field must be values found in a pre-configured list. The standard values are:
+
== Required Fields ==
-
 
+
-
* eligibility
+
-
* entry_instructions
+
-
* image_security
+
-
* login
+
-
* tell_a_friend
+
-
* prize_fulfillment
+
 +
* to_name1
 +
* to_email1
 +
* profile
== Optional Fields ==
== Optional Fields ==
-
* last_name
+
* to_name2
 +
* to_email2
 +
* .
 +
* .
 +
* to_name(n)
 +
* to_email(n)
 +
* from_name
 +
* from_email
 +
 
 +
The from_name and from_email fields will only be honored if the promotion has been configured to allow it. The number of to_name(n) and to_email(n) fields is 10 by default, meaning a consumer can tell 10 friends per pay about the promotion.

Revision as of 19:33, 23 July 2010

FAQ API calls will not be available until September 2010.

API Home Page

Tell Friends POST /v1/{apikey}/viral

The ePrize "Viral" service allows consumers to tell friends about a promotion they have registered for by sending them an email.



Required Fields

  • to_name1
  • to_email1
  • profile

Optional Fields

  • to_name2
  • to_email2
  • .
  • .
  • to_name(n)
  • to_email(n)
  • from_name
  • from_email

The from_name and from_email fields will only be honored if the promotion has been configured to allow it. The number of to_name(n) and to_email(n) fields is 10 by default, meaning a consumer can tell 10 friends per pay about the promotion.

Personal tools