Replies: 1 comment 1 reply
-
|
Hi @j-at-se! For your data query, you'd want to use the type:worklist.records
of:contact
expand:[]
query:(
email:[{{record_participants|column('email')|join(',')}}]
sort:email
limit: 5
)
format:dictionariesAs for merging records from automations, we've considered adding an api.command for doing it procedurally. I also think it'd be useful to be able to trigger the merge popup from interactions. That could be similar to await:record: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm working on a new widget that will display the ticket contacts (as opposed to displaying the ticket participants).
So far I'm happy with my progress but I'm hitting a wall: the widget displays every single contact we have on record.
Here's the widget:
Also, I can't seem to find an automation for a "merge contacts" interaction. I know it's possible to do it manually so I'm wondering if maybe it isn't supported through automation?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions