this post was submitted on 08 Dec 2023
6 points (100.0% liked)

Mastodon

5130 readers
1 users here now

Decentralised and open source social network.

https://joinmastodon.org/

GitHub

founded 4 years ago
MODERATORS
 

is there some API or other mechanism that allows me to create a contact form on my site and have the messages delivered to my mastodon inbox?

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

You would need to implement your own library/service to create a fediverse instance on your server that will send activitypub stuff to mastodon.

[–] [email protected] 1 points 8 months ago

Or use a CLI client on server-side that connects to an existing instance and sends the message from there.

[–] [email protected] 1 points 8 months ago

Why Mastodon and not email?