Skip to content

Commit

Permalink
Add updated snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 28, 2024
1 parent 2a4498c commit 60e96a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snippets/auto_gen/hubl_functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,13 @@
"description": "Returns a landing or website page by id\nParameters:\n- page_id(id) The id of the page to look up",
"prefix": "~page_by_id"
},
"personalization_api_url": {
"body": [
"personalization_api_url(${1:contact_properties}, ${2:company_properties})"
],
"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.",
"prefix": "~personalization_api_url"
},
"personalization_token": {
"body": [
"personalization_token(${1:expression}, ${2:default})"
Expand Down

0 comments on commit 60e96a0

Please sign in to comment.