Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To make and receive calls using ContactWorld NewVoiceMedia in Salesforce, you must have a Salesforce API user set up and you must link NewVoiceMedia to this user. For information about linking NewVoiceMedia to a Salesforce user, see Linking NewVoiceMedia to a Salesforce account. To access and use the ContactWorld NewVoiceMedia API correctly, the API user must have permissions to various objects, fields, pages and Apex classes included in the ContactWorld NewVoiceMedia package. The ContactWorld API user permission set includes all the permissions that the API user needs.

What permissions does the Salesforce API user that I link to NewVoiceMedia need to use

...

NewVoiceMedia in Salesforce?

You must assign the ContactWorld API user permission set to your API user.

Info

The ContactWorld API user permission set contains, amongst others, the following permissions:

  • API Enabled
  • Edit Tasks
  • Password Never Expires
  • Read, Create, Update, Delete, View All and Modify All permissions on all the custom objects included in the ContactWorld NewVoiceMedia package.
  • Read/Write access to all the custom fields (both for custom and standard objects) included in the ContactWorld NewVoiceMedia package

Your API user may also need the following additional permissions:

  • If you need to query users, your API user needs the View All Users permission
  • If your org uses a Private sharing model, your API user needs the View All Data permission.
  • If you use the Data Connector applet to insert records in Salesforce, your API user needs the Modify All Data permission. 

...

Field labelField nameAccess
NameWhoIdRead and write
Related ToWhatId Read and write
Call Object IdentifierCallObjectRead and write
Call TypeCallType Read and write
Call DurationCallDurationInSeconds Read and write
CommentsDescription Read and write
TypeType Read and write
StatusStatus Read and write
-ReminderDateTime Read and write
Assigned ToOwnerId Read and write
SubjectSubjectRead and write
Due DateActivityDate Read and write

Finally, you must provide the correct access to any standard or custom fields which are referenced through configuration. For example, give the API user the necessary permissions to read from any fields you configure through custom settings.

In all cases, clone the ContactWorld API user permission set, add the required permission or permissions, and then assign the modified permission set to the API user.

...