• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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
 

Supreme

Well-known member
Staff member
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