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

Mastodon

4849 readers
49 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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Ludrol@szmer.info 2 points 9 months ago* (last edited 9 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.

[โ€“] Dirk@lemmy.ml 1 points 9 months ago

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