Skip to content

Instantly share code, notes, and snippets.

@OseasSon
Last active April 5, 2023 13:18
Show Gist options
  • Save OseasSon/179831e260bb99c78dac3d154aeda336 to your computer and use it in GitHub Desktop.
Save OseasSon/179831e260bb99c78dac3d154aeda336 to your computer and use it in GitHub Desktop.
Date values formatting
{
"headers": {
"Date": "Tue, 28 Mar 2023 09:49:39 GMT",
"Accept": "application/json",
"Accept-Encoding": "gzip,deflate",
"Host": "prod-191.westeurope.logic.azure.com",
"User-Agent": "Intercom/Parrot,1.3",
"Intercom-Webhook-Subscription-ID": "nsub_wd_d141a19c-0413-46a1-943f-705cb1a85faf_sn98f9uw",
"X-Hub-Signature": "sha1=8543c05e8aaff91d2041850d7c34186837d4ce56",
"Intercom-Version": "2.8",
"x-datadog-trace-id": "3861402562404566310",
"x-datadog-parent-id": "3095258289894946022",
"x-datadog-sampling-priority": "1",
"Content-Length": "3031",
"Content-Type": "application/json"
},
"body": {
"type": "notification_event",
"app_id": "sn98f9uw",
"data": {
"type": "notification_event_data",
"item": {
"type": "contact",
"id": "6420170172634aa4e49459cd",
"workspace_id": "sn98f9uw",
"external_id": "prod-97505",
"role": "user",
"email": "[email protected]",
"phone": "070-757 63 69",
"name": "Mattias Nils Filip Lundborg",
"avatar": null,
"owner_id": null,
"social_profiles": {
"type": "list",
"data": []
},
"has_hard_bounced": false,
"marked_email_as_spam": false,
"unsubscribed_from_emails": false,
"created_at": "2023-03-26T09:57:21.861+00:00",
"updated_at": "2023-03-28T09:49:38.510+00:00",
"signed_up_at": "2023-03-26T09:57:19.000+00:00",
"last_seen_at": "2023-03-28T09:49:28.457+00:00",
"last_replied_at": null,
"last_contacted_at": null,
"last_email_opened_at": null,
"last_email_clicked_at": null,
"language_override": null,
"browser": null,
"browser_version": null,
"browser_language": null,
"os": null,
"location": {
"type": "location",
"country": "Sweden",
"region": "Stockholm County",
"city": "",
"country_code": "SWE",
"continent_code": "EU"
},
"android_app_name": null,
"android_app_version": null,
"android_device": null,
"android_os_version": null,
"android_sdk_version": null,
"android_last_seen_at": null,
"ios_app_name": "Fundler",
"ios_app_version": "4.1.14",
"ios_device": "iPhone 13 Pro",
"ios_os_version": "16.1.1",
"ios_sdk_version": null,
"ios_last_seen_at": "2023-03-28T09:49:28.456+00:00",
"custom_attributes": {
"DEPOSIT_PENDING": false,
"EMAIL_VERIFIED": true,
"EMAIL_VERIFIED_AT": "2023-03-28T09:49:36.000+00:00",
"HAS_ADVISOR": false,
"PAYING_CUSTOMER": false,
"PORTFOLIO_CREATED": false,
"RECURRING_DEPOSIT_ACTIVE": false,
"WITHDRAWAL_PENDING": false,
"age": 27,
"birthday": "1995-05-03T00:00:00.000+00:00",
"email_token": "MUIEAOUSlg4ukU_QjDL4TBQAPlDsJsNROqoCXJCiiJYZw8MXE340CcD743ixSWf6FQyZhKl9mC15-_OybVpKavLLuJ2YR6hb0QXmhO1UdiHc2CdV3ExVYqE4Lp6SdGaidBBl2xjy_m653nebAagZtnCeyyv8q7JdN2rOcCz8EPOtzFgbAS739oIgcN_aAxsaHw1wi24mAA==",
"environment": "prod",
"has_pending_agreements": false,
"kyc_expiration_status": null,
"kyc_status": null,
"modulus_20": 6,
"pension_status": null,
"status": "active"
},
"tags": {
"type": "list",
"data": [],
"url": "/contacts/6420170172634aa4e49459cd/tags",
"total_count": 0,
"has_more": false
},
"notes": {
"type": "list",
"data": [],
"url": "/contacts/6420170172634aa4e49459cd/notes",
"total_count": 0,
"has_more": false
},
"companies": {
"type": "list",
"data": [],
"url": "/contacts/6420170172634aa4e49459cd/companies",
"total_count": 0,
"has_more": false
},
"opted_out_subscription_types": {
"type": "list",
"data": [],
"url": "/contacts/6420170172634aa4e49459cd/subscriptions",
"total_count": 0,
"has_more": false
},
"opted_in_subscription_types": {
"type": "list",
"data": [],
"url": "/contacts/6420170172634aa4e49459cd/subscriptions",
"total_count": 0,
"has_more": false
},
"utm_campaign": null,
"utm_content": null,
"utm_medium": null,
"utm_source": null,
"utm_term": null,
"referrer": null,
"sms_consent": false,
"unsubscribed_from_sms": false
}
},
"links": {},
"id": "notif_5496a065-ae99-4895-8fa2-f74c33abab9b",
"topic": "contact.user.updated",
"delivery_status": "pending",
"delivery_attempts": 1,
"delivered_at": 0,
"first_sent_at": 1679996978,
"created_at": 1679996978,
"self": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment