multiple notify_url's for PayPal?

Currently my notify_url for a PayPal purchase is set to your paychecker.php file.

However, I'd also like to add another notify_url for adding the user's email to my mailing list. But it doesn't seem like PayPal allows more than one notify_url.

Do you have any suggestions as to how to do two separate notify_url's?

As far as I know, you can only tell PayPal to contact one URL. But why would you need 2 separate URLs? If you need to do something else, just do it within our supplied "paychecker.php" Modify the function to add your customers email address to a mailing list, or whatever you need to do.

Yeah, I can do that. But it just means I have to install and learn their API. I thought there might be a quicker way.

Thanks.