This one has been on my drafts list since a very long time and I’m glad it’s finally out! Timing is a bit off though since Jack Pond also introduced his own version of something similar on Unofficialsf.com.
Webhook2Flow framework is a very light weight set up that will allow you to receive and handle webhook events within Salesforce using Flows(more power to Admins, woohoo!).
Before you start using this, I’d strongly suggest you to do some research(in case you’re not familiar) on:
- Webhooks: What are they and how does it work?
- Apex-Defined Data Types(don’t be intimidated by word ‘Apex’, they’re very easy to understand)
Now, about the usage of the framework, all of the details are penned down in a README file(part of Webhook2Flow project) on Github, where you’ll also find the all the code and other related metadata files.
Quick note: The package link for installation is at the end of README file.
Suggestions and thoughts are most welcome!
I hope you find it helpful. Catch you in the next one! ✌
Thank you for being an awesome reader! Subscribe to ForcePanda to receive all the latest updates straight to your inbox
GitHub link is broken.
LikeLike
Sorry, the repo was private. 😬
Should be fixed now. 🙂
LikeLike
Hi, when installed this package from GitHub, there’s test class failed for Webhook2Flow_Test, do you have any idea?
Test: Webhook2Flow_Test.t01_parameters_post_good_coverage
Message: System.AssertException: Assertion Failed: t01_parameters_post_good_coverage: Should have been good: Expected: 200, Actual: 400
LikeLike
From where did you install this package?
Because the class and method names are not mine.
LikeLike
My package link: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6F000001ZM33
LikeLike