This page was last edited on October 25, 2017, at 16:16.
Comments or questions about this documentation? Contact us for support!
Section: match-interaction
Default Value: No default value
Valid Values: Phone number
Changes Take Effect: Immediately
This option is mandatory.
Number that the customer called.
Note: Request parameter.
Section: match-interaction
Default Value: No default value
Valid Values: Phone number
Changes Take Effect: Immediately
This option is mandatory.
Access code returned as a result of request-access. Note: Request parameter.
Section: match-interaction
Default Value: No default value
Valid Values: Phone number
Changes Take Effect: Immediately
Note: Request parameter.
Number of the mobile phone where the service request originated.
Section: no category
Default Value:
Valid Values: String
Changes Take Effect: Immediately
This option is mandatory.
Section: no category
Default Value:
Valid Values: builtin,ors
Changes Take Effect: Immediately
This option is mandatory.
This service will do the following for ALL Services:
These are the service specific parameters that will be supplied on the Create service API.
Parameters |
Mandatory |
Description |
---|---|---|
_phone_number | No | This is the phone number of the party that is calling and will be matched against the _phone_number property of the services. |
_access_number |
Yes |
This is the number that the party called and will be matched against the _access_number property associated with the services. |
_access_code |
No |
This is the code assigned to the party that is calling will be matched against the _access_code property assigned to the services. |
_return_multiple_matches [since 8.5.102] |
No |
Set this option to true to retrieve an array of matching results in the JSON response in the following format:
{ "matches" : [ { _id...}, { _id...} ] } |
_return_data [since 8.5.102] |
No | Set this option to true to retrieve the user data instead of data_id only; false by default. |
_delete_service [since 8.5.102] |
No | Set this option to true to delete the service; false by default. Note that, in any case, GMS releses the _access_number and _access_code resources. |
Parameters |
Mandatory |
Description |
---|---|---|
_id |
Yes | Identifier of the matching service. |
_data_id |
Yes |
Identifier of the matching service's data that is in GMS Storage. |
user_data [since 8.5.102] |
No |
User Data attached to service, if you set the _return_user_data option to true. |
There are no specific requests for this service.
There are no events associated with this service.
The following are the configuration options that you can access or modify in the Mobile Engagement UI:
Option | Description |
---|---|
_type = builtin |
|
_service = match-interaction |
|
_phone_number | Note: Request parameter.
Number of the mobile phone where the service request originated.
|
_access_code | Access code returned as a result of request-access.
Note: Request parameter.
|
_access_number | Number that the customer called. Note: Request parameter.
|