Skip to content

danieladarve/raisely-webhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raisely Webhooks for Craft CMS 3.x

Requirements

This plugin requires Craft CMS 3.0.0. or later.

Configuration

Create a raisely-webhooks.php config file with the following contents, or copy the one from the root of this plugin. Then add the following constant to the .env file.

  • RAISELY_SECRET
return [
    /*
     * Raisely's  Secret
     */
    'signingSecret' => getenv('RAISELY_SECRET'),

    /*
     * The url of the endpoint you would like to use
     */
    'endpoint' => 'raisely-webhooks',
];

Brought to you by Daniel G Adarve

About

Handles Raisely's Webhooks in CraftCMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages