Fluent CRM triggering new contacts WITHOUT using fluent forms
Status: Closed · Asked by Christophe on · 0 views
Hello,
There's a pabbly connect trigger to get new contacts but it uses only contacts submited by Fluent forms (which I actually don't use).
I know that the FluentCRM makes it possible to get new contacts without using their form.
Can you check for an update to align with what Fluent CRM API can do and add more triggers?
Hey @Christophe
Since the trigger event of Fluent CRM is a webhook-based trigger to which you have to select the status/event of the webhook from your Fluent CRM account.
Further, you can also refer to the API reference of Fluent CRM on how you can use Webhooks.
Ok, and then in Pabbly I have to select Webhook trigger and not Fluent CRM integration?
Ok, and then in Pabbly I have to select Webhook trigger and not Fluent CRM integration?
Yes, you can choose the Webhook URL for the same.
Further, you may refer to the following video tutorial on how you can capture the data from Fluent CRM.
Thanks, perfect!