Unsubscribe Registrant

So you have the need to unsubscribe someone, whether by page or by API Endpoint; here's how.

AEvent avatar
Written by AEvent
Updated over a week ago

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.

Step-By-Step Tutorial:

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 at 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). With 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 set up 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, in our next example, we've set up 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. (For 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 currently have open and working on inside the AEvent APP.

Our Unsubscribe API Endpoint accepts both POST and GET calls.

Did this answer your question?