Question

Developer Integration - Can I know the source of Action API which calling Trigger API Inside Action?

  • 14 March 2022
  • 0 replies
  • 19 views

Userlevel 2
Badge

I've a situation where I'm using a "trigger" inside “An Action” (In my Integration). So, I want to know the source (which action is using this Trigger.)
e.g: 
I've one common trigger which I want to give result bases on Action.
If Action Create Customer Calling [Trigger A] then return X, Y.
Else if, Action "Create Invoice" Calling [Trigger A] then return W, X.

 

so I can detect in Trigger A that this time source isCreate Customer” or "Create Invoice".


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.