In my custom actions, I receive the following fields in my payload:
"blockMetadata": null,
"integrationId": 139037958,
"recipeId": 30072284,
"forceNoCharge": false
1 . What should the blockMetadata
contain?
2 . I understand that integrationId
is the unique Id of the integration, as set by the user in his board.
3 . But what about recipeId
?
Reading the documentation, it should correspond to the unique Id of the “trigger > action” recipe I’ve published, but how can I find the corresponding recipe in the Developers > Recipes section?
4 . And finally, what’s the forceNoCharge
field?
Thanks.