Skip to content

Instantly share code, notes, and snippets.

View pietromalerba's full-sized avatar

Pietro Malerba pietromalerba

  • M3
  • Civitanova Marche (MC) - Italy
View GitHub Profile
start:
// If the user doesn't exist, we create a new id using the uuid app
if (!user_id) remember user_id = Fn("utils/uuid", version="v4")
say "Hi, let's subscribe to an awesome newsletter 💌 !"
do Fn("google/analytics", method="sendEvent", params={"user_id": user_id,"category": "csml_nl_chatbot","action": "flow_process","label": "start"})
goto firstname
firstname:
say "What's your firstname?"
hold
@shankar-bavan
shankar-bavan / bitbucket-pipeline-pull-files.md
Last active March 16, 2025 10:20
CI CD with bitbucket pipleline and shell script
@pietromalerba
pietromalerba / bitbucket-pipeline-pull-files.md
Created June 9, 2023 16:35 — forked from shankar-bavan/bitbucket-pipeline-pull-files.md
CI CD with bitbucket pipleline and shell script