- Joined
- Jun 11, 2024
- Messages
- 2
- Reaction score
- 0
Hi All,
I am having an issue creating call journaling in Salesforce, I have followed the guide and this has been connected, however when I make a call I get the link into Salesforce, and when answering I get navigated to Salesforce - but the call doesn't log at all, below are the test results.
Finished Auth
Request text: https://**Correct Value**.my.salesforce.com
Response text: {"searchRecords":[{"attributes":{"type":"Contact","url":"/services/data/v55.0/sobjects/Contact/**Correct Value**"},"Id":"**Correct Value**","FirstName":"**Correct Value**","**Correct Value**":"**Correct Value**","Title":"**Correct Value**","Department":"**Correct Value**","HomePhone":null,"MobilePhone":"**Correct Value**","Phone":"**Correct Value**","Email":"**Correct Value**","AccountId":"**Correct Value**"}]}
Response finished
Variable Id set to **Correct Value**
Variable EntityType set to Contact
Variable FirstName set to **Correct Value**
Variable LastName set to **Correct Value**
Variable Title set to **Correct Value**
Variable Department set to **Correct Value**
Variable Phone set to **Correct Value**
Variable MobilePhone set to **Correct Value**
Variable HomePhone set to
Variable Email set to **Correct Value**
Variable AccountId set to **Correct Value**
Started GetAccountName
Request text: https://**Correct Value**.my.salesforce.com
Response text: {"totalSize":1,"done":true,"records":[{"attributes":{"type":"Account","url":"/services/data/v55.0/sobjects/Account**Correct Value**"},"Name":"**Correct Value**"}]}
Response finished
Variable AccName set to **Correct Value**
Finished GetAccountName
Finished scenario with empty id
Result obtained
I am having an issue creating call journaling in Salesforce, I have followed the guide and this has been connected, however when I make a call I get the link into Salesforce, and when answering I get navigated to Salesforce - but the call doesn't log at all, below are the test results.
Finished Auth
Request text: https://**Correct Value**.my.salesforce.com
Response text: {"searchRecords":[{"attributes":{"type":"Contact","url":"/services/data/v55.0/sobjects/Contact/**Correct Value**"},"Id":"**Correct Value**","FirstName":"**Correct Value**","**Correct Value**":"**Correct Value**","Title":"**Correct Value**","Department":"**Correct Value**","HomePhone":null,"MobilePhone":"**Correct Value**","Phone":"**Correct Value**","Email":"**Correct Value**","AccountId":"**Correct Value**"}]}
Response finished
Variable Id set to **Correct Value**
Variable EntityType set to Contact
Variable FirstName set to **Correct Value**
Variable LastName set to **Correct Value**
Variable Title set to **Correct Value**
Variable Department set to **Correct Value**
Variable Phone set to **Correct Value**
Variable MobilePhone set to **Correct Value**
Variable HomePhone set to
Variable Email set to **Correct Value**
Variable AccountId set to **Correct Value**
Started GetAccountName
Request text: https://**Correct Value**.my.salesforce.com
Response text: {"totalSize":1,"done":true,"records":[{"attributes":{"type":"Account","url":"/services/data/v55.0/sobjects/Account**Correct Value**"},"Name":"**Correct Value**"}]}
Response finished
Variable AccName set to **Correct Value**
Finished GetAccountName
Finished scenario with empty id
Result obtained