Skip to content

Commit c7f626d

Browse files
author
github-actions
committed
Add updated snippets
1 parent 2a4498c commit c7f626d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snippets/auto_gen/hubl_functions.json

+7
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,13 @@
475475
"description": "Returns a landing or website page by id\nParameters:\n- page_id(id) The id of the page to look up",
476476
"prefix": "~page_by_id"
477477
},
478+
"personalization_api_url": {
479+
"body": [
480+
"personalization_api_url(${1:contact_properties}, ${2:company_properties})"
481+
],
482+
"description": "Generates a signed URL path and query string to the Content Personalization API, specific to the hubid and provided properties parameters. Any changes to the 'contactProperties' or 'companyProperties' parameters will require generating a new signed URL with an updated 'sig' parameter. Note that no signature is required if no company or contact properties will be requested.\nParameters:\n- contact_properties(comma-delimited string) The list of contact properties to request. Additionally, a contact's list (CLS) memberships and ILS memberships can be requested as 'listMemberships' and 'ilsMemberships' respectively.\n- company_properties(comma-delimited string) The list of company properties to request.",
483+
"prefix": "~personalization_api_url"
484+
},
478485
"personalization_token": {
479486
"body": [
480487
"personalization_token(${1:expression}, ${2:default})"

0 commit comments

Comments
 (0)