This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
win.Featurebase('init_embed_widget', { | |
/* Required - Organization identifier */ | |
organization: 'carv', // Replace with your organization name (subdomain from your Featurebase workspace URL) | |
embedOptions: { | |
path: '/help', // Initial page to load: '/' for feedback board, '/roadmap' for roadmap, '/changelog' for changelog, etc. | |
filters: '', // Query params that can be used for default filters (e.g. 'b=63f827df2d62cb301468aac4&sortBy=upvotes:desc') | |
routeSyncingBasePath: localePath('/lp/help-center') // ADVANCED - Sync URLs between your website & the embed, read the documentation below for usage | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sections": [ | |
{ | |
"title": "Hardware Doctor", | |
"groups": [ | |
{ | |
"title": "Insert 22122858", | |
"items": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DraftOrderInput { | |
applied_discount: Some( | |
DraftOrderAppliedDiscountInput { | |
description: None, | |
title: None, | |
value: 100.0, | |
value_type: Percentage, | |
}, | |
), | |
billing_address: None, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --request GET \ | |
--url 'https://api.getzowie.com/v1/inbox/conversations/b5f9528fe4b44188ae0b1489fa5970ca/events' \ | |
--header 'X-API-Key: {key}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --request GET --url 'https://api.getzowie.com/v1/inbox/conversations?page=0&email=tim%40timbaileyaia.com' --header 'X-API-Key: {key}' |