Jump to: navigation, search
(Update with the copy of version: draft)
(PureEngage REST APIs and Tutorials for Callback)
Line 5: Line 5:
 
* {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Availability/index.html|displaytext=Availability}}— Retrieve time slots for a Callback, matching Office Hours.
 
* {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Availability/index.html|displaytext=Availability}}— Retrieve time slots for a Callback, matching Office Hours.
 
* {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Call-In/index.html|displaytext=Click To Call In}}— Request the phone number to call in.
 
* {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Call-In/index.html|displaytext=Click To Call In}}— Request the phone number to call in.
 +
* {{#Widget:ExtLink|link=https://developer.genesyscloud.com/reference/engagement/Queue-Status/index.html|displaytext=Queue Status}} – Retrieve information about a queue's readiness to accept callbacks.
  
 
You can test queries in the Developer Center. However, if you receive error messages while testing your application, use the [[GES#developerconsole|'''Developer''' tab]] to get more information.
 
You can test queries in the Developer Center. However, if you receive error messages while testing your application, use the [[GES#developerconsole|'''Developer''' tab]] to get more information.

Revision as of 14:04, October 21, 2019

PureEngage REST APIs and Tutorials for Callback

Depending on your Role, you might work with the APIs that are available for Genesys Engagement Services/Callback. The documentation for REST APIs is available through the PureEngage Cloud Developer Center.

You can test queries in the Developer Center. However, if you receive error messages while testing your application, use the Developer tab to get more information.

This portal also includes Callback Tutorials; select Engagement in the tutorial list.

Accessing Callback APIs

To access Callback APIs from the Web or Mobile applications, the following items are mandatory:

  1. Request an API key from your Genesys Customer Care Representative. You need to send this as the value for x-api-key in the header of every request.
  2. In your request to Customer Care, specify the list of domains from which you expect your API requests will originate. Genesys uses this list to configure cross-origin resource sharing (CORS) domains for you (this is not currently available as self-service configuration).
  3. The base URL for your API endpoints is:
    https://gapi-<region>.genesyscloud.com/engagement/v3
    You will receive the <region> information from Genesys at the same time that you receive your API key.
    Consult the PureEngage Cloud Developer Center for complete endpoint paths.
Comments or questions about this documentation? Contact us for support!