Hello,
what would be the best approach to be able to retrieve data from 3rd party API and implement it as part of BPM or Workflow?
For example what we would like to do as part of the process to send a GET request on 3rd party API and then work with the results returned, e.g. save them into specific fields of a contact that we are working with as part of the process.
We have http POST/PUT now in processes which is great, but that won't work with returned data if I am not mistaken?
Would this be best to implement as a custom module with action exposing the 3rd party call?
Thank you
what would be the best approach to be able to retrieve data from 3rd party API and implement it as part of BPM or Workflow?
For example what we would like to do as part of the process to send a GET request on 3rd party API and then work with the results returned, e.g. save them into specific fields of a contact that we are working with as part of the process.
We have http POST/PUT now in processes which is great, but that won't work with returned data if I am not mistaken?
Would this be best to implement as a custom module with action exposing the 3rd party call?
Thank you
Comment