sachin
12 years agoMentor
Do event subscription works for API call as well ?
Do any one knows if event subscription will work for API call as well for eg. I have created a custom event subscription for creating a post i.e. from UI. If I create a post using API call will event subscription work in that case ?
Thanks,
Sachin
Hi Sachin,
If you create a post using the API, it should fire an event to the remote URL you registered in your event subscription.
-Doug