Is there any webhooks in omeka?

I would like to run Wordpress script each time I add an item, a collection, a tag. Is it posible?

Yes, you can add a hook in a plugin “after_save_record” (and/or “after_save_collection”, “after_save_item” and “after_save_file”).