Best way to create an App from another App?
I might get some 'been there done that's' here, so that's why I am posting this.
We plan meetings. And each meeting has participants. Each meeting thus has an app with participants. They have some fields and categories. This app has webhooks to arrange email-messages and invoicing.
Adding an app for each meeting is a lot of work and setting up the webhook is not easy for non-tech people. So I created an app where you add meetings, with another webhook.
When a meeting is added, the webhook creates a new app, with the right fields, and the right webhook, and verifies the webhook (need to check if this is possible), so ready to use.
You would also be able to control it: archive or even delete it.
Has someone done this before? (By the way, would be great standard functionality...!) Sort of 'reverse app reference, by creating an app instead of an item).
-
Because, for each participant and each meeting, we need to have payment status, email status. A meeting should have 'items' to provide this.
Meeting
participant A
PAYMENT: done | not done
EMAIL: done | not doneparticipant B
PAYMENT: done | not done
EMAIL: done | not doneparticipant C
PAYMENT: done | not done
EMAIL: done | not doneetc
Since a participant can join more meetings, your suggestion is not working, or am I wrong?
Please sign in to leave a comment.
Comments
6 comments