• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Integration with Mastodon

Jan

Member
Hi there!

Did someone already connected Pabbly to Mastodon? I want to create posts on that social platform using Pabbly. There is no App for this yet but they offer a REST API with oauth authentification. Can this be used with the API app?

Jan
 
P

Pabblymember11

Guest
Hey @Jan

You may post the request to add the integration on the platform here - https://pabbly.hellonext.co/

Our integration team will look into it and add it accordingly.

Further, the API by Pabbly action step currently does not support OAuth authentication.
 

Jan

Member
Hi,

i found a way to publish Mastodon posts using the API function.

First log into your Mastodon account, open the profile and then the developer section.
Add a new app, call it "Pabbly Connect" and give it the rights you need - I just allowed "write:statuses" for security reasons.
Save the app and open it from the list to copy the access token.

Then using the following API settings in Pabbly Connect:
  • Action Event: POST
  • API endpoint URL: https://YOURHOST.TLD/api/v1/statuses
  • Payload: JSON
  • Wrap Request in Array: No
  • Authentication: Bearer Token and then paste your token in the field below
  • Set Parameters: "status" and the message you want to send
Enjoy!

Jan
 
Top