You need to sign in to do that
Don't have an account?

Updating conversation entries from voice call
Hi All,
I have a requirement in which i want to to get the conversation entries on voice call and find entries that include specific regular expression patterns. When an entry is found matching the pattern, use regular expression replacement to replace every number in the entry to the number sign (#).
How can i achieve this requirement?
I have a requirement in which i want to to get the conversation entries on voice call and find entries that include specific regular expression patterns. When an entry is found matching the pattern, use regular expression replacement to replace every number in the entry to the number sign (#).
How can i achieve this requirement?
Updates a voice call (VoiceCall) record after the call has ended. Use this API to update parameters of a voice call record that are unavailable during the voice call record creation stage. The endpoint is an asynchronous operation.
Something like below.
Check below reference.
https://developer.salesforce.com/docs/atlas.en-us.voice_developer_guide.meta/voice_developer_guide/voice_rest_voicecalls_update.htm
Please mark as Best Answer if above information was helpful.
Thanks,