Webhook between 2 espoCrm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1487

    Webhook between 2 espoCrm

    Hi,
    can someone help me to configure WebHook.
    I have two same instance of espocrm :

    https://demo.aaa.be and https://test.aaa.be

    If i have understand what is webhook : i will just synchronise sample : "meeting".

    So if a meeting is created on https://test.aaa.be .. i will the meeting created in https://demo.aaa.be it's this the webhook ?

    And where is the apiUser need to be created ? and what is the URL ? I have read on doc that the api user must have Role too.

    It's just for "learning" if i can use this on production and if it's can be usefull for us

    Thanks
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • emillod
    Active Community Member
    • Apr 2017
    • 1425

    #2
    Hello item
    webhook is like a notification, but in special format. Thanks to this you can send details of created meeting for example to different espocrm. But it's only supported to SEND, you still have to prepare on side of second espo some kind of endpoint which will receive data and process.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8535

      #3
      Currently, out-of-the-box Espo does not have means to consume webhooks from another Espo. Webhooks send multiple records in an array. The Espo API can consume only one record.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...