Webhook on list subscribe via API

Scott

Member
For the webhook that runs when someone subscribes to a list. How can I make this webhook also run when someone is subscribed to a list via the api?
 
How can I make this webhook also run when someone is subscribed to a list via the api?
Since the API means programatic access to the application, it means you're responsible to send the webhook requests from your code.
 
Back
Top