PHP Script and making API query after entity save

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvio
    Junior Member
    • Feb 2017
    • 27

    PHP Script and making API query after entity save

    Good Morning,
    I would like to do PHP script (API request to external app) after create new Account. PHP script
    Script should refer to the fields from espo (name, email and telephone) and send them to an external application by API query.

    Is it even possible in Espo?

    I will be grateful for help and an example of where and how to do it.
  • Andorxor
    Member
    • May 2019
    • 65

    #2
    You can use a hook.https://www.espocrm.com/documentatio...lopment/hooks/

    Comment

    Working...