- Joined
- Mar 11, 2019
- Messages
- 185
- Reaction score
- 135
Wondering if someone who is much more clever than I could point me in the right direction here.
Got a api endpoint that needs the contact ID inserted in it like this:
[baseUrl]/api/v1.0/companies/[companyId]/customers/[ContactId]/notes/
The 'Matching Scenario' scenario that does the look up is setting the needed ID in the 'ContactID' variable. But am I right in thinking that variable is only around for that one api call? Do I just need to add it as a parameter so it becomes persistent?
I see the output section has a 'next' option where i can pick another scenario. But you wouldn't want it to try and make the journal entry right after its done the contact lookup.
Got a api endpoint that needs the contact ID inserted in it like this:
[baseUrl]/api/v1.0/companies/[companyId]/customers/[ContactId]/notes/
The 'Matching Scenario' scenario that does the look up is setting the needed ID in the 'ContactID' variable. But am I right in thinking that variable is only around for that one api call? Do I just need to add it as a parameter so it becomes persistent?
I see the output section has a 'next' option where i can pick another scenario. But you wouldn't want it to try and make the journal entry right after its done the contact lookup.





