Skip to main content
All CollectionsLeads
Unsubscribe Registrant
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 this week

There are times when you may need to unsubscribe someone from your list or event.

Our Unsubscribe API Endpoint accepts both POST and GET calls to facilitate this.

When you need to unsubscribe someone from your AEvent account, you have two methods to achieve this.

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

(Our messenger bot sent you your Tenant ID when you first visited this tutorial. If not, please send us a message, and we can retrieve that value for you! )

Entering an email address on this page will remove the subscriber completely.


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?