Is it possible to trigger Salesforce node?
For example after user authenticated on SalesForce page, providing its token and workflow is triggered.
Thank you in advance.
Is it possible to trigger Salesforce node?
For example after user authenticated on SalesForce page, providing its token and workflow is triggered.
Thank you in advance.
Yes, this would be possible as long as the Salesforce API allows it (Most likely it does). I do not have experience with Salesforce but what I can tell it’s the API is very tricky.
If you have experience with Salesforce and know where the webhooks/triggers are within the Salesforce portal you can use the webhook node to trigger a workflow.
Thank you for you response @RicardoE105.
Do you know if it’s possible to create a webhook based on callback-url of SalesForce Authentication or other ex ZohoCrm, so when client provides his credentials I can trigger the workflow to pump data for specific client.
Thx
@Vitalie_Svet
3 things that may help you:
Create Webhooks on Salesforce.com
Create Webhooks on Salesforce.com - James Ward
https://salesforce-webhook-creator.herokuapp.com/
Note: The main issue is you’ll need to create the webhooks on a Sandbox and then transfer it to Production.
Webhook listener for Salesforce.com
https://timbarsotti.com/2019/04/10/webhook-listener-for-salesforce-com/
Plug and Play Your External Services Connector to Any REST API
Plug and Play Your External Services Connector to Any REST API - YouTube
@RicardoE105
Has there been any updates on the Salesforce Trigger?
Sadly not. But as long as Salesforce has support for webhooks (it seems it does), you can always use the Webhook node and achieve the same result.
Yes, indeed.
It’s more about the convenience of having all in one single platform and less stuff to play around with the sandbox and so forth.
If I make it work it out I’ll post a guide.