- Consent to Access & Modify
- I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
Hello,
could you please check if FluentCRM allows the creation of new campaigns over RestAPI - and if this can be achieved with Pabbly Connect.
developers.fluentcrm.com
It could be possible with something like this:
Create campaign
• POST /wp-json/fluent-crm/v2/campaigns
• Important fields:
• title (internal name)
• email_subject, email_pre_header
• email_body (HTML content)
• design_template (e.g., which layout)
• status (e.g., draft or scheduled )
Thank you
Philipp
could you please check if FluentCRM allows the creation of new campaigns over RestAPI - and if this can be achieved with Pabbly Connect.
Campaigns | FluentCRM Developers
Resources and tutorials for FluentCRM developers
It could be possible with something like this:
Create campaign
• POST /wp-json/fluent-crm/v2/campaigns
• Important fields:
• title (internal name)
• email_subject, email_pre_header
• email_body (HTML content)
• design_template (e.g., which layout)
• status (e.g., draft or scheduled )
Thank you
Philipp
