ListWebhookLogs to list webhook logs
(ctx context.Context, pagination *model.Pagination, webhookID string)
| 83 | AddWebhookLog(ctx context.Context, webhookLog *schemas.WebhookLog) (*schemas.WebhookLog, error) |
| 84 | // ListWebhookLogs to list webhook logs |
| 85 | ListWebhookLogs(ctx context.Context, pagination *model.Pagination, webhookID string) ([]*schemas.WebhookLog, *model.Pagination, error) |
| 86 | |
| 87 | // AddEmailTemplate to add EmailTemplate |
| 88 | AddEmailTemplate(ctx context.Context, emailTemplate *schemas.EmailTemplate) (*schemas.EmailTemplate, error) |
no outgoing calls