Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lsheltonSTO committed Sep 19, 2024
2 parents 69fa308 + d2ec78b commit dd3c4d4
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,63 @@ And without further adieu - <a href="https://www.lindsaytshelton.com/blog/202409

<a href="https://www.lindsaytshelton.com/blog/202409from_concept_to_chatbot_servicenow_with_copilot_studio_part2/">Part 2 - Conversation Start</a>

Want to contact me about your own Copilot Studio ServiceNow bot? Do so below!

<style>
/* Form styling */
form {
max-width: 600px;
margin: 20px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 10px;
background-color: #f9f9f9;
}

label {
display: block;
margin-bottom: 10px;
font-weight: bold;
}

input[type="email"], textarea {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}

/* Styling for the button */
button[type="submit"] {
background-color: #ff69b4;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}

button[type="submit"]:hover {
background-color: #ff1493;
}
</style>

<!-- Contact Form -->
<form action="https://formspree.io/f/mqazoelw" method="POST">
<label>
Your email:
<input type="email" name="email" required>
</label>
<label>
Your message:
<textarea name="message" required></textarea>
</label>
<button type="submit">Send</button>
</form>


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CN3PDT3T20"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,62 @@ This allows you to follow along with the topic and nodes (the blocks) as the con

I’ll see you in part 2, where we get into the nitty-gritty of the first topic, <a href="https://www.lindsaytshelton.com/blog/202409from_concept_to_chatbot_servicenow_with_copilot_studio_part2/">Conversation Start</a>!

Want to contact me about your own Copilot Studio ServiceNow bot? Do so below!

<style>
/* Form styling */
form {
max-width: 600px;
margin: 20px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 10px;
background-color: #f9f9f9;
}

label {
display: block;
margin-bottom: 10px;
font-weight: bold;
}

input[type="email"], textarea {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}

/* Styling for the button */
button[type="submit"] {
background-color: #ff69b4;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}

button[type="submit"]:hover {
background-color: #ff1493;
}
</style>

<!-- Contact Form -->
<form action="https://formspree.io/f/mqazoelw" method="POST">
<label>
Your email:
<input type="email" name="email" required>
</label>
<label>
Your message:
<textarea name="message" required></textarea>
</label>
<button type="submit">Send</button>
</form>


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CN3PDT3T20"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,62 @@ Go back to Copilot Studio and refresh the flow action. You should now see your

I'll see you in part 3, where we get into the really cool stuff - conversational boosting!

Want to contact me about your own Copilot Studio ServiceNow bot? Do so below!

<style>
/* Form styling */
form {
max-width: 600px;
margin: 20px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 10px;
background-color: #f9f9f9;
}

label {
display: block;
margin-bottom: 10px;
font-weight: bold;
}

input[type="email"], textarea {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}

/* Styling for the button */
button[type="submit"] {
background-color: #ff69b4;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}

button[type="submit"]:hover {
background-color: #ff1493;
}
</style>

<!-- Contact Form -->
<form action="https://formspree.io/f/mqazoelw" method="POST">
<label>
Your email:
<input type="email" name="email" required>
</label>
<label>
Your message:
<textarea name="message" required></textarea>
</label>
<button type="submit">Send</button>
</form>


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CN3PDT3T20"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,62 @@ What we developed for the Hackathon was a bit different.

I will eventually go over and document all of the things, but I can only write so much at a time! First up in this series - is this my first series? - is going to be the conversational boosting topic (Ask a Question), including some of our struggles with it at my org. So stay tuned, get your ServiceNow dev environment going, and feel free to poke me on Twitter or LinkedIn if I'm dilly dallying too long on getting the next part out!

Want to contact me about your own Copilot Studio ServiceNow bot? Do so below!

<style>
/* Form styling */
form {
max-width: 600px;
margin: 20px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 10px;
background-color: #f9f9f9;
}

label {
display: block;
margin-bottom: 10px;
font-weight: bold;
}

input[type="email"], textarea {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}

/* Styling for the button */
button[type="submit"] {
background-color: #ff69b4;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}

button[type="submit"]:hover {
background-color: #ff1493;
}
</style>

<!-- Contact Form -->
<form action="https://formspree.io/f/mqazoelw" method="POST">
<label>
Your email:
<input type="email" name="email" required>
</label>
<label>
Your message:
<textarea name="message" required></textarea>
</label>
<button type="submit">Send</button>
</form>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CN3PDT3T20"></script>
<script>
Expand Down

0 comments on commit dd3c4d4

Please sign in to comment.