Help and Guide
You can connect PEM to Zapier to perform fulfill various use cases:
You can import your subscribers from x source to Pabbly Email marketing automatically by integrating it via Zapier or Pabbly connect
For Example:
If a payment is made in Instamojo, the subscriber has to added in Pabbly email marketing (In a specific list)
Step: 1 Login to zapier https://zapier.com/
Step: 2 Go to create Zap
Step: 3 Give a trigger as per your preference, link your account, and click on continue.
Step: 4 In action select the app event as webhook by Zapier, select custom request an event, and click on continue.
Step: 5 In set up the action, choose post in the method —----------->
Add https://emails.pabbly.com/api/subscribers in the URL —------------->
In the data add the field in the basic Jason format
{ "import": "single", "list_id": "Ijg1MDM***CI_3D", "email": "[EMAIL][email protected][/EMAIL]", "name": "Ronie", "city": "New York", "date": "2020-02-21 00:51:25" }
Now here map of the list id as per the LIST in PEM, in which you wish to push the data.
And map the name/email and all the other custom fields as per the data you are getting from Instamojo.
Please make sure the last entry i.e. date in the above case will not have a comma (,)

Step: 5 In the header write Authorization and enter the text Bearer (and add the bearer token from PEM)

Step: 6 Click on continue!

Originally posted by Resham on 2022-12-01 (forum thread #10027).