Announcement

Collapse
No announcement yet.

PHP Script and making API query after entity save

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment

    Working...
    X