• 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.

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.)
 
P

Pabblymember11

Guest
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.
 
P

Pabblymember11

Guest
Hey @paul80424

Currently, HelloAudio integration is not available on the platform, so we recommend you post the request to add integration here - https://pabbly.hellonext.co/

Our integration team will look into it and add it according to its possibility.
 
Top