• 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

Adding a HelloAudio App?

paul80424

Member
I reached out to HelloAudio about connecting to Pabbly. What do we need to do to move forward to connecting HelloAudio?

This is what the said...

Generic Webhooks​

In the integrations area of your account, you'll see "Generic Webhooks" ( I went to this section and don't see "generic webhooks" and waiting for them to help me find that section of my account) where you can select a feed. This is for adding/removing listeners using an external webhook tool meant for advanced users. You may need to contact a developer for assistance.

file-sYDd5BFxff.png
You'll POST to that webhook URL using the following JSON body format:

{
"email": "[email protected]",
"status": "active|inactive|deleted",
"firstName":"Alfred",
"lastName": "Pennyworth",
"content": "Here's your feed!",
"sendEmail": true|false,
"addTags": "member,bonus,affiliate",
"removeTags": "trial,lead,enemy"
}

The webhook call returns 3 fields as shown below:

{
"title": "Awesome Course Feed",
"subscribePageLink": "https://podcasts.helloaudio.fm/subscribe/3232374a-3ed3-4b57-a97b-3a7410048949/NyGPMfIWme",
"rssFeedLink": "https://podcasts.helloaudio.fm/podcast/3232374a-3ed3-4b57-a97b-3a7410048949/NyGPMfIWme"
}

The subscribePageLink points to the listener's webpage with the app buttons. The rssFeedLink is the actual podcast feed's URL to be pasted in apps or RSS readers. (The links shown above are just examples. They won't function.)
 

Supreme

Well-known member
Staff member
Hey @paul80424

If you are development knowledge in API integration and try trying to add the integration to the platform, you can also refer to the following developer guide.

As we have opened our developer platform for everyone. Now, they can also manage their application in Pabbly Connect integration using the developer portal. They will be easily able to update and manage their own app.

Please ask the app team to go through all guides carefully and start working on updates in their app integrations - https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/
 

paul80424

Member
I don't know anything about development and trying to get answers on how to connect pabbly to helloaudio. I am a consumer of helloaudio and create online business courses which I convert to audio. When someone purchases my online course (in video format) I want to send them to the audio platform of that course at HelloAudio.
 
Top