Re: Create a custom button to unsubscribe form an event (Dynamics Marketing Events)
Hi @Anonymous ,
i am not deep in marketing but as i got it, eveyrthing is organized in tables in the dataverse. So, these tables can be accessed by any kind of plugin or flow or whatever.
So, the simplest form could be: create a table for the cancellation. This should carry the id of the event to be cancelled, somehow information about who is cancelling and may be reason why the people will not attend to the event 🙂
When you create a custom page which is able to create an entry in that table (could be write only from ananyomous) you could start a flow which cancels the registration for this event without beeing logged in.
Just an idea.
If i may i'd like to add the question, why it should be anonymously calccellable. I get, that users do not have the logindata or do not want to log in. But they also do not want to be cancelled by someone else who just guessed some data.
So, may be a kind of double opt out would be great that the user receives an email and verifies the request. Whether your customer looks at the verification or not is not that important. Just to prevent guys from unsubscribing people from events 🙂
Have fun and hope it helps,
Christian