Webhooks allow communication with third-party applications by sending instant web notifications every time an event occurs in your SuiteCRM. With the Webhooks Integration, you can configure HTTP URLs and associate them in workflow rules to automate the entire notification process.
#4413 - Webhook not sending notifcation
I am having issue in webhook integration wherein whenever im creating a record on the given module webhook is working fine however when i updated a field in the module, webhook is not sending any notifications on the app.
Other add-ons of interest
Integrations
webhook url
webhook api
webhook call
webhook callback
webhook connector
connect other apps
apps connector
slack webhook
shopify webhooks
google connector
quickbooks post
bitbucket webhook
stripe webhook
zapier webhook
microsoft teams webhook
sendgrid webhook
facebook webhook
facebook api
maichimp webhook
woocommerce webhooks
line webhook
webhook online
trello webhook
2 years ago
Hello,
Did you select the PUT Method in the Workflow for Webhook Integration?
For sending notification on the app whenever you update any field in the Module, you need to select PUT Method while creating workflow using Webhook.
Regards,
Variance Infotech PVT LTD
2 years ago
Good day, For my follow up question. i'm using rocket chat as my third party app and it only support POST method. is there any solution for this?
2 years ago
Hello,
Currently if you select the POST Method then it'll post the data to your third party app but you can't able to identify that updating existing record or added new one because POST Method is always used for adding new record.
For the solution, We need to do some modification for you like passing the identification in post data and you need to identify based on that identification.
Regards, Variance Infotech PVT LTD
2 years ago
what does all records means? is it triggered when newly created or modified record or any events?
2 years ago
Yes.
It'll trigger for all records if we apply the solution which i gave.
Regards,
Variance Infotech PVT LTD
2 years ago
I've tried ticking the textbox "repeated runs" while using POST method and it solves my problem.it notifies when a record is created or modified. is it also an appropriate solution?
2 years ago
Yes. It'll notifies but how can you identify at third part application record is created or modified?
We have passed identification parameter from SuiteCRM to third party application based on the Method in Workflow. If Method is POST then we didn't passed record id and If Method is PUT then we passed record id to third party application.
Regards,
Variance Infotech PVT LTD
a year ago
just installed the webhook integration and it didn't redirect to enter License Key
a year ago
just checked the logs and got a 500 172.31.0.1 - - [26/Apr/2023:12:58:44 +0000] "GET /legacy/index.php?module=VIWebHookIntegrationLicenseAddon&action=license HTTP/1.1" 500 5358