| Namespace | http://www.mulesoft.org/schema/mule/janrain |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/janrain/current/mule-janrain.xsd (View Schema) |
| Schema Version | 2.0 |
| Minimum Mule Version | 3.4 |
Janrain Cloud Connector for API V2.
| Configuration | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure an instance of this module
| |||||||||||
To use the this module within a flow the namespace to the module must be included. The resulting flow will look similar to the following:
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:janrain="http://www.mulesoft.org/schema/mule/janrain"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/janrain
http://www.mulesoft.org/schema/mule/janrain/current/mule-janrain.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This connector offers automatic connection management via the use of a connection pool. The pool will act a storage mechanism for all the connections that are in-use by the user of this connector.
Prior to execution of a processor, the connector will attempt to lookup an already established connection and if one doesn't exists it will create one. That lookup mechanism is done in the connection pool via the use of connection variables declared as keys.
The user of the connector can configure the pool by adding a connection-pooling-profile to the connector configuration like this:
<janrain:connection-pooling-profile maxActive="10" maxIdle="10"
exhaustedAction="WHEN_EXHAUSTED_GROW" maxWait="120" minEvictionMillis="60000" evictionCheckIntervalMillis="30000"/>
The following is a list of connection attributes, each connection attribute can be configured at the config element level or they can also be added to each processor. If they are used at the processor level they get the benefit of full expression resolution.
| Connection Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
| Optional. Specify which configuration to use. | |||||||||||
| The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
Reconnection Strategies specify how a connector behaves when its connection fails. You can control how Mule attempts to reconnect by specifying a number of criteria:
With a reconnection strategy, you can better control the behavior of a failed connection, by configuring it, for example, to re-attempt the connection only once every 15 minutes, and to give up after 30 attempts. You can also send an automatic notification to your IT administrator whenever this reconnection strategy goes into effect. You can even define a strategy that attempts to reconnect only during business hours. Such a setting can prove useful if your server is frequently shut down for nightly maintenance.
A reconnection strategy that allows the user to configure how many times a reconnection should be attempted and how long to wait between attempts.
<janrain:config>
<reconnect count="5" frequency="1000"/>
</janrain:config>
| Reconnect Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | |||||||||
| Optional. How often (in ms) to reconnect | |||||||||||
| Optional. How many reconnection attempts to make | |||||||||||
For more information about reconnection strategies in Mule, or even how to write your own custom reconnection strategy please check this section.
Activity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The activity structure, JSON-encoded. | String | */* | UTF-8 | ||||||||
| Optional. The identifier URL or device_token of the user sharing an activity. Do not use the device_token with mobile browsers. | String | */* | UTF-8 | ||||||||
| Optional. The identifier URL or device_token of the user sharing an activity. Do not use the device_token with mobile browsers. | String | */* | UTF-8 | ||||||||
| true | Optional. If true, truncate the activity update text when posting to providers which impose length restrictions (currently Twitter). | Boolean | */* | ||||||||
| true | Optional. If true, prepend the user’s name to the action when posting to Facebook (ignored for other providers). | Boolean | */* | ||||||||
| Optional. A boolean indicating whether to provide the entire URL in the post or tweet, or the shortened version. (PRO) | String | */* | UTF-8 | ||||||||
| Optional. Must be domain or URL. Defines a specific domain or URL as the source page of the sharing activity. Used by analytics to categorize posts by domain. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Add Admin
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| You Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| The email address of the admin user to be added. | String | */* | UTF-8 | ||||||||
| true | Optional. Indicates whether a verification email is sent out, requiring the user to click on it before they get access to the website. | Boolean | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Add Bp Bus
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Enter your partnerKey. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Map<String, String> | The response includes the name of the new bus, and the name of the application with which it is associated. |
Add Client
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the owner client. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| A string description of the client. | String | */* | UTF-8 | ||||||||
| Optional. A JSON array of feature names that the client has; defaults to the empty list. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| ClientInfo | the created client |
Add Domain
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| Engage API Key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| The domain to add. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful. |
Add Domain Patterns
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| A comma separated list of domains that will be used as a whitelist for the website. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Add Or Update Access Token
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The access_token to grant to the user. These tokens need to be requested from the individual Identity Provider according to their particular API. | String | */* | UTF-8 | ||||||||
| The identifier associated with the provider. This needs to to be formatted as a URL with profile number. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
All Mappings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | all of the stored mappings of an application |
Analytics Access
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| A date formatted as MM/DD/YYYY. | String | */* | UTF-8 | ||||||||
| A date formatted as MM/DD/YYYY. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Map<String, String> | the analytic data from your application |
Apps
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Enter your partnerKey. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Apps | List of applications managed by the partner. |
Auth Info
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The token parameter received at your token_url. | String | */* | UTF-8 | ||||||||
| Optional. Returns the extended Simple Registration and HCard data in addition to the normalized Portable Contacts format. Ignored unless the application has a Pro or Enterprise service level. | Boolean | */* | |||||||||
| Optional. Validate the specified tokenURL value against the tokenURL that was originally sent. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| UserInfo | the auth info |
Auth Infos
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The tokens parameter received at your token callback URL as described in Token Callback URL on the Token Callback URL page. | String | */* | UTF-8 | ||||||||
| false | Optional. Returns the extended Simple Registration and HCard data in addition to the normalized Portable Contacts format. | Boolean | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| AuthInfos | data from more than one identity provider |
Auth Native
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier for your application. | String | */* | UTF-8 | ||||||||
| The user’s flow locale for your application. | String | */* | UTF-8 | ||||||||
| You must enter one of code, token, or code_and_token. | String | */* | UTF-8 | ||||||||
| The value of the redirect_uri that was passed in to provision the authorization code, which Capture matches for security. | String | */* | UTF-8 | ||||||||
| A token for rpx. | String | */* | UTF-8 | ||||||||
| Optional. If true this endpoint will create nonexistent users. If it is false, you’ll need to do two-step registration using /oauth/register_native. | String | */* | UTF-8 | ||||||||
| Optional. If you have had a previous call to /oauth/auth_native fail with code 380 email_address_in_use, you can merge the two accounts by passing a merge_token parameter while authorizing as the existing user. | String | */* | UTF-8 | ||||||||
| Optional. The name of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_name. | String | */* | UTF-8 | ||||||||
| Optional. The version number of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_version. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | A standard, mobile, native authorization. |
Auth Native Traditional
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier for your application. | String | */* | UTF-8 | ||||||||
| The user’s flow locale for your application. | String | */* | UTF-8 | ||||||||
| You must enter one of code, token, or code_and_token. | String | */* | UTF-8 | ||||||||
| The value of the redirect_uri that was passed in to provision the authorization code, which Capture matches for security. | String | */* | UTF-8 | ||||||||
| The parameter name is the traditional-registration email address field name in your flow, so this varies from application to application. | String | */* | UTF-8 | ||||||||
| The parameter name is the traditional-registration password field name in your flow, so this varies from application to application. | String | */* | UTF-8 | ||||||||
| The name of the login form in your flow. | String | */* | UTF-8 | ||||||||
| Optional. The name of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_name. | String | */* | UTF-8 | ||||||||
| Optional. The version number of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_version. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | A standard, mobile, native authorization. |
Broadcast
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The identifier URL or deviceToken of the user sharing an activity. Do not use the deviceToken with mobile browsers. | String | */* | UTF-8 | ||||||||
| Optional. The identifier URL or deviceToken of the user sharing an activity. Do not use the deviceToken with mobile browsers. | String | */* | UTF-8 | ||||||||
| Optional. The title given to the shared content. | String | */* | UTF-8 | ||||||||
| Optional. The URL associated to the content being shared. | String | */* | UTF-8 | ||||||||
| Optional. URL of the site sharing the activity. | String | */* | UTF-8 | ||||||||
| Optional. Message associated with the activity being shared. | String | */* | UTF-8 | ||||||||
| Optional. The description of the shared content. This appears in the preview of the shared object and describes what is being shared. | String | */* | UTF-8 | ||||||||
| Optional. An image associated with the content being shared. | String | */* | UTF-8 | ||||||||
| Optional. The Flash or video object associated with the content being shared. | String | */* | UTF-8 | ||||||||
| Optional. The link that appears below the user-generated message and content fields. In the case of Facebook, this link appears next to the Like and Comment links. | String | */* | UTF-8 | ||||||||
| Optional. Facebook only. Use this parameter to share to a Facebook fan page instead of the User’s wall. The value is the Object ID assigned to the fan page. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Broadcast | The response includes a share element which returns fields that were actually passed to the provider. If the provider does not support a parameter, it will not be included in the result |
Clear Whitelist
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the owner client. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. The client_id whose whitelist will be cleared. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Create App
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| The administrative email address to be associated with your new Engage application. | String | */* | UTF-8 | ||||||||
| The display name for your new Engage application. | String | */* | UTF-8 | ||||||||
| The fully-qualified domain for your new Engage application. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| AppInfo | This call creates a new Engage application. |
Create Invite
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Engage API Key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| The administrative email address to be associated with your new Engage application. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | This call generates an email invitation for administrative access to an existing application. |
Delete Admin
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| You Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| The email address of the admin user to be added. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Delete App
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The Engage apiKey for the application to be deleted. | String | */* | UTF-8 | ||||||||
| The Engage partnerKey for the application that created the app referenced by apiKey. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful. |
Delete Client
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the owner client. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The client_id to delete. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Delete Default
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The key to delete from the client settings. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Delete Settings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The key to delete from the client settings. | String | */* | UTF-8 | ||||||||
| The client identifier whose key will be deleted. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Direct
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The identifier URL or deviceToken of the user sharing an activity. Do not use the deviceToken with mobile browsers. | String | */* | UTF-8 | ||||||||
| Optional. The identifier URL or deviceToken of the user sharing an activity. Do not use the deviceToken with mobile browsers. | String | */* | UTF-8 | ||||||||
| Optional. The title given to the shared content. | String | */* | UTF-8 | ||||||||
| Optional. The URL associated to the content being shared. | String | */* | UTF-8 | ||||||||
| A list of identifiers in JSON associated with the recipients being contacted. | String | */* | UTF-8 | ||||||||
| Optional. URL of the site sharing the activity. | String | */* | UTF-8 | ||||||||
| Optional. Message associated with the activity being shared. | String | */* | UTF-8 | ||||||||
| Optional. The description of the shared content. This appears in the preview of the shared object and describes what is being shared. | String | */* | UTF-8 | ||||||||
| Optional. An image associated with the content being shared. | String | */* | UTF-8 | ||||||||
| Optional. The Flash or video object associated with the content being shared. | String | */* | UTF-8 | ||||||||
| Optional. The link that appears below the user-generated message and content fields. In the case of Facebook, this link appears next to the Like and Comment links. | String | */* | UTF-8 | ||||||||
| Optional. Allows for sharing multiple urls to multiple recipients. The value is a JSON object of recipients and shared urls. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Direct | The response includes a share element which returns fields that were actually passed to the provider. If the provider does not support a parameter, it will not be included in the result |
Entity Adopt
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. The client identifier of the owner client. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| The identifier of the entity. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with an OAuth access_token. | String | */* | UTF-8 | ||||||||
| The value path to the plural that is to adopt the orphan. | String | */* | UTF-8 | ||||||||
| The id of the orphaned plural element to be adopted. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Entity Bulk Create
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| The attribute names and values (as JSON) for the entity. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| BulkResponse | the bulk response |
Entity Bulk Delete
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| The expression used to filter the results. | String | */* | UTF-8 | ||||||||
| Optional. When the parameter is present, will not delete any records unless the value is true. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the count of the deleted entities |
Entity Count
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| Optional. The expression to use to filter the results. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the entity count |
Entity Create
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. The entityType of the entity. | String | */* | UTF-8 | ||||||||
| The attribute names and values (as JSON) for the entity. | String | */* | UTF-8 | ||||||||
| Optional. When true, a result field is added to the response containing the data of the newly created entity record. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Map<String, String> | the entity created |
Entity Delete
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with an OAuth access_token. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or key_attribute paramaters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using key_attribute or uuid parameters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or uuid. | String | */* | UTF-8 | ||||||||
| Optional. Required when using key_attribute. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| Optional. This is a schema path to an individual attribute. | String | */* | UTF-8 | ||||||||
| Optional. Timestamps are generated when an entity is created. | String | */* | UTF-8 | ||||||||
| Optional. Timestamps are generated when an entity is updated. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Entity Find
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| Optional. The expression used to filter the results. The default is to match all records. | String | */* | UTF-8 | ||||||||
| Optional. The maximum number of results to be returned. | String | */* | UTF-8 | ||||||||
| Optional. Changes the first result displayed by the list to the next number specified. | String | */* | UTF-8 | ||||||||
| Optional. This includes a total_count in the result that shows the total number of records that matched the filter. | Boolean | */* | |||||||||
| Optional. A JSON array of attributes to sort by. | String | */* | UTF-8 | ||||||||
| Optional. A JSON array of attributes to return in the result set. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the results |
Entity Purge
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| When the parameter is present, will not delete any records unless the value is true. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the resulted state of the action |
Entity Replace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with an OAuth access_token. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or key_attribute paramaters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using key_attribute or uuid parameters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or uuid. | String | */* | UTF-8 | ||||||||
| Optional. Required when using key_attribute. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| The JSON value to assign by attribute_name. | String | */* | UTF-8 | ||||||||
| Optional. This is a schema path to an individual attribute. | String | */* | UTF-8 | ||||||||
| Optional. Timestamps are generated when an entity is created. | String | */* | UTF-8 | ||||||||
| Optional. Timestamps are generated when an entity is updated. | String | */* | UTF-8 | ||||||||
| Optional. When true, a result field is added to the response, containing the data of the newly updated entity record. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Entity Update
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with an OAuth access_token. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or key_attribute paramaters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using key_attribute or uuid parameters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or uuid. | String | */* | UTF-8 | ||||||||
| Optional. Required when using key_attribute. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| The JSON value to assign by attribute_name. | String | */* | UTF-8 | ||||||||
| Optional. This is a schema path to an individual attribute. | String | */* | UTF-8 | ||||||||
| Optional. Timestamps are generated when an entity is created. | String | */* | UTF-8 | ||||||||
| Optional. Timestamps are generated when an entity is updated. | String | */* | UTF-8 | ||||||||
| Optional. When true, a result field is added to the response, containing the data of the newly updated entity record. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Entity Versions
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| The primary key of the parent object. | String | */* | UTF-8 | ||||||||
| The date and time to search for. Capture retrieves the value of the record as it existed at that timestamp. | String | */* | UTF-8 | ||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the versions |
Forgot Password Native
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier for your application. | String | */* | UTF-8 | ||||||||
| The user’s flow locale for your application. | String | */* | UTF-8 | ||||||||
| You must enter one of code, token, or code_and_token. | String | */* | UTF-8 | ||||||||
| The value of the redirect_uri that was passed in to provision the authorization code, which Capture matches for security. | String | */* | UTF-8 | ||||||||
| The name of the form in your flow where you store the recover password logic.. | String | */* | UTF-8 | ||||||||
| The email address for which you want to recover the password. | String | */* | UTF-8 | ||||||||
| Optional. The name of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_name. | String | */* | UTF-8 | ||||||||
| Optional. The version number of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_version. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the forgotten password |
Get Access Token
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Required when not using the id or key_attribute and key_value paramaters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using the uuid or key_attribute and key_value paramaters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or uuid parameters. | String | */* | UTF-8 | ||||||||
| Optional. Required when using key_attribute. | String | */* | UTF-8 | ||||||||
| The client identifier, which you can find on your dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The name of the entityType. | String | */* | UTF-8 | ||||||||
| Optional. The client_id for which to retrieve an accessToken. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | Access Token |
Get Admins
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| You Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Admins | This call returns all admin users currently assigned to the RP. |
Get App Settings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Map<String, String> | the app settings |
Get Authorization Code
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Required when not using the id or key_attribute and key_value paramaters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using the uuid or key_attribute and key_value paramaters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or uuid parameters. | String | */* | UTF-8 | ||||||||
| Optional. Required when using key_attribute. | String | */* | UTF-8 | ||||||||
| The client identifier, which you can find on your dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The redirect URI. This is the address used by CaptureUI to make the redirect. | String | */* | UTF-8 | ||||||||
| The name of the entityType. | String | */* | UTF-8 | ||||||||
| Optional. A JSON object that will be associated with the authorization code and returned when it is exchanged for an access_token and a refresh token. | String | */* | UTF-8 | ||||||||
| Optional. The number of seconds for which the code is valid. The default value is 30 seconds. | String | */* | UTF-8 | ||||||||
| Optional. The client_id for which to retrieve an accessToken. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | Authorization Code |
Get Available Providers
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| AvailableProviders | a list of configured providers for an application |
Get Backplane Properties
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Backplane | the backplane properties. |
Get Contacts
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The identifier returned from the auth_info API call. The application must be configured to request this information in the Provider Configuration screen. | String | */* | UTF-8 | ||||||||
| Optional. Specify friends to return identifiers for every friend of the user. If you do not specify a value, friends will be returned if available. | String | */* | UTF-8 | ||||||||
| Optional. If true returns a value that identifies if a user has previously authenticated with the Janrain application before. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Contacts | a list of all the contacts related to the user |
Get Creation Token
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier, which you can find on your dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The name of the entityType. | String | */* | UTF-8 | ||||||||
| The number of seconds for which the code is valid. The default value is 30 seconds. | String | */* | UTF-8 | ||||||||
| The client_id for which to retrieve an accessToken. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | Creation Token |
Get Default
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The key to delete from the client settings. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the default setting |
Get Domain Patterns
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| DomainPatterns | the domain patterns. |
Get Entity Type
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| The date and time to search for. Capture retrieves the value of the record as it existed at that timestamp. | String | */* | UTF-8 | ||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the versions |
Get Items
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The client identifier whose key will be deleted. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the items |
Get Keys
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The client identifier whose key will be deleted. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the keys |
Get MultiSettings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The key to delete from the client settings. | String | */* | UTF-8 | ||||||||
| The client identifier whose key will be deleted. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the settings |
Get Pending Invites
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Engage API key for the application for which to return pending invites. | String | */* | UTF-8 | ||||||||
| The Engage partner key for the application that created the app referenced by the apiKey parameter. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Invites | the pending invites. |
Get Properties
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The Engage partner key for the application that created the app referenced by the apiKey parameter. | String | */* | UTF-8 | ||||||||
| Engage API key for the application for which to return pending invites. | String | */* | UTF-8 | ||||||||
| The name of the provider whose properties you want to return. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Map<String, String> | the app properties. |
Get Provider Permissions
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The Engage partner key for the application that created the app referenced by the apiKey parameter. | String | */* | UTF-8 | ||||||||
| Engage API key for the application for which to return pending invites. | String | */* | UTF-8 | ||||||||
| The name of the provider whose properties you want to return. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Permissions | the provider permission. |
Get Settings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The key to delete from the client settings. | String | */* | UTF-8 | ||||||||
| The client identifier whose key will be deleted. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the settings |
Get Share Count
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The URL that was shared. | String | */* | UTF-8 | ||||||||
| Optional. When a value is added, returns data in JSONP format. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | he number of a times a given URL has been shared. |
Get Share Providers
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| ShareProviders | a list of email and sharing providers configured for the widget. |
Get Token
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier for your application | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The access grant type included in the request. Available values are authorization_code and refresh_token. | String | */* | UTF-8 | ||||||||
| The authorization code received from the authorization server. | String | */* | UTF-8 | ||||||||
| The redirection URI used in the initial request. CaptureUI uses this address to implement the redirect. | String | */* | UTF-8 | ||||||||
| Optional. The token for refreshing the | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | A token |
Get User Data
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The identifier returned from the auth_info API call. The application must be configured to request this information in the Provider Configuration screen. | String | */* | UTF-8 | ||||||||
| Optional. Returns the extended Simple Registration and HCard data in addition to the normalized Portable Contacts format. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| UserInfo | up-to-date copy of a user’s profile |
Get Verification Code
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Required when not using id or the key_attribute and key_value parameters. | String | */* | UTF-8 | ||||||||
| Optional. The id number associated with the user record. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using the id or uuid parameters. | String | */* | UTF-8 | ||||||||
| Optional. Required when using the key_attribute | String | */* | UTF-8 | ||||||||
| The client identifier, which you can find on your dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The name of the entityType. | String | */* | UTF-8 | ||||||||
| The name of the attribute to update when using the verification code. | String | */* | UTF-8 | ||||||||
| The number of seconds for which the code is valid. The default value is 30 seconds. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | Verification Code |
Link Account Native
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier for your application. | String | */* | UTF-8 | ||||||||
| The user’s flow locale for your application. | String | */* | UTF-8 | ||||||||
| You must enter one of code, token, or code_and_token. | String | */* | UTF-8 | ||||||||
| The value of the redirect_uri that was passed in to provision the authorization code, which Capture matches for security. | String | */* | UTF-8 | ||||||||
| The access token from a previous call to /oauth/auth_native or oauth/auth_native_traditional. | String | */* | UTF-8 | ||||||||
| Optional. The name of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_name. | String | */* | UTF-8 | ||||||||
| Optional. The version number of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_version. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | A linked account |
List Clients
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the owner client. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. A JSON array features names; only clients which have at least one of the features in the array will be displayed. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| ClientListInfo | the clients |
Lookup Rp
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The name of your plugin. | String | */* | UTF-8 | ||||||||
| Optional. The version number of your plugin. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Plugin | the plugin response. |
Map
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The identifier returned from the auth_info API call. | String | */* | UTF-8 | ||||||||
| The primary key from your users table, as a string. | String | */* | UTF-8 | ||||||||
| Optional. If false, only create the mapping if one does not already exist for the specified identifier. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Mappings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The primary key from your users table, as a string. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Identifiers | all the stored Identity Providers associated with a particular user’s primary key |
Providers
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| WidgetProviders | configured sign-in or social providers configured for a widget |
Register Native
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier for your application. | String | */* | UTF-8 | ||||||||
| The user’s flow locale for your application. | String | */* | UTF-8 | ||||||||
| You must enter one of code, token, or code_and_token. | String | */* | UTF-8 | ||||||||
| The value of the redirect_uri that was passed in to provision the authorization code, which Capture matches for security. | String | */* | UTF-8 | ||||||||
| The access token from a previous call to /oauth/auth_native or oauth/auth_native_traditional. | String | */* | UTF-8 | ||||||||
| Optional. The name of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_name. | String | */* | UTF-8 | ||||||||
| Optional. The version number of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_version. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | A linked account |
Register Native Traditional
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier for your application. | String | */* | UTF-8 | ||||||||
| The user’s flow locale for your application. | String | */* | UTF-8 | ||||||||
| You must enter one of code, token, or code_and_token. | String | */* | UTF-8 | ||||||||
| The value of the redirect_uri that was passed in to provision the authorization code, which Capture matches for security. | String | */* | UTF-8 | ||||||||
| The password of the person who is registering. Note: The actual name of this parameter is defined by your flow file. password is the default, but you might choose to change it. | String | */* | UTF-8 | ||||||||
| The confirmation for the user’s password and must match the password parameter. | String | */* | UTF-8 | ||||||||
| The email address you want to verify. | String | */* | UTF-8 | ||||||||
| Optional. The name of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_name. | String | */* | UTF-8 | ||||||||
| Optional. The version number of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_version. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | A linked account |
Reset Api Key
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The application identifier of the RP application for which you want to reset the API key. | String | */* | UTF-8 | ||||||||
| The Engage partner key for the application that created the app referenced by the apiKey parameter. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the new api key. |
Retrieve Entity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with client settings. | String | */* | UTF-8 | ||||||||
| Optional. Required when authenticating with an OAuth access_token. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or key_attribute paramaters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using key_attribute or uuid parameters. | String | */* | UTF-8 | ||||||||
| Optional. Required when not using id or uuid. | String | */* | UTF-8 | ||||||||
| Optional. Required when using key_attribute. | String | */* | UTF-8 | ||||||||
| Optional. Entity can be used to validate user passwords. | String | */* | UTF-8 | ||||||||
| Optional. A plaintext value that will be matched against the password attribute specified in the password_attribute parameter. | String | */* | UTF-8 | ||||||||
| The entityType of the entity. | String | */* | UTF-8 | ||||||||
| Optional. This is a schema path to an individual attribute. | String | */* | UTF-8 | ||||||||
| Optional. This is a JSON array of attributes. | String | */* | UTF-8 | ||||||||
| Optional. Timestamps are generated when an entity is created. | String | */* | UTF-8 | ||||||||
| Optional. Timestamps are generated when an entity is updated. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | Retrieve an entity of entityType user by id. |
Set App Settings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Full URL to the location of your privacy policy. | String | */* | UTF-8 | ||||||||
| Optional. URL of your favicon. | String | */* | UTF-8 | ||||||||
| Optional. The URL for the redirect. | String | */* | UTF-8 | ||||||||
| Optional. A boolean, true or false. | Boolean | */* | |||||||||
| Optional. A boolean, true or false. | Boolean | */* | |||||||||
| Optional. A boolean, true or false. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set Auth Providers
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| A comma separated string of provider specifiers. | String | */* | UTF-8 | ||||||||
| Optional. Web, iphone, android. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set Backplane Properties
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The Backplane server’s domain name, such as, example.com. | String | */* | UTF-8 | ||||||||
| The Backplane bus name. | String | */* | UTF-8 | ||||||||
| v1 | Optional. The Backplane server version, for example, v1.1. The default value is v1. | String | */* | UTF-8 | |||||||
| Optional. False is the default. If false, add a new Backplane configuration; otherwise, remove the Backplane configuration for the specified server or bus. | Boolean | */* | |||||||||
| Only required when you do not use remove. The user name for the Backplane credential. | String | */* | UTF-8 | ||||||||
| Only required when you do not use remove. The user name for the Backplane credential. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set Default
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The key to delete from the client settings. | String | */* | UTF-8 | ||||||||
| The value to assign to the key. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set Description
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the owner client. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. The client id of the client having it’s description changed. | String | */* | UTF-8 | ||||||||
| The new description for the target client. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set Domain Patterns
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| A comma separated list of domains used as a whitelist for the website. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set Features
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the owner client. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. The client id of the client having it’s description changed. | String | */* | UTF-8 | ||||||||
| A JSON array of feature names to assign to the client. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set MultiSettings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| A JSON object containing the key-value pairs to set for the client identifier. | String | */* | UTF-8 | ||||||||
| The client identifier whose key will be deleted. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the settings |
Set Properties
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The Engage API Key of the application to configure. | String | */* | UTF-8 | ||||||||
| Your Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| The name of the provider to configure. | String | */* | UTF-8 | ||||||||
| Optional. Facebook only: The Application Id for the user’s Facebook application. | String | */* | UTF-8 | ||||||||
| Optional. Facebook Only: The Application Secret for the user’s Facebook application. | String | */* | UTF-8 | ||||||||
| Optional. Facebook only: Set to true if this application needs email to receive end-user email addresses. | Boolean | */* | |||||||||
| Optional. Facebook only: This is the URL that is invoked when the user uninstalls the Facebook application. | String | */* | UTF-8 | ||||||||
| This is the Consumer Key for the user’s application. | String | */* | UTF-8 | ||||||||
| The consumer secret the user’s application. | String | */* | UTF-8 | ||||||||
| Optional. PayPal only: The display name for the user’s Paypal application. | String | */* | UTF-8 | ||||||||
| Optional. PayPal only: enter a valid email address that is already registered with a PayPal account. | String | */* | UTF-8 | ||||||||
| Optional. Windows Live only: The Application ID for the user’s Windows Live application. | String | */* | UTF-8 | ||||||||
| Optional. Windows Live only: The Secret Key for the user’s Windows Live application. | String | */* | UTF-8 | ||||||||
| Optional. Windows Live only: The URL for the Windows Live application’s privacy policy. | String | */* | UTF-8 | ||||||||
| Optional. Yahoo only: The Application ID for the user’s Yahoo application. | String | */* | UTF-8 | ||||||||
| Optional. Yahoo only: Set to true if the user’s Yahoo application has read and write permissions for “Status” and “Updates.” | Boolean | */* | |||||||||
| Optional. Yahoo only: Set to true if the user’s Yahoo application has read permission for “Contacts.” | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful. |
Set Provider Permissions
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The Engage API Key of the application to configure. | String | */* | UTF-8 | ||||||||
| Your Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| The name of the provider to configure. | String | */* | UTF-8 | ||||||||
| A comma-separated list of permissions to set. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful. |
Set Settings
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| The key to delete from the client settings. | String | */* | UTF-8 | ||||||||
| The value to assign to the key. | String | */* | UTF-8 | ||||||||
| The client identifier whose key will be deleted. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the settings |
Set Share Providers
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Sharing providers to add to the widget. This may be left empty, in which case the widget will have no sharing providers. | String | */* | UTF-8 | ||||||||
| Optional. Email providers to add to the widget. You can leave this empty, in which case the widget will have no email providers. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set Status
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The identifier returned from the auth_info API call. | String | */* | UTF-8 | ||||||||
| The status message to set. Engage does not set a length restriction on this message, however Twitter and LinkedIn limit status length to 140 characters. | String | */* | UTF-8 | ||||||||
| Optional. This is a string containing location data associated with the content being published. | String | */* | UTF-8 | ||||||||
| true | Optional. If true, truncate status when posting to providers that impose status length restrictions (currently Twitter, Yahoo, and LinkedIn). | Boolean | */* | ||||||||
| Optional. Must be domain or URL. Defines a specific domain or URL as the source page of the sharing activity. Used by analytics to categorize posts by domain. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Set Whitelist
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the owner client. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. The client id of the client having it’s description changed. | String | */* | UTF-8 | ||||||||
| A JSON array of CIDR addresses that make up the new whitelist for the client, each one in the x.x.x.x/x format. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Unmap
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The identifier currently mapped to the primaryKey. | String | */* | UTF-8 | ||||||||
| false | Optional. False is the default. If true, all identifiers mapped to the primaryKey are removed. | Boolean | */* | ||||||||
| The primary key from your users table, as a string. | String | */* | UTF-8 | ||||||||
| False is the default. If true, unlinks your application from the user’s account with the provider. | Boolean | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Use Verification Code
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The verification code obtained in a previous call to access/getVerificationCode. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful |
Verify Domain
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The Engage API Key of the application to configure. | String | */* | UTF-8 | ||||||||
| Your Engage partner key, which you can find on the dashboard. | String | */* | UTF-8 | ||||||||
| The name of the provider to configure. | String | */* | UTF-8 | ||||||||
| Optional. This is the Google-supplied META tag value that will be created on the domain. | String | */* | UTF-8 | ||||||||
| Optional. This is the Yahoo-supplied filename that will be created on the domain. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | true if the operation is successful. |
Verify Email Native
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier for your application. | String | */* | UTF-8 | ||||||||
| The user’s flow locale for your application. | String | */* | UTF-8 | ||||||||
| You must enter one of code, token, or code_and_token. | String | */* | UTF-8 | ||||||||
| The value of the redirect_uri that was passed in to provision the authorization code, which Capture matches for security. | String | */* | UTF-8 | ||||||||
| The name of the form in your flow where you store the verify email logic. | String | */* | UTF-8 | ||||||||
| The email address you want to verify. | String | */* | UTF-8 | ||||||||
| Optional. The name of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_name. | String | */* | UTF-8 | ||||||||
| Optional. The version number of the flow you want to use for this user. If you do not enter a value, Capture uses default_flow_version. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | A linked account |
Webhooks Add
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the target Capture application, available in the dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. This is only applicable when event_type is update. | String | */* | UTF-8 | ||||||||
| The URL address where the webhook message is to be delivered and processed. | String | */* | UTF-8 | ||||||||
| The type of change that triggers the webhook. | String | */* | UTF-8 | ||||||||
| The schema where the attribute is defined. Most of the time, this will be the default schema user. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the created webhook |
Webhooks Delete
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the target Capture application, available in the dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| This is the uuid of the webhook. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the deleted webhook |
Webhooks Find
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the target Capture application, available in the dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| This is the uuid of the webhook. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the found webhook |
Webhooks List
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the target Capture application, available in the dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the list of webhooks |
Webhooks Update
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The client identifier of the target Capture application, available in the dashboard. | String | */* | UTF-8 | ||||||||
| The shared secret paired with the client_id. | String | */* | UTF-8 | ||||||||
| Optional. The URL address where the webhook message is to be delivered and processed. | String | */* | UTF-8 | ||||||||
| Optional. The type of change that triggers the webhook. | String | */* | UTF-8 | ||||||||
| Optional. The schema where the attribute is defined. Most of the time, this will be the default schema user. | String | */* | UTF-8 | ||||||||
| Optional. This is applicable only when event_type is update. | String | */* | UTF-8 | ||||||||
| This is the uuid of the webhook. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The "API key (secret)" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The name of your application. In "Application Domain" -> https://[appName].rpxnow.com/ | String | */* | UTF-8 | ||||||||
| Optional. The "App ID" provided in the "Application Info" | String | */* | UTF-8 | ||||||||
| Optional. The host that you will using for your capture API. It might be the same as "Application Domain" or you can personalize this one | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the updated webhook |