connect to keila.io API
-
hello everyone, i am trying to connect c7 with keila.io (newsletter tool). keila needs the data in the following form:
{
“data”:
{
“email”: “[email protected]”,
“last_name”: “mustermann”
}
}(https://app.keila.io/api#/Contacts/KeilaWeb.ApiContactController.index)
cf7 plus webhook send this:
{
“email”: “[email protected]”,
“last_name”: “mustermann”
}So I need this
{
“data”:}
to “enclose” the actual data
is that possible?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.