POST Trigger/{id}/Trigger_action?appid={appid}&sg={sg}&hash={hash}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
Body Parameters
TriggerActions| Name | Description | Type | Additional information |
|---|---|---|---|
| description | string |
None. |
|
| custom | boolean |
None. |
|
| trigger_action_type | string |
None. |
|
| trigger_action_guid | string |
None. |
|
| require_synchronous | boolean |
None. |
|
| transform_type | string |
None. |
|
| enable | boolean |
None. |
|
| transform_id | string |
None. |
|
| builtin_transform_name | string |
None. |
|
| transform_parameters | Dictionary of string [key] and string [value] |
None. |
|
| transform_destination_type | string |
None. |
|
| transform_destination_id | string |
None. |
|
| test_transform_type | string |
None. |
|
| test_transform_type_id | string |
None. |
|
| builtin_transform_test_name | string |
None. |
|
| save_transform_to_transform_destination | boolean |
None. |
|
| transform_current_value | boolean |
None. |
|
| action_parameters | Dictionary of string [key] and string [value] |
None. |
|
| guid | string |
None. |
|
| guid_datetime | date |
None. |
|
| order | integer |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>