Sending a Simple Message

Check out the examples folder for actual scripted examples!

Create message

$message = "This is the message."

Finally, call the function that will send the embed array to the webhook url:

Invoke-PSDsHook -HookText $message -Verbose