Forum Discussion

sachin's avatar
sachin
Mentor
12 years ago
Solved

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...
  • DougS's avatar
    12 years ago

    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