Notifications
v1/post-webhook-notification
This endpoint is triggered when Alchemy webhook sends a notification.
Methods: POST
URL: v1/post-webhook-notification
Input Parameters
webhookId (String)
id (String)
createdAt (String)
event (Event)
{
"activity": "value",
"data": "string",
"network": "string",
"sequenceNumber": "string"
}
type (String)
Response
Type: DataOutput
{
"res": "value",
"success": false
}
v1/send-email
Methods: POST
URL: v1/send-email
Input Parameters
email (String!)
entryFormId (String!)
Response
Type: DataOutput
{
"res": "value",
"success": false
}