Using Twitter webhooks with Make

Hello,

I am creating a scenario to try using the Twitter’s “Account Activity API”.

Has someone already used the webhooks with Twitter with Make, to be able to reply a new tweet on your account for example ?

When I try to register the webhook by calling this with Postman : https://api.twitter.com/1.1/account_activity/all/dev/webhooks.json?url=https://hook.eu1.make.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxx

I get this error :
{
“errors”: [
{
“code”: 214,
“message”: “Webhook URL does not meet the requirements. Invalid CRC token or json response format.”
}
]
}

And the following is returned by the Webhook response task :
[
{
“body”: “{"response_token":"sha256=MGQ0ZjdlMWQ4OGExNzQ2Mjk4OGRhMDA0Zjk4NjY0NDAyMmUxOTBkNGM3MmIxYjJmNTg2NjFlNDNmYTVlOWQzYQ=="}”,
“status”: 200,
“headers”:
}
]

Thanks for your help !

Sebastien

To make it a bit more visual.

The scenario:

The Webhook response task:

Thanks for your help !
Sebastien