Help & Support
Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More
Have Questions?
Account Engagement Automates... Record Creation
Extend MCAE to create Contacts, Accounts, Opportunities, Cases, and more.
- Business Need
- Marketing AutomationAdmin & Developer Tools
- Requires
- Marketing Cloud Account Engagement
Get ready for Marketing dreams to come true! Using External Actions, Account Engagement utilizes Engagement Studio and Flow to easily trigger the creation of a Contact, Account, Opportunity, and more. Find the User Guide under More Details below.
Rating
Reputation
MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
Showing 5 of 5 Reviews
Great solution, unexpected hurdles
Hey, first things first. I do like this solution very much. However, I seem not be able to get this running and recieve always the same errors that do not hint anything. I've changed nothing as such, just to test-run it and keep getting this error: Client Error, could not invoke action 69df3dd9578d1 on prospect id 203775880: Bad Request (HTTP STATUS CODE: 400) Response: [{"actionName":"Create_Account_Contact","errors":[{"statusCode":"UNKNOWN_EXCEPTION","message":"Beim Ausführen eines Flow-Interviews ist ein Fehler aufgetreten.","fields":[]}],"invocationId":null,"isSuccess":false,"outcome":null,"outputValues":{"Flow__InterviewGuid":"7540474ded56251deba641b9f75219d8ff7dba-d59b","Flow__InterviewStatus":"Error"},"sortOrder":-1,"version":1}] Any ideas? Hints? much appricate help.
Need suggestion on invocable action schema
We have installed the app and found quite useful. The invocable action schema only accepts if the field type is "string". but we have different data types such as picklist,email,textarea... . is there any way to achieve this
Hi Nitisha, you have a couple options. In Account Engagement Settings you should have a sub menu item for 'External Action Errors' that you can review for any errors arising at the external action step. Otherwise, if no external action errors, then the external action ran and instead you can run debug logs in SF for the flow itself that you are triggering.
Hi Nithisha, the string is just the way the value is consumed for the schema even if the value was inputted as a picklist, for example. Can you email me our team with more detail and perhaps some screen shots of where you are referencing in the process to for us to better assist? jfassett@salesforce.com, amanda.benjamin@salesforce.com, and cbayerle@salesforce.com
It has come just in time :)
I've tested 2 of the external actions with very good results: "Convert Lead to Contact, Account and Opportunities" and "Create New Opportunities in Existing Contact with Contact role". It's really a good solution for some projects that we're implementing and easy to use, it has come to us just in time :) I contacted Jacqueline about a problem with a variable and she helped me right away, thanks a lot team!
Error with variable Data type Boolean
I've created a Boolean variable in the flow, but when it writes back at the schema I receive a message that there is an error with its type. Are booleans not accepted on the schema?
Circling back to Livia's comment/question with the response our team had for future reference and for others' as well. Boolean is not a valid type in the External Action schema because boolean isn't a valid data type for the Account Engagement (Pardot) database. When you map a checkbox (boolean) field on the Salesforce Lead or Contact object to Account Engagement, you usually create a radio button prospect field in Account Engagement with 'true' and 'false' as the available values. So the Account Engagement database is technically holding a string of 'true' or 'false' in that field for each prospect. If you change the data type for the input variable ActiveCheckbox in your Flow to Text (a string), you'll be able to pass 'true' or 'false' as text through the merge field to the Flow. In your Flow, the variable will technically hold text (a string), but you should only ever receive a 'true' or 'false' text value from Account Engagement so you should be able to handle it like a boolean in your Flow. (You might create a path in your Flow just in case you ever receive something other than 'true' or 'false' just to be safe.)
Hi Livia, would you mind sending an email to us instead? It'll make for an easier way to collaborate and hopefully help solve any issue you have. Feel free to email jfassett@salesforce.com, amanda.benjamin@salesforce.com, and cbayerle@salesforce.com with the question and perhaps any additional screenshots or info you can provide on what you are seeing that would be helpful. Thanks!
Very Helpful Tool
Updated: This app is very helpful, opens up possibilities of creating Salesforce records that wasn't possible to do before. Good support, they responded to my questions in a helpful way and helped me get access to the User Guide. Thanks! ----------------------- I saw this app which looks very interesting and want to install it. However when I tried to view the User Guide you have linked here it requires a login with an @Salesforce.com email address, can you please make that User Guide publicly available? Thanks.
Yeah, Bevy may not. We were just troubleshooting what you both would have in common that may somehow confuse Quip that you may have a Salesforce login to use and prompt you for it. I'm glad you were able to get into it. We do appreciate the feedback on your troubleshooting results, and we will go back to the Labs team and see if they have run into this and any recommended next steps. Thanks again! If you run into any questions or issues, please reach out to us. We have a contact email on the listing.
I don't believe Bevy has anything to do with it as I haven't been logged in there for several weeks. I tried Edge browser (which I never use) and had same issue. Tried link with Firefox next and was able to open it successfully so will use that as my workaround for now. I believe you that the Quip document is set to public, but since this same issue happened on your demo last week (great demo by the way!) and on multiple browsers and incognito for me today it leads me to believe there is still some issue with the link. Just an FYI so that doesn't become a barrier for people checking this out. Speaking of - since I have the user guide open in Firefox now I'm going to start checking out the app, thanks for your work in making it.
If you are logged into Bevy, suggest being logged out so that your email to log into it isn't confusing Quip into thinking you do have a Salesforce login. We attempted to put it into a google doc, but settings don't allow us to share out of Salesforce. We'll look further into this and get back to you again. In the meantime, perhaps clear cookies or try other browsers? It is confirmed publicly accessible to people without a Salesforce email, so we just need to figure out why you are getting the prompt.
Confirmed the link shared is the right one with the sharing settings open to the public. We had another User Group leader who experienced what you are. Is it possible you are opening it while logged into Bevy that's suggesting you need to log in with a salesforce address? Perhaps try in an incognito window or log out if you are logged into Bevy?
Thanks, Rene! Following up here from our exchange in the event someone sees the review or the issue listed here and what your resolution was. Rene found the solution to this error in his org where some unorchestrated record triggered flows that were also triggered at the same time as the Create Account Contact flow along side some validation rules.