Skip to content

365 - Not a valid Apprise URL ( #3223

Answered by dgtlmoon
SomeBoredAussie asked this question in Q&A
Discussion options

You must be logged in to vote

https://github.com/caronc/apprise/wiki/Notify_office365

your syntax looks a bit wrong

o365://:changedetector@///alerting@

remove the :'s, the @ at the start..

o365://{source}/{tenant_id}/{client_id}/{client_secret}/

for example

# Assuming our {tenant_id} is ab-cd-ef-gh
# Assuming our {account_email} is chuck.norris@roundhouse.kick
# Assuming our {client_id} is zz-yy-xx-ww
# Assuming our {client_secret} is rt/djd/jjd
apprise -vv -t "Test Message Title" -b "Test Message Body" \
   o365:///chuck.norris@roundhouse.kick/ab-cd-ef-gh/zz-yy-xx-ww/rt/djd/jjd

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SomeBoredAussie
Comment options

Answer selected by SomeBoredAussie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #3222 on May 28, 2025 15:07.