There are times when we need to unsubscribe someone from your list/event. Our Unsubscribe API Endpoint accepts both POST and GET calls.
So when you need to unsubscribe someone from your AEvent Account we have 2 methods to achieve that.
First: Our Basic Unsubscribe Page
We host that for you and you can find it here (this is the same Endpoint if using our API Unsubscribe solution):
https://TENANT_ID.aevent.online/unsubscribe-registrant
(You can retrieve your tenant ID by asking Support to the bottom right. )
By entering an email address on this page, it will fully remove the subscriber.
Second: Use Our API Endpoint
IF using our API endpoint for unsubscribes, you can use a tool like Zapier (or any kind of webhook/API call) this way of unsubscribing, you can opt to remove the registrant from your entire account, OR just remove from a specific timeline.
Example #1:
I've setup a Webhook Post in Zapier that will remove someone from my entire account, when they refund a product.
As you can see, in the Data section we're sending the email address and that is it!
The above action would remove the subscriber from the platform.
Example #2:
Now, our next example, we've setup a webhook that will make a call to AEvent, and unsubscribe someone for a SPECIFIC timeline.
This type of Unsubscribe is helpful when wanting to remove someone from a specific timeline, but not the entire account. (Example, when someone purchases a VIP upgrade to a challenge, you'll want to remove them from the messaging from that timeline now)
To Find Your WTL:
You retrieve the WTL from the address of the timeline you have open and working on inside the AEvent APP.
Our Unsubscribe API Endpoint accepts both POST and GET calls.