ManyChat Integration

by
Odoo
v 11.0 Third Party 68
Download for v 11.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 719
Technical Name manychat_integration
LicenseLGPL-3
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 719
Technical Name manychat_integration
LicenseLGPL-3

Description

ManyChat Integration

Instructions

Initial Setup

Settup as many ManyChat pages as you want to import subscriber data from
  1. Login to ManyChat and go to Settings->API->Get Token to get a authorization token
  2. Login to Odoo and assign your user account to the 'ManyChat Integrator' group
  3. Go into the Integrations->ManyChat->Pages menu and create a new record with the authorization token from step 1
  4. Click on 'Import Custom Data' button

Import a subscriber

Create records in other models based on custom field data mapping
  1. Go into the Integrations->ManyChat->Pages menu and select a ManyChat page
  2. Select a model you want the subscribers imported into
  3. Create a record link for the import model, selecting what custom field data goes into what field
  4. Click the 'Import Individual Subscriber' button and enter in the subscriber ID
  5. Once you click the 'Import Subscriber' button the ManyChat subscriber will be imported or updated if it already exists

Handle External Requests

Update data as it is received from ManyChat using external requests

For URL use <your_domain>/manychat/import
For request body use
{
  "params": [Full Subscriber Data]
}

Serve Dynamic Content

Send data such as upcoming events.
  1. Go into the Integrations->ManyChat->Dynamic Content Server menu
  2. Give the Dynamic content server a name and slug then select which model you will retrieve data from e.g. event.event
  3. Set a filter so only certain records are returned
  4. Create a series of messages you want sent out, use of dynmaic placeholders is allowed
  5. Go into ManyChat and place down a Dynamic Content block
  6. For URL use <your_domain>/manychat/serve/<server_slug>
  7. Add a headers with key of 'Content-Type' and value of 'text/html; charset=utf-8'

Add record links

Link records from other models so they also get updated
  1. Go into the Integrations->ManyChat->Subscribers menu and select a subscriber
  2. Click the 'Create Record Link' button, the popup will surgest records based on custom field data e.g. ManyChat email = Lead Email
  3. Select the records you wish to link and a link will be formed so they stay up to date with any data obtained from ManyChat

See Also

manychat_integration_crm for the ability to import subscribers as leads
manychat_integration_website to easily add ManyChat widgets to your website

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
is there version for odoo 12 CE
by
Aymen Bensalem
on 9/29/19, 2:37 AM

hello, is there update for odoo 12CE?