Colt405
New Member
I am trying to setup an optin form on OptinMonster which uses a webhook. I am only collecting the email address. How do I format the webhook URL to capture the email address? I know the POST request goes here, https://domain.com/lists/ao811g1hvab96/subscribe. Here is the information from OptinMonster about how they format their JSON.
I searched the forum but couldn't find anything that shows how to format the URL to be used in OptinMonster. Not sure if this helps but here is there documentation on connecting a webhook.
Thanks for all the help.
{
"lead": {
"email": "hello@optinmonster.com",
"firstName": "Archie",
"lastName": "Monster",
"phone": "888-888-8888",
"ipAddress": "1.2.3.4",
"referrer": "https://optinmonster.com"
},
"campaign": {
"id": "111771",
"title": "Optin Campaign Title",
"slug": "dpqwtyuzo"
}
}
I searched the forum but couldn't find anything that shows how to format the URL to be used in OptinMonster. Not sure if this helps but here is there documentation on connecting a webhook.
Thanks for all the help.
{
"lead": {
"email": "hello@optinmonster.com",
"firstName": "Archie",
"lastName": "Monster",
"phone": "888-888-8888",
"ipAddress": "1.2.3.4",
"referrer": "https://optinmonster.com"
},
"campaign": {
"id": "111771",
"title": "Optin Campaign Title",
"slug": "dpqwtyuzo"
}
}