action field that specifies the associated value of created, updated, or deleted.
| Field | Data Type | Definition |
|---|---|---|
account_guid | String | The unique identifier for the goal. Defined by MX. |
amount | Decimal | The amount of the goal. |
completed_at | Integer | The date and time when the goal was completed. |
created_by | String | The source that created the goal. Possible values include USER and SYSTEM. This field may return null values. |
current_amount | Decimal | The current amount of the goal. |
goal_type_name | String | The type of goal. Possible values include SAVE_AMOUNT and PAYOFF. |
guid | String | The unique identifier for the goal. Defined by MX. |
has_been_spent | Boolean | Whether the goal has been spent. |
is_complete | Boolean | Whether the goal is complete. |
meta_type | String | The category of the goal. |
metadata | String | Additional information a partner can store on the goal. |
name | String | The name of the goal that is visible to the user. |
position | Integer | The priority of the goal in relation to multiple goals. |
projected_to_complete_at | Integer | The date and time when the goal is projected to be completed. |
revision | Integer | The revision number for the goal. |
user_guid | String | The unique identifier for the user the goal is attached to. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user. |
JSON
POST /admin/webhooks
HTTP/1.1
content-type: application/json; charset=utf-8
accept: application/json
User-Agent: HTTPClient/1.0 (2.7.1, ruby 2.2.2
(2015-09-02)) Date: Thu, 14 Apr 2016 04:26:04 GMT Content-Length: 231
Host: abc.com
{
"action": "created",
"goal": {
"account_guid": "ACT-1c935fd7-cd39-18b7-1e5b-71fbde730bd6",
"amount": 750,
"completed_at": null,
"created_by": null,
"current_amount": 100,
"goal_type_name": "SAVE_AMOUNT",
"guid": "GOL-537e6391-3c29-9130-4d4f-e44302608406",
"has_been_spent": false,
"is_complete": false,
"meta_type": "OTHER",
"metadata": null,
"name": "Home",
"position": 2,
"projected_to_complete_at": 1491004799,
"revision": 71,
"user_guid": "USR-dfb1b536-692d-f172-88c6-643a2691b30c",
"user_id": "0128372140"
}
}

