After a month and a half of struggling with IAPHUB, I finally managed to somehow connect Iaphub with a webhook via Make to receive an email notification when the subscription expires. The subscription is visible on Iaphub, on my mail and I can see the transaction in JSON format on Make, but it doesn’t show the user’s name anywhere, only the user ID number. Does anyone know how to fix this?
And one more question. Can I put my email address directly in IAPHUB so that I receive a notification when someone subscribes, or do I do the same thing in Make?
If anyone knows the answer, I would be grateful. No need for explanations if you don’t want to write. I will figure it out somehow myself, just need the 2 answers to:
I might be wrong but I believe this has been discussed already.
IAPHUB returns the iaphupid to a webhook and it’s your duty to find the user based on this ID. You can do it via API call to Adalo collections and use filter, OR (if you’re not on Team+ plan and don’t have access to Collections API) you need to do it manually.
I am not aware of any way to force IAPHUB to return anything else in addition to iaphubid. You can contact their support to clarify the details.
In regards to notification when someone subscribes, why don’t you put a custom action in Adalo directly, upon successful subscription?
You’re right. I’ve asked similar questions about this topic before. Regarding the first point, I thought so too, but I hoped for a different answer . As for the second point, I’ll proceed as suggested. Thank you.